Skip to content

Instantly share code, notes, and snippets.

@SaoriMiyazaki
Created October 29, 2014 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaoriMiyazaki/430b55de027e455911d3 to your computer and use it in GitHub Desktop.
Save SaoriMiyazaki/430b55de027e455911d3 to your computer and use it in GitHub Desktop.
A Pen by Saomocari.
<svg width="500" height="375">
<defs>
<clipPath id="text_clip">
<text x="50" y="70" dy="50">(U^ω^ 三 U^ω^)</text>
<circle cx="120" cy="270" r="100"/>
</clipPath>
</defs>
<image x="0" y="0" width="500" height="375"
xlink:href="http://memocarilog.info/memocarilog-demo/IMG_2168.JPG" clip-path="url(#text_clip)" />
</svg>
#text_clip text{
font-size: 30px;
font-weight:bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment