Skip to content

Instantly share code, notes, and snippets.

@jayschwa

jayschwa/zig.svg Secret

Last active December 16, 2018 20:27
Show Gist options
  • Save jayschwa/1ef7b11ae2e82e78d3ac434140113a2d to your computer and use it in GitHub Desktop.
Save jayschwa/1ef7b11ae2e82e78d3ac434140113a2d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg fill="#f7a41d" viewBox="0 0 15 10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<rect id="s" x="-1" y="-6" width="2" height="12" transform="rotate(42) skewY(-58)"/>
</defs>
<g id="z">
<rect x="4" y="1" width="6" height="2"/>
<use xlink:href="#s" transform="translate(7.5 5)"/>
<rect x="5" y="7" width="6" height="2"/>
</g>
<mask id="m">
<rect width="15" height="10" fill="#fff"/>
<rect x="2" y="3" width="11" height="4" fill="#000"/>
<use xlink:href="#z" stroke="#000"/>
</mask>
<rect y="1" width="15" height="8" mask="url(#m)"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment