fix: update svg look

This commit is contained in:
2025-10-17 23:18:29 +03:00
parent 1f221a88ef
commit fd356185e2

View File

@@ -1,54 +1,41 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<title>Astrolabe Icon (Thin)</title> <title>Astrolabe Icon (Centered &amp; Shifted Up)</title>
<rect width="100%" height="100%" fill="#ffffff"/> <g transform="translate(0,-28)">
<circle cx="256" cy="284" r="256" fill="#ffffff"/>
<g stroke="#000000" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" fill="none"> <g stroke="#000000" stroke-width="10" stroke-linecap="round" stroke-linejoin="round" fill="none">
<!-- Suspension ring --> <circle cx="256" cy="64" r="24"/>
<circle cx="256" cy="64" r="24"/> <path d="M236 96 L276 96 L276 120 L236 120 Z"/>
<!-- Shackle --> <circle cx="256" cy="284" r="220"/>
<path d="M236 96 L276 96 L276 120 L236 120 Z"/> <circle cx="256" cy="284" r="180"/>
<line x1="256" y1="104" x2="256" y2="464"/>
<!-- Outer mater --> <line x1="76" y1="284" x2="436" y2="284"/>
<circle cx="256" cy="284" r="220"/> <line x1="128" y1="156" x2="384" y2="412"/>
<!-- Inner ring --> <line x1="384" y1="156" x2="128" y2="412"/>
<circle cx="256" cy="284" r="180"/> <g transform="translate(256,284) rotate(-23)">
<ellipse cx="0" cy="0" rx="150" ry="110"/>
<!-- Cardinal spokes --> </g>
<line x1="256" y1="104" x2="256" y2="464"/> <g transform="translate(256,284) rotate(-12)">
<line x1="76" y1="284" x2="436" y2="284"/> <line x1="-150" y1="0" x2="150" y2="0"/>
<!-- Diagonals --> <circle cx="0" cy="0" r="18" fill="#ffffff" stroke="#000000" stroke-width="6"/>
<line x1="128" y1="156" x2="384" y2="412"/> <path d="M150 0 L120 -12 L120 12 Z" fill="#000000" stroke="none"/>
<line x1="384" y1="156" x2="128" y2="412"/> <circle cx="-110" cy="0" r="6" stroke-width="6"/>
<circle cx="110" cy="0" r="6" stroke-width="6"/>
<!-- Ecliptic ring --> </g>
<g transform="translate(256,284) rotate(-23)"> <g transform="translate(256,284)">
<ellipse cx="0" cy="0" rx="150" ry="110"/> <g>
</g> <line x1="0" y1="-200" x2="0" y2="-186"/>
<line x1="100" y1="-173.2" x2="94" y2="-160"/>
<!-- Alidade --> <line x1="173.2" y1="-100" x2="160" y2="-94"/>
<g transform="translate(256,284) rotate(-12)"> <line x1="200" y1="0" x2="186" y2="0"/>
<line x1="-150" y1="0" x2="150" y2="0"/> <line x1="173.2" y1="100" x2="160" y2="94"/>
<circle cx="0" cy="0" r="18" fill="#ffffff" stroke="#000000" stroke-width="6"/> <line x1="100" y1="173.2" x2="94" y2="160"/>
<path d="M150 0 L120 -12 L120 12 Z" fill="#000000" stroke="none"/> <line x1="0" y1="200" x2="0" y2="186"/>
<circle cx="-110" cy="0" r="6" stroke-width="6"/> <line x1="-100" y1="173.2" x2="-94" y2="160"/>
<circle cx="110" cy="0" r="6" stroke-width="6"/> <line x1="-173.2" y1="100" x2="-160" y2="94"/>
</g> <line x1="-200" y1="0" x2="-186" y2="0"/>
<line x1="-173.2" y1="-100" x2="-160" y2="-94"/>
<!-- Degree ticks --> <line x1="-100" y1="-173.2" x2="-94" y2="-160"/>
<g transform="translate(256,284)"> </g>
<g>
<line x1="0" y1="-200" x2="0" y2="-186"/>
<line x1="100" y1="-173.2" x2="94" y2="-160"/>
<line x1="173.2" y1="-100" x2="160" y2="-94"/>
<line x1="200" y1="0" x2="186" y2="0"/>
<line x1="173.2" y1="100" x2="160" y2="94"/>
<line x1="100" y1="173.2" x2="94" y2="160"/>
<line x1="0" y1="200" x2="0" y2="186"/>
<line x1="-100" y1="173.2" x2="-94" y2="160"/>
<line x1="-173.2" y1="100" x2="-160" y2="94"/>
<line x1="-200" y1="0" x2="-186" y2="0"/>
<line x1="-173.2" y1="-100" x2="-160" y2="-94"/>
<line x1="-100" y1="-173.2" x2="-94" y2="-160"/>
</g> </g>
</g> </g>
</g> </g>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB