Skip to content

Instantly share code, notes, and snippets.

@si
Last active July 18, 2023 09:49
Show Gist options
  • Save si/a28a5d3e9616cbbdba4aeee8a096a84f to your computer and use it in GitHub Desktop.
Save si/a28a5d3e9616cbbdba4aeee8a096a84f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
<!-- Flower petals -->
<path d="M50,10 C60,20 60,40 50,50" fill="none" stroke="red" stroke-width="2" />
<path d="M50,10 C40,20 40,40 50,50" fill="none" stroke="red" stroke-width="2" />
<path d="M50,10 C55,5 45,5 50,10" fill="none" stroke="red" stroke-width="2" />
<path d="M50,50 C60,60 60,80 50,90" fill="none" stroke="red" stroke-width="2" />
<path d="M50,50 C40,60 40,80 50,90" fill="none" stroke="red" stroke-width="2" />
<!-- Flower center -->
<circle cx="50" cy="50" r="5" fill="yellow" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment