Skip to content

Instantly share code, notes, and snippets.

@DarthSim
Created September 28, 2022 16:03
Show Gist options
  • Save DarthSim/26bec46cb6fd2dcb732e0a055dfab693 to your computer and use it in GitHub Desktop.
Save DarthSim/26bec46cb6fd2dcb732e0a055dfab693 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg">
<filter id='shadow' color-interpolation-filters="sRGB">
<feDropShadow dx="0" dy="0" stdDeviation="3" flood-opacity="0.8"/>
</filter>
<text filter="url(#shadow)" fill="white" dy="20">
Lorem ipsum watermark
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment