Skip to content

Instantly share code, notes, and snippets.

@Janiczek
Created August 23, 2026 09:26
Show Gist options
  • Select an option

  • Save Janiczek/6fcabc9f9d7fcb1afedf5c75b5ff6a14 to your computer and use it in GitHub Desktop.

Select an option

Save Janiczek/6fcabc9f9d7fcb1afedf5c75b5ff6a14 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg width="300" height="300" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="4" fill="steelblue" />
</pattern>
</defs>
<ellipse cx="150" cy="150" rx="120" ry="80" fill="url(#dots)" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment