Skip to content

Instantly share code, notes, and snippets.

@tdutrion
Last active July 26, 2022 13:42
Show Gist options
  • Save tdutrion/0b06ea70628a0ede12444c7e50aecf15 to your computer and use it in GitHub Desktop.
Save tdutrion/0b06ea70628a0ede12444c7e50aecf15 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" height="0" width="0">
<defs>
<clipPath id="rounded-shape" clipPathUnits="objectBoundingBox">
<path d="M0,0 L0,0.75 Q0.5,0.9 1, 0.75 L1,0 Z" />
</clipPath>
</defs>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment