This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" rx="96" ry="96" fill="#0f0f0f"/>
|
||||
<g fill="#f5b800">
|
||||
<!-- stem (slight tilt) -->
|
||||
<path d="M302 110 L322 105 L322 360 L302 365 Z"/>
|
||||
<!-- flag: bezier swoop off the stem top -->
|
||||
<path d="M322 105 C 400 130, 430 200, 380 270 C 410 210, 380 160, 322 145 Z"/>
|
||||
<!-- note head: ellipse rotated -22° -->
|
||||
<ellipse cx="250" cy="360" rx="64" ry="46" transform="rotate(-22 250 360)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 534 B |
Reference in New Issue
Block a user