The version we printed
This commit is contained in:
commit
e1341ace2d
|
@ -0,0 +1,27 @@
|
|||
all: clue-weapons.pdf
|
||||
all: clue-cards-suspects.pdf
|
||||
all: clue-cards-rooms.pdf
|
||||
all: clue-sheets.pdf
|
||||
all: clue-board-parts-all.pdf
|
||||
|
||||
%.pdf: %.svg
|
||||
inkscape --export-area-drawing -o $@ $<
|
||||
%.pdf: src/%.svg
|
||||
inkscape -o $@ $<
|
||||
|
||||
BOARD_WIDTH=$(shell inkscape --query-width src/clue-board.svg)
|
||||
BOARD_HEIGHT=$(shell inkscape --query-height src/clue-board.svg)
|
||||
|
||||
clue-board-parts-all.pdf: clue-board-part-0.pdf
|
||||
clue-board-parts-all.pdf: clue-board-part-1.pdf
|
||||
clue-board-parts-all.pdf: clue-board-part-2.pdf
|
||||
clue-board-parts-all.pdf: clue-board-part-3.pdf
|
||||
clue-board-parts-all.pdf: clue-board-part-4.pdf
|
||||
pdfunite $+ $@
|
||||
|
||||
clue-board-part-%.svg: src/clue-board.svg board-parts.py
|
||||
python3 board-parts.py $<
|
||||
|
||||
|
||||
clean:
|
||||
rm -f board-part-*.svg *.pdf
|
|
@ -0,0 +1,43 @@
|
|||
#! /usr/bin/python3
|
||||
|
||||
import sys
|
||||
import xml.dom.minidom
|
||||
|
||||
|
||||
doc = xml.dom.minidom.parse(sys.argv[1])
|
||||
|
||||
# Ugh, XML
|
||||
path = None
|
||||
for e in doc.getElementsByTagName("clipPath"):
|
||||
if e.getAttribute("id") == "boardClip":
|
||||
path = e
|
||||
|
||||
rect = path.getElementsByTagName("rect")[0]
|
||||
rect_x = float(rect.getAttribute("x"))
|
||||
rect_y = float(rect.getAttribute("y"))
|
||||
rect_w = float(rect.getAttribute("width"))
|
||||
rect_h = float(rect.getAttribute("height"))
|
||||
|
||||
l3 = rect_w
|
||||
l1 = l3 / 3
|
||||
l2 = l1 * 2
|
||||
|
||||
parts = [
|
||||
[ 0, 0, l1, l2],
|
||||
[l1, 0, l1, l2],
|
||||
[l2, 0, l1, l2],
|
||||
[ 0, l2, l2, l1],
|
||||
[l2, l2, l1, l1],
|
||||
]
|
||||
|
||||
for n in range(len(parts)):
|
||||
x,y,w,h = parts[n]
|
||||
x += rect_x
|
||||
y += rect_y
|
||||
rect.setAttribute("x", str(x))
|
||||
rect.setAttribute("y", str(y))
|
||||
rect.setAttribute("width", str(w))
|
||||
rect.setAttribute("height", str(h))
|
||||
with open("clue-board-part-%d.svg" % n, "w") as f:
|
||||
f.write(doc.toxml())
|
||||
|
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 206 KiB |
|
@ -0,0 +1,507 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="8.5in"
|
||||
height="11in"
|
||||
viewBox="0 0 215.9 279.4"
|
||||
version="1.1"
|
||||
id="svg15081"
|
||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
|
||||
sodipodi:docname="clue-cards-rooms.svg">
|
||||
<defs
|
||||
id="defs15075">
|
||||
<radialGradient
|
||||
id="grad_start"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.30000001">
|
||||
<stop
|
||||
offset="20%"
|
||||
stop-color="#ffffff"
|
||||
stop-opacity="0.3"
|
||||
id="stop1902" />
|
||||
<stop
|
||||
offset="99%"
|
||||
stop-color="#000000"
|
||||
stop-opacity="0.5"
|
||||
id="stop1904" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient18560"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.30000001">
|
||||
<stop
|
||||
offset="20%"
|
||||
stop-color="#ffffff"
|
||||
stop-opacity="0.3"
|
||||
id="stop18556" />
|
||||
<stop
|
||||
offset="99%"
|
||||
stop-color="#000000"
|
||||
stop-opacity="0.5"
|
||||
id="stop18558" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient18567"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.30000001">
|
||||
<stop
|
||||
offset="20%"
|
||||
stop-color="#ffffff"
|
||||
stop-opacity="0.3"
|
||||
id="stop18563" />
|
||||
<stop
|
||||
offset="99%"
|
||||
stop-color="#000000"
|
||||
stop-opacity="0.5"
|
||||
id="stop18565" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient18574"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.30000001">
|
||||
<stop
|
||||
offset="20%"
|
||||
stop-color="#ffffff"
|
||||
stop-opacity="0.3"
|
||||
id="stop18570" />
|
||||
<stop
|
||||
offset="99%"
|
||||
stop-color="#000000"
|
||||
stop-opacity="0.5"
|
||||
id="stop18572" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient18581"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.30000001">
|
||||
<stop
|
||||
offset="20%"
|
||||
stop-color="#ffffff"
|
||||
stop-opacity="0.3"
|
||||
id="stop18577" />
|
||||
<stop
|
||||
offset="99%"
|
||||
stop-color="#000000"
|
||||
stop-opacity="0.5"
|
||||
id="stop18579" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient18588"
|
||||
cx="0.5"
|
||||
cy="0.5"
|
||||
r="0.5"
|
||||
fx="0.5"
|
||||
fy="0.30000001">
|
||||
<stop
|
||||
offset="20%"
|
||||
stop-color="#ffffff"
|
||||
stop-opacity="0.3"
|
||||
id="stop18584" />
|
||||
<stop
|
||||
offset="99%"
|
||||
stop-color="#000000"
|
||||
stop-opacity="0.5"
|
||||
id="stop18586" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.50468627"
|
||||
inkscape:cx="373.43352"
|
||||
inkscape:cy="489.85325"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
units="in"
|
||||
inkscape:pagecheckerboard="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-bbox-midpoints="true"
|
||||
inkscape:window-width="1333"
|
||||
inkscape:window-height="808"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata15078">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect13876"
|
||||
width="48"
|
||||
height="64"
|
||||
x="11.95"
|
||||
y="11.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22627"
|
||||
width="48"
|
||||
height="64"
|
||||
x="59.950001"
|
||||
y="11.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22631"
|
||||
width="48"
|
||||
height="64"
|
||||
x="107.95"
|
||||
y="11.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22635"
|
||||
width="48"
|
||||
height="64"
|
||||
x="155.95"
|
||||
y="11.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22639"
|
||||
width="48"
|
||||
height="64"
|
||||
x="11.95"
|
||||
y="75.699997"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22643"
|
||||
width="48"
|
||||
height="64"
|
||||
x="59.950001"
|
||||
y="75.699997"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22647"
|
||||
width="48"
|
||||
height="64"
|
||||
x="107.95"
|
||||
y="75.699997"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22651"
|
||||
width="48"
|
||||
height="64"
|
||||
x="155.95"
|
||||
y="75.699997"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22655"
|
||||
width="48"
|
||||
height="64"
|
||||
x="11.95"
|
||||
y="139.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22659"
|
||||
width="48"
|
||||
height="64"
|
||||
x="59.950001"
|
||||
y="139.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22663"
|
||||
width="48"
|
||||
height="64"
|
||||
x="107.95"
|
||||
y="139.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22667"
|
||||
width="48"
|
||||
height="64"
|
||||
x="155.95"
|
||||
y="139.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22671"
|
||||
width="48"
|
||||
height="64"
|
||||
x="11.95"
|
||||
y="203.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22675"
|
||||
width="48"
|
||||
height="64"
|
||||
x="59.950001"
|
||||
y="203.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22679"
|
||||
width="48"
|
||||
height="64"
|
||||
x="107.95"
|
||||
y="203.7"
|
||||
ry="0" />
|
||||
<rect
|
||||
style="fill:#ffffff;stroke:none;stroke-width:0.600001;stroke-linecap:round;stroke-linejoin:round"
|
||||
id="rect22683"
|
||||
width="48"
|
||||
height="64"
|
||||
x="155.95"
|
||||
y="203.7"
|
||||
ry="0" />
|
||||
<path
|
||||
id="rect5620"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0324966;stroke-opacity:1"
|
||||
d="M 30.829953,30.889614 H 15.453521 V 61.6366 H 56.446479 V 30.889614 H 41.081635 c 0.157333,-6.740259 -10.075923,-6.928986 -10.251682,0 z"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.0558874px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0859805;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="35.926151"
|
||||
y="45.031666"
|
||||
id="text5462"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5460"
|
||||
x="35.954094"
|
||||
y="45.031666"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.0859805;">Ballroom</tspan></text>
|
||||
<path
|
||||
d="M 56.448705,46.263001 V 30.888977 H 46.199353 l -5.117715,-5.5e-5 C 41.185524,24.11616 30.941657,23.992751 30.829911,30.88898 H 25.704088 15.45474 l -0.0034,15.374021 m 0,5.124676 v 10.249349 h 5.124676 m 5.124673,0 h 20.498703 m 5.124673,0 H 56.44874 V 51.387677"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path2791"
|
||||
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccccccccccc" />
|
||||
<path
|
||||
id="rect5624"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0388081;stroke-opacity:1"
|
||||
d="m 113.59425,28.3993 v 24.479922 h 6.10484 v 0.0014 6.12008 h 24.48552 0.0163 v -6.121474 h 6.10483 V 28.3993 Z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.0667418px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.10268;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="131.91058"
|
||||
y="44.942017"
|
||||
id="text5466"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5464"
|
||||
x="131.94395"
|
||||
y="44.942017"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.10268;">Conservatory</tspan></text>
|
||||
<path
|
||||
d="m 119.71002,52.879985 v 6.119993 h 24.47999 v -6.119993 h 6.11996 V 28.400022 h -36.71994 v 24.479963"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path2791-9"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<path
|
||||
id="rect5628"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0434494;stroke-opacity:1"
|
||||
d="M 162.82174,64.256535 V 23.143467 h 34.25653 v 41.113068 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.0747239px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.11496;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="179.93585"
|
||||
y="42.36396"
|
||||
id="text5512"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5510"
|
||||
x="179.93585"
|
||||
y="42.36396"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.11496;">BIlliard</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="179.97322"
|
||||
y="48.597015"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.11496;"
|
||||
id="tspan5530">Room</tspan></text>
|
||||
<path
|
||||
d="M 176.52404,64.255753 H 197.0798 V 36.848086 m 0,-6.851905 v -6.851932 h -34.25959 v 41.111504 h 6.85191"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22479"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
<path
|
||||
id="rect5630"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0400385;stroke-opacity:1"
|
||||
d="m 68.166382,123.48517 h 6.31411 v 6.31389 h 18.941911 v -6.31389 h 6.311215 V 91.903677 H 93.422403 V 85.600938 H 74.480492 v 6.302739 h -6.31411 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.0688578px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.105935;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="83.823441"
|
||||
y="108.952"
|
||||
id="text5516"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5514"
|
||||
x="83.857872"
|
||||
y="108.952"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.105935;">Library</tspan></text>
|
||||
<path
|
||||
d="m 87.107007,129.79905 h 6.314018 v -6.31402 h 6.314019 V 91.914968 h -6.314019 v -6.31403 h -18.94205 v 6.31403 h -6.314018 v 12.628012 m 0,6.31402 v 12.62803 h 6.314018 v 6.31402 h 6.314014"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22481"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccccccccccc" />
|
||||
<path
|
||||
id="rect5634"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0356143;stroke-opacity:1"
|
||||
d="m 151.61154,118.93325 v -16.84901 h -5.61381 v -5.6175 h -33.70927 v 22.46651 h 33.70927 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93889px;line-height:1.25;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;letter-spacing:0.0724211px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.111417"
|
||||
x="131.94527"
|
||||
y="109.04771"
|
||||
id="text5520"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5518"
|
||||
x="131.98148"
|
||||
y="109.04771"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.111417">Study</tspan></text>
|
||||
<path
|
||||
d="m 151.60711,118.93263 v -16.84895 h -5.61632 v -5.616314 h -33.69792 v 22.465264 h 33.69792"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22483"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
id="rect5638"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0381588;stroke-opacity:1"
|
||||
d="m 53.344409,191.99423 v -37.68789 h -6.114113 a 13.019498,5.7995515 0 0 0 -4.766228,-2.12347 13.019498,5.7995515 0 0 0 -13.019586,0 13.019498,5.7995515 0 0 0 -4.766045,2.12347 h -6.122852 v 37.68789 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.063233px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0972815;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="35.918861"
|
||||
y="173.2067"
|
||||
id="text5528"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5526"
|
||||
x="35.950478"
|
||||
y="173.2067"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.0972815;">Hall</tspan></text>
|
||||
<path
|
||||
d="m 41.748238,191.98939 h 11.596487 v -37.68857 h -5.798243 c -7.73099,-3.8655 -15.46198,-3.8655 -23.19297,0 h -5.798243 v 20.29384 m 0,5.79825 v 11.59648 h 11.596487"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22485"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
<path
|
||||
id="rect5640"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.032679;stroke-opacity:1"
|
||||
d="M 197.98237,123.1608 V 92.239085 h -30.91022 v 5.154523 h -5.15452 v 25.766012 h 5.15452 v 10e-4 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.056201px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.086463;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="179.88361"
|
||||
y="108.65548"
|
||||
id="text5524"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5522"
|
||||
x="179.91171"
|
||||
y="108.65548"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.086463;">Lounge</tspan></text>
|
||||
<path
|
||||
d="m 167.06642,123.1603 h 30.92059 V 92.239715 h -30.92059 v 5.153428 h -5.15343 V 123.1603"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22487"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="ccccccc" />
|
||||
<path
|
||||
id="rect5612"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0358402;stroke-opacity:1"
|
||||
d="m 55.732543,85.113094 h -5.652029 -0.0014 v -0.0228 H 16.16745 V 130.3097 h 33.911623 v -16.95332 h 0.0014 v 0.0165 h 5.652029 v -0.0165 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.0616376px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.094827;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="35.942383"
|
||||
y="106.59795"
|
||||
id="text5508"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5506"
|
||||
x="35.942383"
|
||||
y="106.59795"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.094827;">Dining</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="35.973202"
|
||||
y="111.73942"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.094827;"
|
||||
id="tspan5532">Room</tspan></text>
|
||||
<path
|
||||
d="m 38.775972,130.3078 h 11.303897 v -16.95585 h 5.651954 V 85.092199 H 16.168174 V 119.0039 m 0,5.65195 v 5.65195 h 16.955848"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22489"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccccc" />
|
||||
<path
|
||||
id="rect5616"
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:0.0372113;stroke-opacity:1"
|
||||
d="m 66.353978,26.094845 v 29.3409 h 5.868255 v 5.869411 h 29.323787 v -5.869411 -29.3409 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:600;font-size:4.93888889px;line-height:1.25;font-family:'URW Gothic';text-align:center;letter-spacing:0.0639956px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0984547;-inkscape-font-specification:'URW Gothic, Semi-Bold';font-stretch:normal;font-variant:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;"
|
||||
x="83.920593"
|
||||
y="45.224873"
|
||||
id="text5504"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan5502"
|
||||
x="83.952591"
|
||||
y="45.224873"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:4.93888889px;font-family:'URW Gothic';-inkscape-font-specification:'URW Gothic, Semi-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;text-align:center;text-anchor:middle;stroke-width:0.0984547;">Kitchen</tspan></text>
|
||||
<path
|
||||
d="m 95.686344,61.304512 h 5.868166 V 26.095488 H 66.345483 V 55.43634 h 5.868172 v 5.868172 h 17.604517"
|
||||
stroke="#000000"
|
||||
stroke-width="2.52318"
|
||||
id="path22491"
|
||||
style="fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cccccccc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 24 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 182 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 100 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 72 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue