Update Mensamap.svg, Add XML generator script

This commit is contained in:
Dominic Zimmer 2019-11-13 01:36:43 +01:00
parent 26a612226c
commit ac069e365c
2 changed files with 186 additions and 190 deletions

46
generate_svgs.py Normal file
View File

@ -0,0 +1,46 @@
import xml.etree.ElementTree as ET
import re
pattern = re.compile("table_(.)(.*)")
pattern_text = re.compile("label_(.)")
def letters_to_numbers(group_string, number_string):
out1 = ord(group_string) - ord('a')
if len(number_string) == 1:
# only one letter
out2 = ord(number_string) - ord('a')
elif len(number_string) == 2:
# its an umlaut
out2 = {"ae": 26, "oe": 27, "ue": 28}[number_string]
return out1, out2
def draw_only_group(group_id):
tree = ET.parse("mensa.svg")
root = tree.getroot()
rects = root.findall(".//{http://www.w3.org/2000/svg}rect")
rects = list(filter(lambda rect: pattern.match(rect.attrib["id"]), rects))
texts = root.findall(".//{http://www.w3.org/2000/svg}text")
texts = list(filter(lambda text: pattern_text.match(text.attrib["id"]), texts))
for text in texts:
match = pattern_text.match(text.attrib["id"])
group = ord(match.group(1)) - ord('a')
if group != group_id:
# color the child spans text white
span = list(text)[0]
style_span="font-size:3.17499995px;fill:#ffffff;fill-opacity:1;stroke-width:0.26458332;"
span.attrib["style"] = style_span
for rect in rects:
match = pattern.match(rect.attrib["id"])
group, number = letters_to_numbers(match.group(1), match.group(2))
if group != group_id:
# other group, color grey
rect.attrib["style"] = "fill:#808080;stroke-width:0.26458332"
groupstring = chr(ord('a') + group_id)
tree.write(f"mensamap_highlight_group_{groupstring}.svg")
for i in range(9):
draw_only_group(i)

330
mensa.svg
View File

