Created
August 23, 2026 09:26
-
-
Save Janiczek/6fcabc9f9d7fcb1afedf5c75b5ff6a14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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