Fix duplicate ids in mapsheets.svg

This commit is contained in:
Catalin Constantin Mititiuc 2024-06-01 11:30:47 -07:00
parent bf24eda9cb
commit 9a4fec27da

View File

@ -384,12 +384,6 @@
<rect id="couch" x="-4.25" y="-8" width="8.5" height="16"/>
<rect id="bed" x="-5" y="-9" width="10" height="18"/>
<rect id="cabinet" x="-2.5" y="-4.75" width="5" height="9.5"/>
<path id="stairs" d="
M -6.375 -13.6 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
"/>
<g id="tree">
<mask id="trunk-outline">
@ -499,7 +493,7 @@
<use style="transform: translate(26px, -35.5px) rotate(90deg)" href="#cabinet"/>
<use style="transform: translate(-25.25px, 38.25px) rotate(90deg)" href="#cabinet"/>
<use style="transform: translate(13.25px, -19px) rotate(90deg)" href="#desk"/>
<path id="stairs" style="transform: translate(-23.75px, -19.25px)" d="
<path class="stairs" style="transform: translate(-23.75px, -19.25px)" d="
M -7 -16.3 h 14 v 2.3 h -14 z
m 0 2.75 h 14 v 2.3 h -14 z
m 0 2.75 h 14 v 2.3 h -14 z
@ -606,7 +600,12 @@
<use style="transform: translate(30.25px, 25.5px)" href="#cabinet"/>
<use style="transform: translate(38.5px, -17.5px)" href="#cabinet"/>
<use style="transform: translate(49.75px, 13.75px) rotate(90deg)" href="#cabinet"/>
<use style="transform: translate(65px, -5.5px)" href="#stairs"/>
<path class="stairs" style="transform: translate(65px, -5.5px)" d="
M -6.375 -13.6 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
"/>
</g>
<text class="elevation" style="font-family: sans-serif; font-weight: bold; font-size: 6pt; text-anchor: middle; user-select: none; pointer-events: none;" x="71" y="29">3</text>
</g>
@ -699,7 +698,7 @@
<use style="transform: translate(-11px, 48px) rotate(180deg)" href="#desk"/>
<use style="transform: translate(25px, 48px) rotate(180deg)" href="#desk"/>
<path id="stairs" style="transform: translate(8px, -16px)" d="
<path class="stairs" style="transform: translate(8px, -16px)" d="
M -7 -16.3 h 14 v 2.3 h -14 z
m 0 2.75 h 14 v 2.3 h -14 z
m 0 2.75 h 14 v 2.3 h -14 z
@ -756,7 +755,12 @@
<use style="transform: translate(29px, 26px)" href="#cabinet"/>
<use style="transform: translate(37.5px, -17.25px)" href="#cabinet"/>
<use style="transform: translate(48.5px, 14px) rotate(90deg)" href="#cabinet"/>
<use style="transform: translate(65px, -5.5px)" href="#stairs"/>
<path class="stairs" style="transform: translate(65px, -5.5px)" d="
M -6.375 -13.6 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
m 0 3.5 h 12.75 v 3 h -12.75 z
"/>
</g>
<text class="elevation" style="font-family: sans-serif; font-weight: bold; font-size: 6pt; text-anchor: middle; user-select: none; pointer-events: none;" x="70" y="30">2</text>
</g>

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB