Skip to content

Instantly share code, notes, and snippets.

@rekire
Created May 12, 2020 12:09
Show Gist options
  • Save rekire/d69ce9a6c247a36da6416b228f284ff0 to your computer and use it in GitHub Desktop.
Save rekire/d69ce9a6c247a36da6416b228f284ff0 to your computer and use it in GitHub Desktop.
SVG issue
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="217.714" height="321.143" viewBox="0 0 58 85">
<defs>
<mask id="a">
<path d="M22.5 0L45 31.5 22.5 63 0 31.5z" fill="#fff"/>
</mask>
</defs>
<image xlink:href="https://upload.wikimedia.org/wikipedia/commons/9/97/The_Earth_seen_from_Apollo_17.jpg" mask="url(#a)" preserveAspectRatio="xMidYMid slice" width="45" height="63" transform="translate(6.5 14.5)"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment