Fix Burrow owl icon silhouette
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m2s
Build Site / Next.js Build (push) Failing after 4s
Lint Governance / BEP Metadata (push) Successful in 1s

This commit is contained in:
Conrad Kramer 2026-06-07 22:43:32 -07:00
parent 7ded0e2e69
commit c81712b781
81 changed files with 107 additions and 110 deletions

View file

@ -1,16 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<defs>
<linearGradient id="ground-fill" x1="230" y1="740" x2="800" y2="900" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#4a2a18"/>
<stop offset="0.46" stop-color="#a7632a"/>
<stop offset="1" stop-color="#3a2114"/>
<linearGradient id="ground-fill" x1="330" y1="860" x2="700" y2="930" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#2b170e"/>
<stop offset="0.5" stop-color="#7a4320"/>
<stop offset="1" stop-color="#21110a"/>
</linearGradient>
</defs>
<ellipse cx="512" cy="886" rx="350" ry="72" fill="#070403" opacity="0.82"/>
<path d="M190 872c62-57 182-88 322-88s260 31 322 88c-82-22-190-34-322-34s-240 12-322 34Z" fill="url(#ground-fill)"/>
<path d="M266 888c54-31 136-46 246-46s192 15 246 46c-62-12-144-18-246-18s-184 6-246 18Z" fill="#0d0805"/>
<path d="M178 876c-24 12-39 29-45 50 36-13 78-19 124-17l-13-39c-23 0-45 2-66 6Z" fill="#321c11"/>
<path d="M846 876c24 12 39 29 45 50-36-13-78-19-124-17l13-39c23 0 45 2 66 6Z" fill="#321c11"/>
<ellipse cx="318" cy="880" rx="22" ry="9" fill="#b17034" opacity="0.66"/>
<ellipse cx="721" cy="873" rx="21" ry="9" fill="#c27a36" opacity="0.62"/>
<path d="M256 904c61-31 146-46 256-46s195 15 256 46c-73-9-158-14-256-14s-183 5-256 14Z" fill="#050302" opacity="0.78"/>
<path d="M310 884c49-24 116-36 202-36s153 12 202 36c-59-10-126-15-202-15s-143 5-202 15Z" fill="url(#ground-fill)" opacity="0.64"/>
<path d="M360 900c38-14 89-21 152-21s114 7 152 21c-44-5-95-8-152-8s-108 3-152 8Z" fill="#0b0604"/>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 741 B

Before After
Before After