[styles] Cleanup entrance icons to fit pixel grid

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
David Martinez 2024-08-18 11:39:05 +02:00 committed by Alexander Borsuk
parent 6115508d48
commit 36285eb5e9
17 changed files with 46 additions and 44 deletions

View file

@ -1,5 +0,0 @@
<svg viewBox="0 0 7 12" width="5.25" height="9" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#777777">
<path d="m.25.25v11.5h6.5v-11.5h-6.5zm.8671875.8671875h4.765625v9.7656245h-4.765625v-9.7656245z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 232 B

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="6" height="9" version="1.1" viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg">
<path d="m0.5 0.5h5v8h-5z" fill="none" stroke="#777777" stroke-width=".75"/>
</svg>

After

Width:  |  Height:  |  Size: 218 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="9" height="9" version="1.1" viewBox="0 0 9 9" xmlns="http://www.w3.org/2000/svg">
<path d="m6.5704 0.1875v1.8427l1.0591 2.0948h-4.6294v0.75h4.6294l-1.0591 2.0948v1.8428l2.1796-4.3125z" fill="#777777"/>
<path d="m0.5 0.5h5v8h-5z" fill="none" stroke="#777777" stroke-width=".75"/>
</svg>

After

Width:  |  Height:  |  Size: 339 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="11" height="9" version="1.1" viewBox="0 0 11 9" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m0.5 0.5v8h10v-8z" fill="none" stroke="#777777" stroke-width=".75"/>
<path d="m5.5 0.5v8" fill="none" stroke="#777777" stroke-width=".75"/>
<circle cx="4" cy="4.5" r=".75" fill="#777777"/>
<circle cx="7" cy="4.5" r=".75" fill="#777777"/>
</svg>

After

Width:  |  Height:  |  Size: 414 B

View file

@ -1,6 +1,5 @@
<svg version="1.1" viewBox="0 0 7 12" width="5.25" height="9" xmlns="http://www.w3.org/2000/svg">
<g id="entrance-s" fill="#777777">
<path d="m.25.25v11.5h6.5v-11.5h-6.5zm.8671875.8671875h4.765625v9.7656245h-4.765625v-9.7656245z"/>
<ellipse cx="2.4489999" cy="6" rx=".949" ry=".94884533" style="stroke-width:.704232"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="6" height="9" version="1.1" viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg">
<path d="m0.5 0.5h5v8h-5z" fill="none" stroke="#777777" stroke-width=".75"/>
<circle cx="2" cy="4.5" r=".75" fill="#777777"/>
</svg>

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 268 B

View file

@ -1,6 +0,0 @@
<svg version="1.1" viewBox="0 0 10.75 12" width="8.0625" height="9" xmlns="http://www.w3.org/2000/svg">
<g id="exit-s" fill="#777777">
<path d="m0.25 0.25v11.5h6.5v-11.5zm0.86719 0.86719h4.7656v9.7656h-4.7656z"/>
<path d="m7.5938 0.25v2.457l1.4121 2.793h-5.5059v1h5.5059l-1.4121 2.793v2.457l2.9062-5.75-2.9062-5.75z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 337 B

View file

@ -1,3 +0,0 @@
<svg version="1.1" viewBox="0 0 12.5 12" width="10" height="9" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m.1796875.25v11.5h12.140624v-11.5h-12.140624zm.8671875.8671875h4.765625v9.7656245h-4.765625v-9.7656245zm5.6386719 0h4.7656251v9.7656245h-4.7656251v-9.7656245zm-2.6621094 3.9335937c-.5241177 0-.9492187.4251865-.9492187.9492188s.425101.9492188.9492187.9492188.9492187-.4251865.9492187-.9492188-.425101-.9492188-.9492187-.9492188zm4.453125 0c-.5241177 0-.9492187.4251865-.9492187.9492188s.425101.9492188.9492187.9492188.9492187-.4251865.9492187-.9492188c1e-7-.5240323-.425101-.9492188-.9492187-.9492188z" style="fill:#777777"/></svg>

Before

Width:  |  Height:  |  Size: 665 B

View file

@ -702,9 +702,9 @@ node|z19-[entrance],
node|z19-[amenity=loading_dock],
{icon-image: entrance-s.svg; font-size: 10; text-offset: 1;}
node|z19-[entrance=exit],
{icon-image: exit-s.svg; font-size: 10; text-offset: 1;}
{icon-image: entrance-exit-s.svg; font-size: 10; text-offset: 1;}
node|z18-[entrance=main],
{icon-image: main_entrance-s.svg; font-size: 10; text-offset: 1;}
{icon-image: entrance-main-s.svg; font-size: 10; text-offset: 1;}
/* 8.3 Airports */
area|z14-[aeroway=terminal]

View file