@ -28,18 +28,18 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="336.09929"
inkscape:cy="700.11768"
inkscape:zoom="2.828427"
inkscape:cx="348.36714"
inkscape:cy="672.26215"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:measure-start="0,0"
inkscape:measure-end="0,0"
inkscape:window-width="1366"
inkscape:window-height="744"
inkscape:window-height="768"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-y="0"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
@ -89,7 +89,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_aa"
width="1.0583333"
height="2.1166666"
@ -126,7 +126,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ac"
width="1.0583333"
height="2.1166666"
@ -145,7 +145,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ad"
width="1.0583333"
height="2.1166666"
@ -164,7 +164,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_af"
width="1.0583333"
height="2.1166666"
@ -183,7 +183,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ah"
width="1.0583333"
height="2.1166666"
@ -202,7 +202,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_aj"
width="1.0583333"
height="2.1166666"
@ -221,7 +221,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_al"
width="1.0583333"
height="2.1166666"
@ -240,7 +240,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_an"
width="1.0583333"
height="2.1166666"
@ -259,7 +259,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ab"
width="1.0583333"
height="2.1166666"
@ -278,7 +278,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ae"
width="2.1166666"
height="1.0583333"
@ -297,7 +297,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ag"
width="2.1166666"
height="1.0583333"
@ -316,7 +316,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ai"
width="2.1166666"
height="1.0583333"
@ -335,7 +335,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ak"
width="2.1166666"
height="1.0583333"
@ -354,7 +354,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_am"
width="2.1166666"
height="1.0583333"
@ -373,7 +373,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ff0066;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ff0066;fill-opacity:1;stroke-width:0.26458332"
id="table_ao"
width="2.1166666"
height="1.0583333"
@ -639,7 +639,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_cb"
width="1.0583333"
height="2.1166666"
@ -658,7 +658,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_cc"
width="1.0583333"
height="2.1166666"
@ -677,7 +677,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_cl"
width="1.0583333"
height="2.1166666"
@ -980,7 +980,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_cu"
width="2.1166666"
height="1.0583333"
@ -1209,13 +1209,14 @@
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332"
id="rect3771-53-3"
id="table_coe"
width="2.1166666"
height="1.0583333"
x="121.97287"
y="107.29374"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
inkscape:export-ydpi="698.18164"
inkscape:label="#rect3771-53-3" />
<rect
id="rect3760-88-0"
width="2.6458333"
@ -1227,13 +1228,14 @@
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332"
id="rect3769-31-3"
id="table_cue"
width="1.0583333"
height="2.1166666"
x="125.14788"
y="106.76458"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
inkscape:export-ydpi="698.18164"
inkscape:label="#rect3769-31-3" />
<rect
id="rect3760-88-09"
width="2.6458333"
@ -1245,7 +1247,7 @@
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332"
id="table_c__"
id="table_cae"
width="1.0583333"
height="2.1166666"
x="119.85627"
@ -1310,34 +1312,6 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"
inkscape:label="#rect3771-96-4" />
<rect
id="rect3760"
width="2.6458333"
height="2.6458333"
x="76.729164"
y="93.270828"
style="fill:#000000;stroke-width:0.26458332" />
<rect
style="fill:#000000;stroke-width:0.26458332"
id="rect3767"
width="2.6458333"
height="2.6458333"
x="82.020828"
y="93.270828" />
<rect
style="fill:#00ff00;stroke-width:0.26458332"
id="rect3769"
width="1.0583333"
height="2.1166666"
x="77.522911"
y="93.535416" />
<rect
style="fill:#00ff00;stroke-width:0.26458332"
id="rect3771"
width="2.1166666"
height="1.0583333"
x="82.285416"
y="94.064583" />
<rect
style="fill:#000000;stroke-width:0.26458332"
id="rect3767-62"
@ -1708,7 +1682,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_ia"
width="2.1166666"
height="1.0583333"
@ -1727,7 +1701,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_ib"
width="1.0583333"
height="2.1166666"
@ -1746,7 +1720,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_db"
width="1.0583333"
height="2.1166666"
@ -1765,7 +1739,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_de"
width="1.0583333"
height="2.1166666"
@ -1784,7 +1758,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dg"
width="1.0583333"
height="2.1166666"
@ -1803,7 +1777,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dj"
width="1.0583333"
height="2.1166666"
@ -1822,7 +1796,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dl"
width="1.0583333"
height="2.1166666"
@ -1841,7 +1815,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_do"
width="1.0583333"
height="2.1166666"
@ -1860,7 +1834,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_da"
width="2.1166666"
height="1.0583333"
@ -1879,7 +1853,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dc"
width="2.1166666"
height="1.0583333"
@ -1898,7 +1872,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dd"
width="2.1166666"
height="1.0583333"
@ -1917,7 +1891,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_df"
width="2.1166666"
height="1.0583333"
@ -1936,7 +1910,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dh"
width="2.1166666"
height="1.0583333"
@ -1955,7 +1929,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_di"
width="2.1166666"
height="1.0583333"
@ -1974,7 +1948,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dk"
width="2.1166666"
height="1.0583333"
@ -1993,7 +1967,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dm"
width="2.1166666"
height="1.0583333"
@ -2012,7 +1986,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#0066ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#0066ff;fill-opacity:1;stroke-width:0.26458332"
id="table_dn"
width="2.1166666"
height="1.0583333"
@ -2088,7 +2062,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_ga"
width="2.1166666"
height="1.0583333"
@ -2107,7 +2081,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gb"
width="2.1166666"
height="1.0583333"
@ -2126,7 +2100,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gc"
width="2.1166666"
height="1.0583333"
@ -2145,7 +2119,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gd"
width="2.1166666"
height="1.0583333"
@ -2164,7 +2138,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gg"
width="2.1166666"
height="1.0583333"
@ -2183,7 +2157,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_ge"
width="2.1166666"
height="1.0583333"
@ -2297,7 +2271,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gl"
width="2.1166666"
height="1.0583333"
@ -2316,7 +2290,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gi"
width="2.1166666"
height="1.0583333"
@ -2335,7 +2309,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gn"
width="2.1166666"
height="1.0583333"
@ -2354,7 +2328,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gq"
width="2.1166666"
height="1.0583333"
@ -2373,7 +2347,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gs"
width="2.1166666"
height="1.0583333"
@ -2392,7 +2366,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gk"
width="2.1166666"
height="1.0583333"
@ -2487,7 +2461,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gf"
width="1.0583333"
height="2.1166666"
@ -2506,7 +2480,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gh"
width="1.0583333"
height="2.1166666"
@ -2525,7 +2499,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gp"
width="1.0583333"
height="2.1166666"
@ -2563,7 +2537,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gm"
width="1.0583333"
height="2.1166666"
@ -2582,7 +2556,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gr"
width="1.0583333"
height="2.1166666"
@ -2601,7 +2575,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_go"
width="1.0583333"
height="2.1166666"
@ -2620,7 +2594,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#ffd42a;stroke-width:0.26458332;fill-opacity:1"
style="fill:#ffd42a;fill-opacity:1;stroke-width:0.26458332"
id="table_gj"
width="1.0583333"
height="2.1166666"
@ -2780,13 +2754,6 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"
inkscape:label="#rect3771-311-33-7" />
<rect
style="fill:#4d4d4d;stroke-width:0.2116666"
id="rect3767-81-0-5"
width="2.1166677"
height="2.1166644"
x="63.764584"
y="93.535416" />
<rect
style="fill:#4d4d4d;stroke-width:0.21166661"
id="rect3767-81-0-5-8"
@ -2833,7 +2800,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#1a1a1a;stroke-width:0.37041664;fill-opacity:1"
style="fill:#1a1a1a;fill-opacity:1;stroke-width:0.37041664"
id="rect3767-81-0-5-37"
width="3.7041664"
height="3.7041662"
@ -2859,13 +2826,6 @@
y="113.90834"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#4d4d4d;stroke-width:0.26458362"
id="rect3767-81-0-5-4"
width="2.6458373"
height="2.6458349"
x="66.145828"
y="93.270836" />
<rect
style="fill:#4d4d4d;stroke-width:0.31749997"
id="rect3767-81-0-5-4-1"
@ -3965,7 +3925,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_ie"
width="1.0583333"
height="2.1166666"
@ -3984,7 +3944,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_if"
width="1.0583333"
height="2.1166666"
@ -4030,7 +3990,7 @@
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="display:inline;fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1"
style="display:inline;fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_ca"
width="1.0583333"
height="2.1166666"
@ -4083,15 +4043,15 @@
style="stroke-width:0.26458332" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.88055556px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
style="font-style:normal;font-weight:normal;font-size:3.88055563px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="60.854164"
y="101.20833"
id="text6426"><tspan
sodipodi:role="line"
id="tspan6424"
x="60.854164"
y="104.95383"
style="font-size:3.88055556px;stroke-width:0.26458332;" /></text>
y="104.64171"
style="font-size:3.88055563px;stroke-width:0.26458332" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:2.46944427px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@ -4105,18 +4065,18 @@
style="stroke-width:0.26458332" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:2.11666667px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
style="font-style:normal;font-weight:normal;font-size:2.11666656px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="66.145836"
y="103.85416"
id="text7279"><tspan
sodipodi:role="line"
id="tspan7277"
x="66.145836"
y="106.97541"
style="stroke-width:0.26458332;font-size:2.11666667px;" /></text>
y="105.72691"
style="font-size:2.11666656px;stroke-width:0.26458332" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.52777778px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
style="font-style:normal;font-weight:normal;font-size:3.52777767px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="64.558334"
y="103.325"
id="text7283"><tspan
@ -4124,7 +4084,7 @@
id="tspan7281"
x="64.558334"
y="106.44625"
style="stroke-width:0.26458332;font-size:3.52777778px;" /></text>
style="font-size:3.52777767px;stroke-width:0.26458332" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:1.41111112px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@ -4244,7 +4204,7 @@
style="stroke-width:0.26458332" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.76388893px;line-height:1.25;font-family:monospace;-inkscape-font-specification:monospace;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.76388896px;line-height:1.25;font-family:monospace;-inkscape-font-specification:monospace;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="64.293747"
y="103.06042"
id="text7417"
@ -4254,7 +4214,7 @@
id="tspan7415"
x="64.293747"
y="103.06042"
style="stroke-width:0.26458332;font-size:1.76388893px;">A</tspan></text>
style="font-size:1.76388896px;stroke-width:0.26458332">A</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.76388884px;line-height:1.25;font-family:monospace;-inkscape-font-specification:monospace;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@ -4346,42 +4306,6 @@
x="69.585419"
y="110.99792"
style="stroke-width:0.26458332">L</tspan></text>
<rect
style="display:inline;fill:#000000;stroke-width:0.26458332"
id="rect3767-81-86-9"
width="2.6458333"
height="2.6458333"
x="87.312508"
y="130.3125"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<rect
style="display:inline;fill:#000000;stroke-width:0.26458332"
id="rect3767-81-86-96"
width="2.6458333"
height="2.6458333"
x="89.958336"
y="130.3125"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164" />
<circle
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_ic"
cx="88.635429"
cy="131.63542"
r="1.0583333"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"
inkscape:label="#path7487" />
<circle
style="fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332"
id="table_id"
cx="91.281265"
cy="131.63542"
r="1.0583333"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"
inkscape:label="#path7489" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.76388884px;line-height:1.25;font-family:monospace;-inkscape-font-specification:monospace;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@ -4850,6 +4774,16 @@
x="106.62708"
y="132.16458"
style="stroke-width:0.26458332">F</tspan></text>
<rect
style="display:inline;fill:#cc00ff;fill-opacity:1;stroke-width:0.37417886"
id="table_ic"
width="2.1166837"
height="2.1166666"
x="87.577065"
y="130.57709"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"
inkscape:label="#rect3769-05" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.76388884px;line-height:1.25;font-family:monospace;-inkscape-font-specification:monospace;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@ -4863,6 +4797,16 @@
x="88.106262"
y="132.1646"
style="stroke-width:0.26458332">C</tspan></text>
<rect
style="display:inline;fill:#cc00ff;fill-opacity:1;stroke-width:0.37417886"
id="table_id"
width="2.1166837"
height="2.1166666"
x="90.2229"
y="130.57709"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"
inkscape:label="#rect3769-05" />
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.76388884px;line-height:1.25;font-family:monospace;-inkscape-font-specification:monospace;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
@ -6166,9 +6110,10 @@
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffd42a;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="111.49517"
y="116.3243"
id="text6458"
id="label_g"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6458"><tspan
sodipodi:role="line"
id="tspan6456"
x="111.49517"
@ -6179,9 +6124,10 @@
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#0066ff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="119.32708"
y="119.5815"
id="text6462"
id="label_h"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6462"><tspan
sodipodi:role="line"
id="tspan6460"
x="119.32708"
@ -6192,9 +6138,10 @@
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#cc00ff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="108.74374"
y="100.94375"
id="text6442"
id="label_c"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6442"><tspan
sodipodi:role="line"
id="tspan6440"
x="108.74374"
@ -6205,9 +6152,10 @@
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ff0066;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="61.647915"
y="100.94375"
id="text6434"
id="label_a"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6434"><tspan
sodipodi:role="line"
id="tspan6432"
x="61.647915"
@ -6218,9 +6166,10 @@
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffd42a;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="84.931244"
y="100.94374"
id="text6438"
id="label_b"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6438"><tspan
sodipodi:role="line"
id="tspan6436"
x="84.931244"
@ -6231,9 +6180,10 @@
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#0066ff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="61.383331"
y="127.40207"
id="text6450"
id="label_d"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6450"><tspan
sodipodi:role="line"
id="tspan6448"
x="61.383331"
@ -6241,38 +6191,27 @@
style="font-size:3.17499995px;fill:#0066ff;fill-opacity:1;stroke-width:0.26458332">d</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#cc00ff;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#cc00ff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="82.346863"
y="132.72447"
id="text6466"
id="label_i"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6466"><tspan
sodipodi:role="line"
id="tspan6464"
x="82.346863"
y="132.72447"
style="font-size:3.17499995px;fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1;">i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#cc00ff;fill-opacity:1;stroke:none;stroke-width:0.26458332;"
x="100.8443"
y="132.77124"
id="text6470"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
sodipodi:role="line"
id="tspan6468"
x="100.8443"
y="132.77124"
style="font-size:3.17499995px;fill:#cc00ff;stroke-width:0.26458332;fill-opacity:1;">i</tspan></text>
style="font-size:3.17499995px;fill:#cc00ff;fill-opacity:1;stroke-width:0.26458332">i</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="74.383003"
y="119.4068"
id="text6446"
id="label_e"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6446"><tspan
sodipodi:role="line"
id="tspan6444"
x="74.383003"
@ -6283,9 +6222,10 @@
style="font-style:normal;font-weight:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ff0066;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="95.599411"
y="124.97405"
id="text6454"
id="label_f"
inkscape:export-xdpi="698.18164"
inkscape:export-ydpi="698.18164"><tspan
inkscape:export-ydpi="698.18164"
inkscape:label="#text6454"><tspan
sodipodi:role="line"
id="tspan6452"
x="95.599411"
@ -6352,5 +6292,15 @@
x="103.98125"
y="105.70625"
style="stroke-width:0.26458332">L</tspan></text>
<path
style="display:inline;fill:#000000;stroke-width:0.26458332"
d="m 89.958333,130.31249 v 2.64584 h 2.645834 v -2.64584 z m 1.322917,0.26459 a 1.0583333,1.0583333 0 0 1 1.058333,1.05833 1.0583333,1.0583333 0 0 1 -1.058333,1.05833 1.0583333,1.0583333 0 0 1 -1.058333,-1.05833 1.0583333,1.0583333 0 0 1 1.058333,-1.05833 z"
id="rect3767-81-86-96-7-5"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#000000;stroke-width:0.26458332"
d="m 87.312499,130.3125 v 2.64584 h 2.645834 v -2.64584 z m 1.322917,0.26459 a 1.0583333,1.0583333 0 0 1 1.058333,1.05833 1.0583333,1.0583333 0 0 1 -1.058333,1.05833 1.0583333,1.0583333 0 0 1 -1.058333,-1.05833 1.0583333,1.0583333 0 0 1 1.058333,-1.05833 z"
id="rect3767-81-86-96-7-5-2"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 233 KiB

After

Width:  |  Height:  |  Size: 232 KiB