Skip to content

Instantly share code, notes, and snippets.

@ariona
Created December 5, 2016 09:57
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 ariona/7db2eb83571ec4b5cda87dd3749dd06b to your computer and use it in GitHub Desktop.
Save ariona/7db2eb83571ec4b5cda87dd3749dd06b to your computer and use it in GitHub Desktop.
svg text background
.site-hero .intro-block svg .img-layer {
fill: url(#p-img);
}
<svg viewBox="0 0 200 200">
<pattern id="p-img" viewBox="0 0 200 200" patternUnits="userSpaceOnUse" width="100%" height="100%" x="13.290366350067842" y="-17.172659430122117">
<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/content/themes/startuplab/assets/images/lab-start2.jpg" width="100%" height="100%"></image>
</pattern>
<text text-anchor="middle" x="50%" y="50%" dy=".35em" class="img-layer">
Lab
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment