Light of day

This commit is contained in:
Alexander Heldt
2026-06-21 17:41:56 +00:00
commit d61e88fa29
13 changed files with 2556 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<rect width="512" height="512" rx="96" fill="#7c5cff"/>
<g transform="translate(96 112)">
<!-- ears -->
<ellipse cx="50" cy="80" rx="44" ry="64" fill="#3a2a18" transform="rotate(-20 50 80)"/>
<ellipse cx="270" cy="80" rx="44" ry="64" fill="#3a2a18" transform="rotate(20 270 80)"/>
<!-- head -->
<ellipse cx="160" cy="170" rx="140" ry="120" fill="#d9a877"/>
<!-- eyes -->
<circle cx="110" cy="160" r="14" fill="#1c1b22"/>
<circle cx="210" cy="160" r="14" fill="#1c1b22"/>
<circle cx="114" cy="156" r="4" fill="#fff"/>
<circle cx="214" cy="156" r="4" fill="#fff"/>
<!-- snout -->
<ellipse cx="160" cy="230" rx="62" ry="44" fill="#f5d9b8"/>
<ellipse cx="160" cy="208" rx="18" ry="12" fill="#1c1b22"/>
<path d="M160 224 v22 M160 246 Q140 262 122 254 M160 246 Q180 262 198 254" stroke="#1c1b22" stroke-width="6" fill="none" stroke-linecap="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 986 B