@ -1493,7 +1493,7 @@ node|z16-[barrier=turnstile],
{icon-image: dot-m.svg;font-size: 11;}
node|z16-[barrier=entrance],
{icon-image: barrier-entrance-s.svg; font-size: 11;}
{icon-image: entrance-barrier-s.svg; font-size: 11;}
node|z16-[barrier=gate],
node|z16-[barrier=kissing_gate],

View file

@ -1,5 +0,0 @@
<svg viewBox="0 0 7 12" width="5.25" height="9" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g fill="#717065">
<path d="m.25.25v11.5h6.5v-11.5h-6.5zm.8671875.8671875h4.765625v9.7656245h-4.765625v-9.7656245z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 232 B

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="6" height="9" version="1.1" viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg">
<path d="m0.5 0.5h5v8h-5z" fill="none" stroke="#717065" stroke-width=".75"/>
</svg>

After

Width:  |  Height:  |  Size: 218 B

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="9" height="9" version="1.1" viewBox="0 0 9 9" xmlns="http://www.w3.org/2000/svg">
<path d="m6.5704 0.1875v1.8427l1.0591 2.0948h-4.6294v0.75h4.6294l-1.0591 2.0948v1.8428l2.1796-4.3125z" fill="#717065"/>
<path d="m0.5 0.5h5v8h-5z" fill="none" stroke="#717065" stroke-width=".75"/>
</svg>

After

Width:  |  Height:  |  Size: 339 B

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="11" height="9" version="1.1" viewBox="0 0 11 9" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m0.5 0.5v8h10v-8z" fill="none" stroke="#717065" stroke-width=".75"/>
<path d="m5.5 0.5v8" fill="none" stroke="#717065" stroke-width=".75"/>
<circle cx="4" cy="4.5" r=".75" fill="#717065"/>
<circle cx="7" cy="4.5" r=".75" fill="#717065"/>
</svg>

After

Width:  |  Height:  |  Size: 414 B

View file

@ -1,6 +1,5 @@
<svg version="1.1" viewBox="0 0 7 12" width="5.25" height="9" xmlns="http://www.w3.org/2000/svg">
<g id="entrance-s" fill="#717065">
<path d="m.25.25v11.5h6.5v-11.5h-6.5zm.8671875.8671875h4.765625v9.7656245h-4.765625v-9.7656245z"/>
<ellipse cx="2.4489999" cy="6" rx=".949" ry=".94884533" style="stroke-width:.704232"/>
</g>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="6" height="9" version="1.1" viewBox="0 0 6 9" xmlns="http://www.w3.org/2000/svg">
<path d="m0.5 0.5h5v8h-5z" fill="none" stroke="#717065" stroke-width=".75"/>
<circle cx="2" cy="4.5" r=".75" fill="#717065"/>
</svg>

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 268 B

View file

@ -1,6 +0,0 @@
<svg version="1.1" viewBox="0 0 10.75 12" width="8.0625" height="9" xmlns="http://www.w3.org/2000/svg">
<g id="exit-s" fill="#717065">
<path d="m0.25 0.25v11.5h6.5v-11.5zm0.86719 0.86719h4.7656v9.7656h-4.7656z"/>
<path d="m7.5938 0.25v2.457l1.4121 2.793h-5.5059v1h5.5059l-1.4121 2.793v2.457l2.9062-5.75-2.9062-5.75z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 337 B

View file

@ -1,3 +0,0 @@
<svg version="1.1" viewBox="0 0 12.5 12" width="10" height="9" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m.1796875.25v11.5h12.140624v-11.5h-12.140624zm.8671875.8671875h4.765625v9.7656245h-4.765625v-9.7656245zm5.6386719 0h4.7656251v9.7656245h-4.7656251v-9.7656245zm-2.6621094 3.9335937c-.5241177 0-.9492187.4251865-.9492187.9492188s.425101.9492188.9492187.9492188.9492187-.4251865.9492187-.9492188-.425101-.9492188-.9492187-.9492188zm4.453125 0c-.5241177 0-.9492187.4251865-.9492187.9492188s.425101.9492188.9492187.9492188.9492187-.4251865.9492187-.9492188c1e-7-.5240323-.425101-.9492188-.9492187-.9492188z" style="fill:#717065"/></svg>

Before

Width:  |  Height:  |  Size: 665 B

View file

@ -547,9 +547,9 @@ node|z19-[entrance],
node|z19-[amenity=loading_dock],
{icon-image: entrance-s.svg; font-size: 13; text-offset: 1;}
node|z19-[entrance=exit],
{icon-image: exit-s.svg; font-size: 13; text-offset: 1;}
{icon-image: entrance-exit-s.svg; font-size: 13; text-offset: 1;}
node|z18-[entrance=main],
{icon-image: main_entrance-s.svg; font-size: 13; text-offset: 1;}
{icon-image: entrance-main-s.svg; font-size: 13; text-offset: 1;}
/* 8.3 Airports */
area|z14-[aeroway=terminal]