mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1438 VSI_Arc_PFD+Status : First commit, modified Vsi with arc, added foreground layer with gradient
This commit is contained in:
parent
c620c7fc29
commit
a365c5c6df
@ -13,21 +13,28 @@ Item {
|
||||
x: Math.floor(scaledBounds.x * sceneItem.width)
|
||||
y: Math.floor(scaledBounds.y * sceneItem.height)
|
||||
|
||||
property double scaleSteps : 8
|
||||
property double scaleStepValue : 1000
|
||||
property double scaleStepHeight : height/scaleSteps
|
||||
}
|
||||
|
||||
SvgElementImage {
|
||||
id: vsi_bar
|
||||
|
||||
elementName: "vsi-bar"
|
||||
id: vsi_waypoint
|
||||
elementName: "vsi-waypoint"
|
||||
sceneSize: sceneItem.sceneSize
|
||||
|
||||
//the scale in 1000 ft/min, convert from VelocityState.Down value in m/s
|
||||
height: (-VelocityState.Down*3.28*60/vsi_window.scaleStepValue)*vsi_window.scaleStepHeight
|
||||
width: scaledBounds.width * sceneItem.width
|
||||
height: scaledBounds.height * sceneItem.height
|
||||
|
||||
anchors.bottom: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
x: scaledBounds.x * sceneItem.width
|
||||
y: scaledBounds.y * sceneItem.height
|
||||
|
||||
smooth: true
|
||||
visible: VelocityDesired.Down !== 0.0
|
||||
|
||||
//rotate it around the center
|
||||
transform: Rotation {
|
||||
angle: -VelocityDesired.Down*5
|
||||
origin.y : vsi_waypoint.height/2
|
||||
origin.x : vsi_waypoint.width*33
|
||||
}
|
||||
}
|
||||
|
||||
SvgElementImage {
|
||||
@ -36,59 +43,39 @@ Item {
|
||||
elementName: "vsi-scale"
|
||||
sceneSize: sceneItem.sceneSize
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
x: Math.floor(scaledBounds.x * sceneItem.width)
|
||||
y: Math.floor(scaledBounds.y * sceneItem.height)
|
||||
|
||||
//Text labels
|
||||
Column {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.right
|
||||
|
||||
Repeater {
|
||||
model: [3, 2, 1, 0, 1, 2, 3]
|
||||
Item {
|
||||
height: vsi_window.scaleStepHeight
|
||||
width: vsi_window.width - vsi_scale.width //fill area right to scale
|
||||
|
||||
Text {
|
||||
text: modelData
|
||||
visible: modelData !== 0 //hide "0" label
|
||||
color: "white"
|
||||
font.pixelSize: parent.height * 0.5
|
||||
font.family: "Arial"
|
||||
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
SvgElementImage {
|
||||
id: vsi_centerline
|
||||
clip: true
|
||||
id: vsi_arrow
|
||||
elementName: "vsi-arrow"
|
||||
sceneSize: sceneItem.sceneSize
|
||||
|
||||
width: scaledBounds.width * sceneItem.width
|
||||
height: scaledBounds.height * sceneItem.height
|
||||
|
||||
x: scaledBounds.x * sceneItem.width
|
||||
y: scaledBounds.y * sceneItem.height
|
||||
|
||||
smooth: true
|
||||
|
||||
elementName: "vsi-centerline"
|
||||
//rotate it around the center
|
||||
transform: Rotation {
|
||||
angle: -VelocityState.Down*5
|
||||
origin.y : vsi_arrow.height/2
|
||||
origin.x : vsi_arrow.width*3.15
|
||||
}
|
||||
}
|
||||
|
||||
SvgElementImage {
|
||||
id: foreground
|
||||
elementName: "foreground"
|
||||
sceneSize: sceneItem.sceneSize
|
||||
|
||||
x: Math.floor(scaledBounds.x * sceneItem.width)
|
||||
y: Math.floor(scaledBounds.y * sceneItem.height)
|
||||
}
|
||||
|
||||
Text {
|
||||
id: vsi_unit_text
|
||||
text: "ft / m"
|
||||
|
||||
color: "white"
|
||||
font {
|
||||
family: "Arial"
|
||||
pixelSize: sceneSize.height * 0.02
|
||||
}
|
||||
anchors.top: vsi_window.bottom
|
||||
anchors.left: vsi_window.left
|
||||
anchors.margins: font.pixelSize * 0.5
|
||||
}
|
||||
}
|
||||
|
@ -7,19 +7,42 @@
|
||||
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:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="640"
|
||||
height="480"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="pfd.svg"
|
||||
inkscape:export-filename="/Users/muralha/Desktop/new PFD ideas/pfd/test2.png"
|
||||
inkscape:export-xdpi="72"
|
||||
inkscape:export-ydpi="72">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient4845">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="0"
|
||||
id="stop4847" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0.25098041;"
|
||||
offset="1"
|
||||
id="stop4849" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4837">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0.25179857;"
|
||||
offset="0"
|
||||
id="stop4839" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4841" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4619">
|
||||
<stop
|
||||
@ -27,7 +50,7 @@
|
||||
offset="0"
|
||||
id="stop4621" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0.35294119;"
|
||||
style="stop-color:#000000;stop-opacity:0.25098041;"
|
||||
offset="1"
|
||||
id="stop4623" />
|
||||
</linearGradient>
|
||||
@ -42,6 +65,17 @@
|
||||
offset="1"
|
||||
id="stop5010" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient4619"
|
||||
id="radialGradient4865"
|
||||
cx="319.71454"
|
||||
cy="198.87726"
|
||||
fx="319.71454"
|
||||
fy="198.87726"
|
||||
r="320.75"
|
||||
gradientTransform="matrix(0.74824629,0,0,0.66803119,80.774786,84.143788)"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
@ -50,11 +84,11 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.9383334"
|
||||
inkscape:cx="248.68909"
|
||||
inkscape:cy="451.58086"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="321.52993"
|
||||
inkscape:cy="103.08754"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer60"
|
||||
inkscape:current-layer="layer69"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
@ -67,8 +101,8 @@
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
inkscape:snap-bbox="false"
|
||||
inkscape:bbox-nodes="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
@ -78,14 +112,15 @@
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-intersection-paths="false"
|
||||
inkscape:snap-object-midpoints="true">
|
||||
inkscape:snap-object-midpoints="true"
|
||||
inkscape:snap-center="false">
|
||||
<sodipodi:guide
|
||||
orientation="1,0"
|
||||
position="320.03652,382.998"
|
||||
id="guide4799" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="299.42715,305"
|
||||
position="586.5,263"
|
||||
id="guide7549" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
@ -115,7 +150,7 @@
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
@ -149,12 +184,12 @@
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="center-line"
|
||||
d="m -179.5,169.08132 997,0"
|
||||
d="m -179.5,169.08132 l 997,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="pitch0"
|
||||
d="m 266,169.08132 106,0"
|
||||
d="m 266,169.08132 l 106,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
|
||||
</g>
|
||||
</g>
|
||||
@ -1137,7 +1172,8 @@
|
||||
id="layer3"
|
||||
inkscape:label="info"
|
||||
style="display:inline"
|
||||
transform="translate(0,-4)">
|
||||
transform="translate(0,-4)"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer48"
|
||||
@ -1184,17 +1220,17 @@
|
||||
id="gps-label"
|
||||
transform="translate(0,-3.01148)">
|
||||
<path
|
||||
d="m 9.5151701,14.066165 0,-1.566406 -1.2890625,0 0,-0.648438 2.0703124,0 0,2.503906 c -0.3046926,0.216147 -0.6406298,0.380209 -1.0078124,0.492188 -0.3671917,0.109375 -0.7591184,0.164062 -1.1757813,0.164062 -0.9114607,0 -1.6250017,-0.265624 -2.140625,-0.796875 C 5.4591798,13.68075 5.2026696,12.938563 5.2026701,11.98804 c -5e-7,-0.953121 0.2565097,-1.695308 0.7695312,-2.2265625 0.5156233,-0.5338485 1.2291643,-0.8007753 2.140625,-0.8007813 0.3802046,6e-6 0.7408814,0.046881 1.0820313,0.140625 0.3437452,0.093756 0.6601511,0.2317764 0.9492184,0.4140625 l 0,0.8398433 C 9.8524046,10.107836 9.5425091,9.9216387 9.2143888,9.7966337 8.8862597,9.6716389 8.541208,9.609139 8.1792326,9.6091337 7.4656882,9.609139 6.9292304,9.8083576 6.5698576,10.20679 c -0.3567723,0.398442 -0.5351575,0.992191 -0.5351563,1.78125 -1.2e-6,0.78646 0.178384,1.378908 0.5351563,1.777344 0.3593728,0.398438 0.8958306,0.597657 1.609375,0.597656 0.2786421,1e-6 0.5273398,-0.02344 0.7460937,-0.07031 0.2187457,-0.04948 0.41536,-0.124999 0.5898438,-0.226562"
|
||||
d="m 9.5151701,14.066165 l 0,-1.566406 l -1.2890625,0 l 0,-0.648438 l 2.0703124,0 l 0,2.503906 C 9.9917274,14.571374 9.6557902,14.735436 9.2886076,14.847415 C 8.9214159,14.95679 8.5294892,15.011477 8.1128263,15.011477 c -0.9114607,0 -1.6250017,-0.265624 -2.140625,-0.796875 C 5.4591798,13.68075 5.2026696,12.938563 5.2026701,11.98804 c -5e-7,-0.953121 0.2565097,-1.695308 0.7695312,-2.2265625 C 6.4878246,9.227629 7.2013656,8.9607022 8.1128263,8.9606962 c 0.3802046,6e-6 0.7408814,0.046881 1.0820313,0.140625 c 0.3437452,0.093756 0.6601511,0.2317764 0.9492184,0.4140625 l 0,0.8398433 C 9.8524046,10.107836 9.5425091,9.9216387 9.2143888,9.7966337 C 8.8862597,9.6716389 8.541208,9.609139 8.1792326,9.6091337 C 7.4656882,9.609139 6.9292304,9.8083576 6.5698576,10.20679 c -0.3567723,0.398442 -0.5351575,0.992191 -0.5351563,1.78125 c -1.2e-6,0.78646 0.178384,1.378908 0.5351563,1.777344 c 0.3593728,0.398438 0.8958306,0.597657 1.609375,0.597656 c 0.2786421,1e-6 0.5273398,-0.02344 0.7460937,-0.07031 c 0.2187457,-0.04948 0.41536,-0.124999 0.5898438,-0.226562"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6282"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 12.530795,9.7146025 0,2.1914065 0.992188,0 c 0.367184,3e-6 0.651038,-0.09505 0.851562,-0.285157 0.200517,-0.1901 0.300778,-0.460933 0.300781,-0.8125 -3e-6,-0.348953 -0.100264,-0.618484 -0.300781,-0.8085933 -0.200524,-0.1900991 -0.484378,-0.285151 -0.851562,-0.2851562 l -0.992188,0 m -0.789062,-0.6484375 1.78125,0 c 0.653642,5.8e-6 1.147131,0.1484432 1.480468,0.4453125 0.335933,0.2942759 0.503902,0.7265675 0.503907,1.2968745 -5e-6,0.575525 -0.167974,1.01042 -0.503907,1.304688 -0.333337,0.294273 -0.826826,0.441409 -1.480468,0.441406 l -0.992188,0 0,2.34375 -0.789062,0 0,-5.832031"
|
||||
d="m 12.530795,9.7146025 l 0,2.1914065 l 0.992188,0 c 0.367184,3e-6 0.651038,-0.09505 0.851562,-0.285157 c 0.200517,-0.1901 0.300778,-0.460933 0.300781,-0.8125 c -3e-6,-0.348953 -0.100264,-0.618484 -0.300781,-0.8085933 C 14.174021,9.8096596 13.890167,9.7146077 13.522983,9.7146025 l -0.992188,0 M 11.741733,9.066165 l 1.78125,0 c 0.653642,5.8e-6 1.147131,0.1484432 1.480468,0.4453125 c 0.335933,0.2942759 0.503902,0.7265675 0.503907,1.2968745 c -5e-6,0.575525 -0.167974,1.01042 -0.503907,1.304688 c -0.333337,0.294273 -0.826826,0.441409 -1.480468,0.441406 l -0.992188,0 l 0,2.34375 l -0.789062,0 l 0,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6284"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 20.065951,9.2575712 0,0.7695308 C 19.766468,9.8838783 19.483916,9.7771076 19.218295,9.70679 18.952667,9.6364827 18.696157,9.6013265 18.448764,9.6013212 c -0.42969,5.3e-6 -0.761721,0.083339 -0.996094,0.25 -0.231772,0.1666718 -0.347657,0.4036508 -0.347656,0.7109378 -1e-6,0.257816 0.07682,0.453129 0.230469,0.585937 0.156248,0.130212 0.450518,0.235681 0.882812,0.316406 l 0.476563,0.09766 c 0.588538,0.111982 1.022131,0.309899 1.300781,0.59375 0.281245,0.281252 0.42187,0.658856 0.421875,1.132812 -5e-6,0.565105 -0.190109,0.99349 -0.570313,1.285156 -0.377608,0.291667 -0.932294,0.4375 -1.664062,0.4375 -0.276044,0 -0.570314,-0.03125 -0.882813,-0.09375 -0.309897,-0.0625 -0.631511,-0.154947 -0.964843,-0.277343 l 0,-0.8125 c 0.320311,0.179688 0.634113,0.315105 0.941406,0.40625 0.30729,0.09115 0.609373,0.136719 0.90625,0.136718 0.450518,10e-7 0.798174,-0.08854 1.042969,-0.265625 0.244788,-0.177082 0.367183,-0.429686 0.367187,-0.757812 -4e-6,-0.286457 -0.08854,-0.510415 -0.265625,-0.671875 -0.174482,-0.161456 -0.462243,-0.28255 -0.863281,-0.363281 l -0.480469,-0.09375 c -0.588543,-0.117185 -1.014324,-0.300779 -1.277344,-0.550782 -0.263021,-0.249996 -0.394531,-0.597652 -0.394531,-1.042968 0,-0.51562 0.180989,-0.9218701 0.542969,-1.2187503 0.364582,-0.2968692 0.865883,-0.4453065 1.503906,-0.4453125 0.273435,6e-6 0.55208,0.024746 0.835938,0.074219 0.28385,0.049485 0.574214,0.1237036 0.871093,0.2226562"
|
||||
d="m 20.065951,9.2575712 l 0,0.7695308 C 19.766468,9.8838783 19.483916,9.7771076 19.218295,9.70679 C 18.952667,9.6364827 18.696157,9.6013265 18.448764,9.6013212 c -0.42969,5.3e-6 -0.761721,0.083339 -0.996094,0.25 c -0.231772,0.1666718 -0.347657,0.4036508 -0.347656,0.7109378 c -1e-6,0.257816 0.07682,0.453129 0.230469,0.585937 c 0.156248,0.130212 0.450518,0.235681 0.882812,0.316406 l 0.476563,0.09766 c 0.588538,0.111982 1.022131,0.309899 1.300781,0.59375 c 0.281245,0.281252 0.42187,0.658856 0.421875,1.132812 c -5e-6,0.565105 -0.190109,0.99349 -0.570313,1.285156 c -0.377608,0.291667 -0.932294,0.4375 -1.664062,0.4375 c -0.276044,0 -0.570314,-0.03125 -0.882813,-0.09375 c -0.309897,-0.0625 -0.631511,-0.154947 -0.964843,-0.277343 l 0,-0.8125 c 0.320311,0.179688 0.634113,0.315105 0.941406,0.40625 c 0.30729,0.09115 0.609373,0.136719 0.90625,0.136718 c 0.450518,10e-7 0.798174,-0.08854 1.042969,-0.265625 c 0.244788,-0.177082 0.367183,-0.429686 0.367187,-0.757812 c -4e-6,-0.286457 -0.08854,-0.510415 -0.265625,-0.671875 c -0.174482,-0.161456 -0.462243,-0.28255 -0.863281,-0.363281 L 17.98392,12.218512 C 17.395377,12.101327 16.969596,11.917733 16.706576,11.66773 c -0.263021,-0.249996 -0.394531,-0.597652 -0.394531,-1.042968 c 0,-0.51562 0.180989,-0.9218701 0.542969,-1.2187503 C 17.219596,9.1091425 17.720897,8.9607052 18.35892,8.9606992 c 0.273435,6e-6 0.55208,0.024746 0.835938,0.074219 c 0.28385,0.049485 0.574214,0.1237036 0.871093,0.2226562"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6286"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1204,22 +1240,22 @@
|
||||
id="gps-sats-label"
|
||||
transform="translate(0,6.488519)">
|
||||
<path
|
||||
d="m 9.0347013,26.257572 0,0.769531 C 8.7352182,26.883879 8.4526664,26.777109 8.1870451,26.706791 7.9214169,26.636484 7.6649068,26.601327 7.4175138,26.601322 c -0.4296897,5e-6 -0.7617206,0.08334 -0.9960937,0.25 -0.2317723,0.166672 -0.3476576,0.403651 -0.3476563,0.710938 -1.3e-6,0.257816 0.076822,0.453129 0.2304688,0.585937 0.1562483,0.130212 0.4505188,0.235681 0.8828125,0.316406 l 0.4765625,0.09766 c 0.5885382,0.111982 1.0221315,0.309899 1.3007812,0.59375 0.2812456,0.281252 0.4218704,0.658856 0.421875,1.132812 -4.6e-6,0.565105 -0.1901086,0.99349 -0.5703125,1.285156 -0.3776078,0.291667 -0.9322947,0.4375 -1.6640625,0.4375 -0.2760437,0 -0.5703143,-0.03125 -0.8828125,-0.09375 -0.309897,-0.0625 -0.6315113,-0.154947 -0.9648437,-0.277343 l 0,-0.8125 c 0.3203116,0.179688 0.6341134,0.315105 0.9414062,0.40625 0.3072899,0.09115 0.6093729,0.136719 0.90625,0.136718 0.450518,1e-6 0.7981739,-0.08854 1.0429688,-0.265625 0.244788,-0.177082 0.3671837,-0.429686 0.3671875,-0.757812 -3.8e-6,-0.286457 -0.088545,-0.510415 -0.265625,-0.671875 C 8.1219376,29.514085 7.8341774,29.392991 7.4331388,29.31226 L 6.9526701,29.21851 C 6.3641268,29.101325 5.938346,28.917731 5.6753263,28.667728 5.4123049,28.417732 5.2807946,28.070076 5.2807951,27.62476 c -5e-7,-0.515621 0.1809889,-0.92187 0.5429687,-1.21875 0.3645819,-0.29687 0.8658835,-0.445307 1.5039063,-0.445313 0.2734346,6e-6 0.5520802,0.02475 0.8359375,0.07422 0.2838505,0.04949 0.5742148,0.123704 0.8710937,0.222656"
|
||||
d="m 9.0347013,26.257572 l 0,0.769531 C 8.7352182,26.883879 8.4526664,26.777109 8.1870451,26.706791 C 7.9214169,26.636484 7.6649068,26.601327 7.4175138,26.601322 c -0.4296897,5e-6 -0.7617206,0.08334 -0.9960937,0.25 C 6.1896478,27.017994 6.0737625,27.254973 6.0737638,27.56226 c -1.3e-6,0.257816 0.076822,0.453129 0.2304688,0.585937 c 0.1562483,0.130212 0.4505188,0.235681 0.8828125,0.316406 l 0.4765625,0.09766 c 0.5885382,0.111982 1.0221315,0.309899 1.3007812,0.59375 c 0.2812456,0.281252 0.4218704,0.658856 0.421875,1.132812 c -4.6e-6,0.565105 -0.1901086,0.99349 -0.5703125,1.285156 c -0.3776078,0.291667 -0.9322947,0.4375 -1.6640625,0.4375 c -0.2760437,0 -0.5703143,-0.03125 -0.8828125,-0.09375 C 5.9591793,31.855231 5.637565,31.762784 5.3042326,31.640388 l 0,-0.8125 c 0.3203116,0.179688 0.6341134,0.315105 0.9414062,0.40625 c 0.3072899,0.09115 0.6093729,0.136719 0.90625,0.136718 c 0.450518,1e-6 0.7981739,-0.08854 1.0429688,-0.265625 c 0.244788,-0.177082 0.3671837,-0.429686 0.3671875,-0.757812 c -3.8e-6,-0.286457 -0.088545,-0.510415 -0.265625,-0.671875 C 8.1219376,29.514085 7.8341774,29.392991 7.4331388,29.31226 L 6.9526701,29.21851 C 6.3641268,29.101325 5.938346,28.917731 5.6753263,28.667728 C 5.4123049,28.417732 5.2807946,28.070076 5.2807951,27.62476 c -5e-7,-0.515621 0.1809889,-0.92187 0.5429687,-1.21875 c 0.3645819,-0.29687 0.8658835,-0.445307 1.5039063,-0.445313 c 0.2734346,6e-6 0.5520802,0.02475 0.8359375,0.07422 c 0.2838505,0.04949 0.5742148,0.123704 0.8710937,0.222656"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6289"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 12.573764,29.698978 c -0.580731,3e-6 -0.983075,0.06641 -1.207031,0.199219 -0.22396,0.132815 -0.335939,0.359377 -0.335938,0.679688 -10e-7,0.255209 0.08333,0.458334 0.25,0.609375 0.169269,0.148438 0.398436,0.222656 0.6875,0.222656 0.398435,0 0.717445,-0.140624 0.957031,-0.421875 0.242185,-0.283853 0.363278,-0.660155 0.363282,-1.128906 l 0,-0.160157 -0.714844,0 m 1.433594,-0.296875 0,2.496094 -0.71875,0 0,-0.664062 c -0.164066,0.265625 -0.368493,0.462239 -0.613282,0.589843 -0.244794,0.125 -0.544273,0.1875 -0.898437,0.1875 -0.447918,0 -0.804689,-0.125 -1.070313,-0.375 -0.263021,-0.252603 -0.394531,-0.589842 -0.394531,-1.011718 0,-0.492186 0.164062,-0.863279 0.492188,-1.113282 0.330727,-0.249997 0.822914,-0.374997 1.476562,-0.375 l 1.007813,0 0,-0.07031 c -4e-6,-0.330726 -0.109379,-0.585934 -0.328125,-0.765625 -0.216149,-0.182288 -0.520836,-0.273434 -0.914063,-0.273438 -0.250002,4e-6 -0.493491,0.02995 -0.730469,0.08984 -0.23698,0.0599 -0.464844,0.149743 -0.683593,0.269531 l 0,-0.664062 c 0.263019,-0.101558 0.518227,-0.177079 0.765625,-0.226563 0.247394,-0.05208 0.488279,-0.07812 0.722656,-0.07813 0.632809,5e-6 1.105465,0.164067 1.417969,0.492188 0.312496,0.328129 0.468745,0.825524 0.46875,1.492187"
|
||||
d="m 12.573764,29.698978 c -0.580731,3e-6 -0.983075,0.06641 -1.207031,0.199219 c -0.22396,0.132815 -0.335939,0.359377 -0.335938,0.679688 c -10e-7,0.255209 0.08333,0.458334 0.25,0.609375 c 0.169269,0.148438 0.398436,0.222656 0.6875,0.222656 c 0.398435,0 0.717445,-0.140624 0.957031,-0.421875 c 0.242185,-0.283853 0.363278,-0.660155 0.363282,-1.128906 l 0,-0.160157 l -0.714844,0 m 1.433594,-0.296875 l 0,2.496094 l -0.71875,0 l 0,-0.664062 c -0.164066,0.265625 -0.368493,0.462239 -0.613282,0.589843 c -0.244794,0.125 -0.544273,0.1875 -0.898437,0.1875 c -0.447918,0 -0.804689,-0.125 -1.070313,-0.375 C 10.443555,31.383875 10.312045,31.046636 10.312045,30.62476 c 0,-0.492186 0.164062,-0.863279 0.492188,-1.113282 c 0.330727,-0.249997 0.822914,-0.374997 1.476562,-0.375 l 1.007813,0 l 0,-0.07031 c -4e-6,-0.330726 -0.109379,-0.585934 -0.328125,-0.765625 C 12.744334,28.118255 12.439647,28.027109 12.04642,28.027105 c -0.250002,4e-6 -0.493491,0.02995 -0.730469,0.08984 c -0.23698,0.0599 -0.464844,0.149743 -0.683593,0.269531 l 0,-0.664062 c 0.263019,-0.101558 0.518227,-0.177079 0.765625,-0.226563 c 0.247394,-0.05208 0.488279,-0.07812 0.722656,-0.07813 c 0.632809,5e-6 1.105465,0.164067 1.417969,0.492188 c 0.312496,0.328129 0.468745,0.825524 0.46875,1.492187"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6291"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 16.20267,26.28101 0,1.242187 1.480469,0 0,0.558594 -1.480469,0 0,2.375 c -1e-6,0.356772 0.04818,0.585938 0.144531,0.6875 0.09896,0.101563 0.298176,0.152344 0.597657,0.152344 l 0.738281,0 0,0.601562 -0.738281,0 c -0.55469,0 -0.937502,-0.102864 -1.148438,-0.308594 -0.210938,-0.208332 -0.316407,-0.585936 -0.316406,-1.132812 l 0,-2.375 -0.527344,0 0,-0.558594 0.527344,0 0,-1.242187 0.722656,0"
|
||||
d="m 16.20267,26.28101 l 0,1.242187 l 1.480469,0 l 0,0.558594 l -1.480469,0 l 0,2.375 c -1e-6,0.356772 0.04818,0.585938 0.144531,0.6875 c 0.09896,0.101563 0.298176,0.152344 0.597657,0.152344 l 0.738281,0 l 0,0.601562 l -0.738281,0 c -0.55469,0 -0.937502,-0.102864 -1.148438,-0.308594 c -0.210938,-0.208332 -0.316407,-0.585936 -0.316406,-1.132812 l 0,-2.375 l -0.527344,0 l 0,-0.558594 l 0.527344,0 l 0,-1.242187 l 0.722656,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6293"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 21.42142,27.652103 0,0.679688 c -0.203128,-0.104163 -0.414066,-0.182288 -0.632812,-0.234375 -0.218753,-0.05208 -0.445315,-0.07812 -0.679688,-0.07813 -0.356773,4e-6 -0.625002,0.05469 -0.804687,0.164062 -0.177085,0.109379 -0.265627,0.273441 -0.265625,0.492188 -2e-6,0.16667 0.0638,0.29818 0.191406,0.394531 0.127603,0.09375 0.384113,0.183597 0.769531,0.269531 l 0.246094,0.05469 c 0.510414,0.109377 0.872392,0.264325 1.085937,0.464844 0.216143,0.197918 0.324215,0.475262 0.324219,0.832031 -4e-6,0.406251 -0.161462,0.727865 -0.484375,0.964844 -0.320315,0.236979 -0.761721,0.355468 -1.324219,0.355468 -0.234376,0 -0.479168,-0.02344 -0.734375,-0.07031 -0.252605,-0.04427 -0.519532,-0.111979 -0.800781,-0.203125 l 0,-0.742188 c 0.265624,0.138022 0.527343,0.242189 0.785156,0.3125 0.257811,0.06771 0.513019,0.101563 0.765625,0.101563 0.33854,0 0.598956,-0.05729 0.78125,-0.171875 0.182289,-0.117187 0.273435,-0.281249 0.273438,-0.492188 -3e-6,-0.195311 -0.06641,-0.34505 -0.199219,-0.449218 -0.130211,-0.104165 -0.417971,-0.204426 -0.863281,-0.300782 l -0.25,-0.05859 c -0.445314,-0.09375 -0.766928,-0.236977 -0.964844,-0.429688 -0.197917,-0.19531 -0.296875,-0.462237 -0.296875,-0.800781 0,-0.411455 0.145833,-0.729163 0.4375,-0.953125 0.291666,-0.223954 0.705728,-0.335933 1.242188,-0.335938 0.265622,5e-6 0.515622,0.01954 0.75,0.05859 0.234371,0.03907 0.450517,0.09766 0.648437,0.175781"
|
||||
d="m 21.42142,27.652103 l 0,0.679688 c -0.203128,-0.104163 -0.414066,-0.182288 -0.632812,-0.234375 c -0.218753,-0.05208 -0.445315,-0.07812 -0.679688,-0.07813 c -0.356773,4e-6 -0.625002,0.05469 -0.804687,0.164062 c -0.177085,0.109379 -0.265627,0.273441 -0.265625,0.492188 c -2e-6,0.16667 0.0638,0.29818 0.191406,0.394531 c 0.127603,0.09375 0.384113,0.183597 0.769531,0.269531 l 0.246094,0.05469 c 0.510414,0.109377 0.872392,0.264325 1.085937,0.464844 c 0.216143,0.197918 0.324215,0.475262 0.324219,0.832031 c -4e-6,0.406251 -0.161462,0.727865 -0.484375,0.964844 c -0.320315,0.236979 -0.761721,0.355468 -1.324219,0.355468 c -0.234376,0 -0.479168,-0.02344 -0.734375,-0.07031 c -0.252605,-0.04427 -0.519532,-0.111979 -0.800781,-0.203125 l 0,-0.742188 c 0.265624,0.138022 0.527343,0.242189 0.785156,0.3125 c 0.257811,0.06771 0.513019,0.101563 0.765625,0.101563 c 0.33854,0 0.598956,-0.05729 0.78125,-0.171875 c 0.182289,-0.117187 0.273435,-0.281249 0.273438,-0.492188 c -3e-6,-0.195311 -0.06641,-0.34505 -0.199219,-0.449218 c -0.130211,-0.104165 -0.417971,-0.204426 -0.863281,-0.300782 l -0.25,-0.05859 C 19.1597,29.843512 18.838086,29.700285 18.64017,29.507574 c -0.197917,-0.19531 -0.296875,-0.462237 -0.296875,-0.800781 c 0,-0.411455 0.145833,-0.729163 0.4375,-0.953125 c 0.291666,-0.223954 0.705728,-0.335933 1.242188,-0.335938 c 0.265622,5e-6 0.515622,0.01954 0.75,0.05859 c 0.234371,0.03907 0.450517,0.09766 0.648437,0.175781"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6295"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1229,12 +1265,12 @@
|
||||
id="telemetry-tx-label"
|
||||
transform="translate(0,-3.08992)">
|
||||
<path
|
||||
d="m 96.455605,9.2578888 4.933595,0 0,0.6640625 -2.070314,0 0,5.1679687 -0.792969,0 0,-5.1679687 -2.070312,0 0,-0.6640625"
|
||||
d="m 96.455605,9.2578888 l 4.933595,0 l 0,0.6640625 l -2.070314,0 l 0,5.1679687 l -0.792969,0 l 0,-5.1679687 l -2.070312,0 l 0,-0.6640625"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6303"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 105.76029,10.71492 -1.58203,2.128906 1.66406,2.246094 -0.84765,0 -1.27344,-1.71875 -1.27344,1.71875 -0.84765,0 1.69921,-2.289062 -1.55468,-2.085938 0.84765,0 1.16016,1.558594 1.16016,-1.558594 0.84765,0"
|
||||
d="m 105.76029,10.71492 l -1.58203,2.128906 l 1.66406,2.246094 l -0.84765,0 l -1.27344,-1.71875 l -1.27344,1.71875 l -0.84765,0 l 1.69921,-2.289062 l -1.55468,-2.085938 l 0.84765,0 l 1.16016,1.558594 l 1.16016,-1.558594 l 0.84765,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6305"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1244,12 +1280,12 @@
|
||||
id="telemetry-rx-label"
|
||||
transform="translate(0,-2.08992)">
|
||||
<path
|
||||
d="m 100.02982,29.355545 c 0.16927,0.05729 0.33333,0.17969 0.49219,0.367188 0.16145,0.187502 0.32291,0.445314 0.48438,0.773437 l 0.80078,1.59375 -0.84766,0 -0.74609,-1.496094 c -0.19271,-0.390623 -0.380215,-0.649737 -0.562503,-0.777343 -0.17969,-0.127602 -0.425784,-0.191404 -0.738281,-0.191407 l -0.859375,0 0,2.464844 -0.789063,0 0,-5.832031 1.78125,0 c 0.666664,6e-6 1.164062,0.139328 1.492192,0.417969 0.32812,0.278651 0.49218,0.699223 0.49218,1.261718 0,0.367192 -0.0859,0.671879 -0.25781,0.914063 -0.16927,0.24219 -0.41667,0.410159 -0.74219,0.503906 m -1.976559,-2.449219 0,2.070313 0.992187,0 c 0.380206,3e-6 0.666664,-0.08724 0.859375,-0.261719 0.195307,-0.17708 0.292967,-0.436194 0.292967,-0.777344 0,-0.341141 -0.0977,-0.597651 -0.292967,-0.769531 -0.192711,-0.174474 -0.479169,-0.261714 -0.859375,-0.261719 l -0.992187,0"
|
||||
d="m 100.02982,29.355545 c 0.16927,0.05729 0.33333,0.17969 0.49219,0.367188 c 0.16145,0.187502 0.32291,0.445314 0.48438,0.773437 l 0.80078,1.59375 l -0.84766,0 l -0.74609,-1.496094 c -0.19271,-0.390623 -0.380215,-0.649737 -0.562503,-0.777343 c -0.17969,-0.127602 -0.425784,-0.191404 -0.738281,-0.191407 l -0.859375,0 l 0,2.464844 l -0.789063,0 l 0,-5.832031 l 1.78125,0 c 0.666664,6e-6 1.164062,0.139328 1.492192,0.417969 c 0.32812,0.278651 0.49218,0.699223 0.49218,1.261718 c 0,0.367192 -0.0859,0.671879 -0.25781,0.914063 c -0.16927,0.24219 -0.41667,0.410159 -0.74219,0.503906 m -1.976559,-2.449219 l 0,2.070313 l 0.992187,0 c 0.380206,3e-6 0.666664,-0.08724 0.859375,-0.261719 c 0.195307,-0.17708 0.292967,-0.436194 0.292967,-0.777344 c 0,-0.341141 -0.0977,-0.597651 -0.292967,-0.769531 c -0.192711,-0.174474 -0.479169,-0.261714 -0.859375,-0.261719 l -0.992187,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6308"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 106.43217,27.71492 -1.58203,2.128906 1.66406,2.246094 -0.84766,0 -1.27344,-1.71875 -1.27343,1.71875 -0.84766,0 1.69922,-2.289062 -1.55469,-2.085938 0.84766,0 1.16015,1.558594 1.16016,-1.558594 0.84766,0"
|
||||
d="m 106.43217,27.71492 l -1.58203,2.128906 l 1.66406,2.246094 l -0.84766,0 l -1.27344,-1.71875 l -1.27343,1.71875 l -0.84766,0 l 1.69922,-2.289062 l -1.55469,-2.085938 l 0.84766,0 l 1.16015,1.558594 l 1.16016,-1.558594 l 0.84766,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6310"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1259,42 +1295,42 @@
|
||||
id="throttle-label"
|
||||
transform="translate(0,-3.203204)">
|
||||
<path
|
||||
d="m 489.4556,9.2578888 4.93359,0 0,0.6640625 -2.07031,0 0,5.1679687 -0.79297,0 0,-5.1679687 -2.07031,0 0,-0.6640625"
|
||||
d="m 489.4556,9.2578888 l 4.93359,0 l 0,0.6640625 l -2.07031,0 l 0,5.1679687 l -0.79297,0 l 0,-5.1679687 l -2.07031,0 l 0,-0.6640625"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6458"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 498.76028,12.449295 0,2.640625 -0.71875,0 0,-2.617187 c 0,-0.41406 -0.0807,-0.723955 -0.24218,-0.929688 -0.16146,-0.205725 -0.40365,-0.30859 -0.72657,-0.308594 -0.38802,4e-6 -0.69401,0.123702 -0.91796,0.371094 -0.22396,0.247399 -0.33594,0.584638 -0.33594,1.011719 l 0,2.472656 -0.72266,0 0,-6.078125 0.72266,0 0,2.382813 c 0.17187,-0.263017 0.37369,-0.459632 0.60547,-0.589844 0.23437,-0.130204 0.5039,-0.195308 0.80859,-0.195313 0.5026,5e-6 0.88281,0.156255 1.14063,0.46875 0.2578,0.3099 0.38671,0.766931 0.38671,1.371094"
|
||||
d="m 498.76028,12.449295 l 0,2.640625 l -0.71875,0 l 0,-2.617187 c 0,-0.41406 -0.0807,-0.723955 -0.24218,-0.929688 c -0.16146,-0.205725 -0.40365,-0.30859 -0.72657,-0.308594 c -0.38802,4e-6 -0.69401,0.123702 -0.91796,0.371094 c -0.22396,0.247399 -0.33594,0.584638 -0.33594,1.011719 l 0,2.472656 l -0.72266,0 l 0,-6.078125 l 0.72266,0 l 0,2.382813 c 0.17187,-0.263017 0.37369,-0.459632 0.60547,-0.589844 c 0.23437,-0.130204 0.5039,-0.195308 0.80859,-0.195313 c 0.5026,5e-6 0.88281,0.156255 1.14063,0.46875 c 0.2578,0.3099 0.38671,0.766931 0.38671,1.371094"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6460"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 502.73685,11.386795 c -0.0807,-0.04687 -0.16928,-0.08072 -0.26563,-0.101562 -0.0937,-0.02343 -0.19792,-0.03515 -0.3125,-0.03516 -0.40625,4e-6 -0.71875,0.132817 -0.9375,0.398438 -0.21615,0.263024 -0.32422,0.64193 -0.32422,1.136719 l 0,2.304687 -0.72265,0 0,-4.375 0.72265,0 0,0.679688 c 0.15104,-0.265621 0.34766,-0.462236 0.58985,-0.589844 0.24218,-0.130204 0.53645,-0.195308 0.88281,-0.195313 0.0495,5e-6 0.10416,0.0039 0.16406,0.01172 0.0599,0.0052 0.1263,0.01433 0.19922,0.02734 l 0.004,0.738281"
|
||||
d="m 502.73685,11.386795 c -0.0807,-0.04687 -0.16928,-0.08072 -0.26563,-0.101562 c -0.0937,-0.02343 -0.19792,-0.03515 -0.3125,-0.03516 c -0.40625,4e-6 -0.71875,0.132817 -0.9375,0.398438 c -0.21615,0.263024 -0.32422,0.64193 -0.32422,1.136719 l 0,2.304687 l -0.72265,0 l 0,-4.375 l 0.72265,0 l 0,0.679688 c 0.15104,-0.265621 0.34766,-0.462236 0.58985,-0.589844 c 0.24218,-0.130204 0.53645,-0.195308 0.88281,-0.195313 c 0.0495,5e-6 0.10416,0.0039 0.16406,0.01172 c 0.0599,0.0052 0.1263,0.01433 0.19922,0.02734 l 0.004,0.738281"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6462"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 505.022,11.218826 c -0.38542,4e-6 -0.6901,0.151046 -0.91406,0.453125 -0.22396,0.299483 -0.33594,0.710941 -0.33594,1.234375 0,0.523439 0.11068,0.936199 0.33203,1.238282 0.22396,0.299479 0.52995,0.449219 0.91797,0.449218 0.38281,10e-7 0.6862,-0.151041 0.91016,-0.453125 0.22395,-0.302082 0.33593,-0.71354 0.33594,-1.234375 -1e-5,-0.518226 -0.11199,-0.928382 -0.33594,-1.230468 -0.22396,-0.304684 -0.52735,-0.457028 -0.91016,-0.457032 m 0,-0.609375 c 0.625,5e-6 1.11589,0.20313 1.47266,0.609375 0.35677,0.406254 0.53515,0.968753 0.53516,1.6875 -10e-6,0.716148 -0.17839,1.278647 -0.53516,1.6875 -0.35677,0.40625 -0.84766,0.609375 -1.47266,0.609375 -0.6276,0 -1.11979,-0.203125 -1.47656,-0.609375 -0.35417,-0.408853 -0.53125,-0.971352 -0.53125,-1.6875 0,-0.718747 0.17708,-1.281246 0.53125,-1.6875 0.35677,-0.406245 0.84896,-0.60937 1.47656,-0.609375"
|
||||
d="m 505.022,11.218826 c -0.38542,4e-6 -0.6901,0.151046 -0.91406,0.453125 c -0.22396,0.299483 -0.33594,0.710941 -0.33594,1.234375 c 0,0.523439 0.11068,0.936199 0.33203,1.238282 c 0.22396,0.299479 0.52995,0.449219 0.91797,0.449218 c 0.38281,10e-7 0.6862,-0.151041 0.91016,-0.453125 c 0.22395,-0.302082 0.33593,-0.71354 0.33594,-1.234375 c -1e-5,-0.518226 -0.11199,-0.928382 -0.33594,-1.230468 C 505.7082,11.371174 505.40481,11.21883 505.022,11.218826 m 0,-0.609375 c 0.625,5e-6 1.11589,0.20313 1.47266,0.609375 c 0.35677,0.406254 0.53515,0.968753 0.53516,1.6875 c -10e-6,0.716148 -0.17839,1.278647 -0.53516,1.6875 c -0.35677,0.40625 -0.84766,0.609375 -1.47266,0.609375 c -0.6276,0 -1.11979,-0.203125 -1.47656,-0.609375 c -0.35417,-0.408853 -0.53125,-0.971352 -0.53125,-1.6875 c 0,-0.718747 0.17708,-1.281246 0.53125,-1.6875 c 0.35677,-0.406245 0.84896,-0.60937 1.47656,-0.609375"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6464"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 508.92825,9.4727325 0,1.2421875 1.48047,0 0,0.558594 -1.48047,0 0,2.375 c 0,0.356772 0.0482,0.585938 0.14453,0.6875 0.099,0.101563 0.29818,0.152344 0.59766,0.152344 l 0.73828,0 0,0.601562 -0.73828,0 c -0.55469,0 -0.9375,-0.102864 -1.14844,-0.308594 -0.21094,-0.208333 -0.3164,-0.585936 -0.3164,-1.132812 l 0,-2.375 -0.52735,0 0,-0.558594 0.52735,0 0,-1.2421875 0.72265,0"
|
||||
d="m 508.92825,9.4727325 l 0,1.2421875 l 1.48047,0 l 0,0.558594 l -1.48047,0 l 0,2.375 c 0,0.356772 0.0482,0.585938 0.14453,0.6875 c 0.099,0.101563 0.29818,0.152344 0.59766,0.152344 l 0.73828,0 l 0,0.601562 l -0.73828,0 c -0.55469,0 -0.9375,-0.102864 -1.14844,-0.308594 c -0.21094,-0.208333 -0.3164,-0.585936 -0.3164,-1.132812 l 0,-2.375 l -0.52735,0 l 0,-0.558594 l 0.52735,0 l 0,-1.2421875 l 0.72265,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6466"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 512.06888,9.4727325 0,1.2421875 1.48047,0 0,0.558594 -1.48047,0 0,2.375 c 0,0.356772 0.0482,0.585938 0.14453,0.6875 0.099,0.101563 0.29817,0.152344 0.59766,0.152344 l 0.73828,0 0,0.601562 -0.73828,0 c -0.55469,0 -0.93751,-0.102864 -1.14844,-0.308594 -0.21094,-0.208333 -0.31641,-0.585936 -0.31641,-1.132812 l 0,-2.375 -0.52734,0 0,-0.558594 0.52734,0 0,-1.2421875 0.72266,0"
|
||||
d="m 512.06888,9.4727325 l 0,1.2421875 l 1.48047,0 l 0,0.558594 l -1.48047,0 l 0,2.375 c 0,0.356772 0.0482,0.585938 0.14453,0.6875 c 0.099,0.101563 0.29817,0.152344 0.59766,0.152344 l 0.73828,0 l 0,0.601562 l -0.73828,0 c -0.55469,0 -0.93751,-0.102864 -1.14844,-0.308594 c -0.21094,-0.208333 -0.31641,-0.585936 -0.31641,-1.132812 l 0,-2.375 l -0.52734,0 l 0,-0.558594 l 0.52734,0 l 0,-1.2421875 l 0.72266,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6468"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 514.49857,9.011795 0.71875,0 0,6.078125 -0.71875,0 0,-6.078125"
|
||||
d="m 514.49857,9.011795 l 0.71875,0 l 0,6.078125 l -0.71875,0 l 0,-6.078125"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6470"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 520.4595,12.722733 0,0.351562 -3.30468,0 c 0.0312,0.494793 0.17968,0.872397 0.44531,1.132813 0.26823,0.257813 0.64062,0.386719 1.11719,0.386718 0.27603,10e-7 0.54296,-0.03385 0.80078,-0.101562 0.26041,-0.06771 0.51822,-0.16927 0.77343,-0.304688 l 0,0.679688 c -0.25781,0.109375 -0.52213,0.192708 -0.79296,0.25 -0.27084,0.05729 -0.54558,0.08594 -0.82422,0.08594 -0.69792,0 -1.25131,-0.203125 -1.66016,-0.609375 -0.40625,-0.406249 -0.60937,-0.955727 -0.60937,-1.648437 0,-0.716143 0.1927,-1.283851 0.57812,-1.703125 0.38802,-0.421871 0.91015,-0.632808 1.56641,-0.632813 0.58854,5e-6 1.05338,0.190109 1.39453,0.570313 0.34374,0.377607 0.51562,0.89193 0.51562,1.542969 m -0.71875,-0.210938 c -0.005,-0.393226 -0.11589,-0.707028 -0.33203,-0.941406 -0.21354,-0.234371 -0.4974,-0.351559 -0.85156,-0.351563 -0.40104,4e-6 -0.72266,0.113285 -0.96484,0.339844 -0.23959,0.226566 -0.37761,0.545576 -0.41407,0.957031 l 2.5625,-0.0039"
|
||||
d="m 520.4595,12.722733 l 0,0.351562 l -3.30468,0 c 0.0312,0.494793 0.17968,0.872397 0.44531,1.132813 c 0.26823,0.257813 0.64062,0.386719 1.11719,0.386718 c 0.27603,10e-7 0.54296,-0.03385 0.80078,-0.101562 c 0.26041,-0.06771 0.51822,-0.16927 0.77343,-0.304688 l 0,0.679688 c -0.25781,0.109375 -0.52213,0.192708 -0.79296,0.25 c -0.27084,0.05729 -0.54558,0.08594 -0.82422,0.08594 c -0.69792,0 -1.25131,-0.203125 -1.66016,-0.609375 c -0.40625,-0.406249 -0.60937,-0.955727 -0.60937,-1.648437 c 0,-0.716143 0.1927,-1.283851 0.57812,-1.703125 c 0.38802,-0.421871 0.91015,-0.632808 1.56641,-0.632813 c 0.58854,5e-6 1.05338,0.190109 1.39453,0.570313 c 0.34374,0.377607 0.51562,0.89193 0.51562,1.542969 m -0.71875,-0.210938 c -0.005,-0.393226 -0.11589,-0.707028 -0.33203,-0.941406 c -0.21354,-0.234371 -0.4974,-0.351559 -0.85156,-0.351563 c -0.40104,4e-6 -0.72266,0.113285 -0.96484,0.339844 c -0.23959,0.226566 -0.37761,0.545576 -0.41407,0.957031 l 2.5625,-0.0039"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6472"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1307,14 +1343,14 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4614"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
d="m 632.01025,27.035233 -1.07031,2.902343 2.14453,0 -1.07422,-2.902343 m -0.44531,-0.777344 0.89453,0 2.22266,5.832031 -0.82031,0 -0.53125,-1.496094 -2.62891,0 -0.53125,1.496094 -0.83203,0 2.22656,-5.832031" />
|
||||
d="m 632.01025,27.035233 l -1.07031,2.902343 l 2.14453,0 l -1.07422,-2.902343 m -0.44531,-0.777344 l 0.89453,0 l 2.22266,5.832031 l -0.82031,0 l -0.53125,-1.496094 l -2.62891,0 l -0.53125,1.496094 l -0.83203,0 l 2.22656,-5.832031" />
|
||||
</g>
|
||||
<g
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
|
||||
id="battery-volt-label"
|
||||
transform="matrix(1,0,0,1.0375459,0,-3.0939387)">
|
||||
<path
|
||||
d="m 625.76807,14.08992 -2.22657,-5.8320312 0.82422,0 1.84766,4.9101562 1.85156,-4.9101562 0.82031,0 -2.22265,5.8320312 -0.89453,0"
|
||||
d="M 625.76807,14.08992 L 623.5415,8.2578888 l 0.82422,0 l 1.84766,4.9101562 l 1.85156,-4.9101562 l 0.82031,0 L 626.6626,14.08992 l -0.89453,0"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6809"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1324,17 +1360,17 @@
|
||||
id="waypoint-label"
|
||||
transform="matrix(1.0375459,0,0,1.0375459,-7.161678,-3.5667345)">
|
||||
<path
|
||||
d="m 190.74466,9.2578888 0.79687,0 1.22657,4.9296872 1.22265,-4.9296872 0.88672,0 1.22656,4.9296872 1.22266,-4.9296872 0.80078,0 -1.46484,5.8320312 -0.99219,0 -1.23047,-5.0625 -1.24219,5.0625 -0.99218,0 -1.46094,-5.8320312"
|
||||
d="m 190.74466,9.2578888 l 0.79687,0 l 1.22657,4.9296872 l 1.22265,-4.9296872 l 0.88672,0 l 1.22656,4.9296872 l 1.22266,-4.9296872 l 0.80078,0 l -1.46484,5.8320312 l -0.99219,0 l -1.23047,-5.0625 l -1.24219,5.0625 l -0.99218,0 l -1.46094,-5.8320312"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6323"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 199.9595,9.9063263 0,2.1914067 0.99219,0 c 0.36719,3e-6 0.65104,-0.09505 0.85156,-0.285157 0.20052,-0.1901 0.30078,-0.460933 0.30078,-0.8125 0,-0.348954 -0.10026,-0.618485 -0.30078,-0.808593 -0.20052,-0.1901 -0.48437,-0.2851515 -0.85156,-0.2851567 l -0.99219,0 m -0.78906,-0.6484375 1.78125,0 c 0.65364,5.8e-6 1.14713,0.1484432 1.48047,0.4453125 0.33593,0.2942759 0.5039,0.7265667 0.50391,1.2968747 -1e-5,0.575525 -0.16798,1.01042 -0.50391,1.304688 -0.33334,0.294273 -0.82683,0.441408 -1.48047,0.441406 l -0.99219,0 0,2.34375 -0.78906,0 0,-5.8320312"
|
||||
d="m 199.9595,9.9063263 l 0,2.1914067 l 0.99219,0 c 0.36719,3e-6 0.65104,-0.09505 0.85156,-0.285157 c 0.20052,-0.1901 0.30078,-0.460933 0.30078,-0.8125 c 0,-0.348954 -0.10026,-0.618485 -0.30078,-0.808593 c -0.20052,-0.1901 -0.48437,-0.2851515 -0.85156,-0.2851567 l -0.99219,0 m -0.78906,-0.6484375 l 1.78125,0 c 0.65364,5.8e-6 1.14713,0.1484432 1.48047,0.4453125 c 0.33593,0.2942759 0.5039,0.7265667 0.50391,1.2968747 c -1e-5,0.575525 -0.16798,1.01042 -0.50391,1.304688 c -0.33334,0.294273 -0.82683,0.441408 -1.48047,0.441406 l -0.99219,0 l 0,2.34375 l -0.78906,0 l 0,-5.8320312"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6325"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 203.18997,9.2578888 4.9336,0 0,0.6640625 -2.07032,0 0,5.1679687 -0.79297,0 0,-5.1679687 -2.07031,0 0,-0.6640625"
|
||||
d="m 203.18997,9.2578888 l 4.9336,0 l 0,0.6640625 l -2.07032,0 l 0,5.1679687 l -0.79297,0 l 0,-5.1679687 l -2.07031,0 l 0,-0.6640625"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6327"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1344,17 +1380,17 @@
|
||||
id="waypoint-heading-label"
|
||||
transform="translate(0,-3.00017)">
|
||||
<path
|
||||
d="m 191.26419,24.257889 0.78906,0 0,2.390625 2.86719,0 0,-2.390625 0.78906,0 0,5.832031 -0.78906,0 0,-2.777344 -2.86719,0 0,2.777344 -0.78906,0 0,-5.832031"
|
||||
d="m 191.26419,24.257889 l 0.78906,0 l 0,2.390625 l 2.86719,0 l 0,-2.390625 l 0.78906,0 l 0,5.832031 l -0.78906,0 l 0,-2.777344 l -2.86719,0 l 0,2.777344 l -0.78906,0 l 0,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6330"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 198.06888,24.906326 0,4.535157 0.95312,0 c 0.80469,0 1.39323,-0.182291 1.76563,-0.546875 0.37499,-0.364582 0.56249,-0.940102 0.5625,-1.726563 -1e-5,-0.781246 -0.18751,-1.35286 -0.5625,-1.714844 -0.3724,-0.364578 -0.96094,-0.54687 -1.76563,-0.546875 l -0.95312,0 m -0.78906,-0.648437 1.62109,0 c 1.1302,6e-6 1.95963,0.235682 2.48828,0.707031 0.52864,0.468755 0.79296,1.203129 0.79297,2.203125 -1e-5,1.00521 -0.26563,1.743491 -0.79688,2.214844 -0.53125,0.471354 -1.35937,0.707031 -2.48437,0.707031 l -1.62109,0 0,-5.832031"
|
||||
d="m 198.06888,24.906326 l 0,4.535157 l 0.95312,0 c 0.80469,0 1.39323,-0.182291 1.76563,-0.546875 c 0.37499,-0.364582 0.56249,-0.940102 0.5625,-1.726563 c -1e-5,-0.781246 -0.18751,-1.35286 -0.5625,-1.714844 c -0.3724,-0.364578 -0.96094,-0.54687 -1.76563,-0.546875 l -0.95312,0 m -0.78906,-0.648437 l 1.62109,0 c 1.1302,6e-6 1.95963,0.235682 2.48828,0.707031 c 0.52864,0.468755 0.79296,1.203129 0.79297,2.203125 c -1e-5,1.00521 -0.26563,1.743491 -0.79688,2.214844 c -0.53125,0.471354 -1.35937,0.707031 -2.48437,0.707031 l -1.62109,0 l 0,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6332"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 207.41263,29.257889 0,-1.566406 -1.28906,0 0,-0.648438 2.07031,0 0,2.503906 c -0.30469,0.216146 -0.64063,0.380209 -1.00781,0.492188 -0.3672,0.109375 -0.75912,0.164062 -1.17579,0.164062 -0.91146,0 -1.625,-0.265625 -2.14062,-0.796875 -0.51302,-0.533853 -0.76953,-1.276039 -0.76953,-2.226562 0,-0.953121 0.25651,-1.695308 0.76953,-2.226563 0.51562,-0.533848 1.22916,-0.800775 2.14062,-0.800781 0.38021,6e-6 0.74089,0.04688 1.08204,0.140625 0.34374,0.09376 0.66015,0.231776 0.94921,0.414063 l 0,0.839843 c -0.29167,-0.247391 -0.60156,-0.433588 -0.92968,-0.558593 -0.32813,-0.124995 -0.67318,-0.187495 -1.03516,-0.1875 -0.71354,5e-6 -1.25,0.199223 -1.60937,0.597656 -0.35678,0.398442 -0.53516,0.992191 -0.53516,1.78125 0,0.78646 0.17838,1.378908 0.53516,1.777344 0.35937,0.398438 0.89583,0.597656 1.60937,0.597656 0.27864,0 0.52734,-0.02344 0.74609,-0.07031 0.21875,-0.04948 0.41536,-0.124999 0.58985,-0.226562"
|
||||
d="m 207.41263,29.257889 l 0,-1.566406 l -1.28906,0 l 0,-0.648438 l 2.07031,0 l 0,2.503906 c -0.30469,0.216146 -0.64063,0.380209 -1.00781,0.492188 c -0.3672,0.109375 -0.75912,0.164062 -1.17579,0.164062 c -0.91146,0 -1.625,-0.265625 -2.14062,-0.796875 c -0.51302,-0.533853 -0.76953,-1.276039 -0.76953,-2.226562 c 0,-0.953121 0.25651,-1.695308 0.76953,-2.226563 c 0.51562,-0.533848 1.22916,-0.800775 2.14062,-0.800781 c 0.38021,6e-6 0.74089,0.04688 1.08204,0.140625 c 0.34374,0.09376 0.66015,0.231776 0.94921,0.414063 l 0,0.839843 c -0.29167,-0.247391 -0.60156,-0.433588 -0.92968,-0.558593 c -0.32813,-0.124995 -0.67318,-0.187495 -1.03516,-0.1875 c -0.71354,5e-6 -1.25,0.199223 -1.60937,0.597656 c -0.35678,0.398442 -0.53516,0.992191 -0.53516,1.78125 c 0,0.78646 0.17838,1.378908 0.53516,1.777344 c 0.35937,0.398438 0.89583,0.597656 1.60937,0.597656 c 0.27864,0 0.52734,-0.02344 0.74609,-0.07031 c 0.21875,-0.04948 0.41536,-0.124999 0.58985,-0.226562"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6334"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1364,17 +1400,17 @@
|
||||
id="waypoint-distance-label"
|
||||
transform="translate(0,-3.00017)">
|
||||
<path
|
||||
d="m 278.05325,24.906326 0,4.535157 0.95313,0 c 0.80468,0 1.39322,-0.182291 1.76562,-0.546875 0.375,-0.364582 0.5625,-0.940102 0.5625,-1.726563 0,-0.781246 -0.1875,-1.35286 -0.5625,-1.714844 -0.3724,-0.364578 -0.96094,-0.54687 -1.76562,-0.546875 l -0.95313,0 m -0.78906,-0.648437 1.62109,0 c 1.13021,6e-6 1.95964,0.235682 2.48829,0.707031 0.52864,0.468755 0.79296,1.203129 0.79296,2.203125 0,1.00521 -0.26563,1.743491 -0.79687,2.214844 -0.53125,0.471354 -1.35938,0.707031 -2.48438,0.707031 l -1.62109,0 0,-5.832031"
|
||||
d="m 278.05325,24.906326 l 0,4.535157 l 0.95313,0 c 0.80468,0 1.39322,-0.182291 1.76562,-0.546875 c 0.375,-0.364582 0.5625,-0.940102 0.5625,-1.726563 c 0,-0.781246 -0.1875,-1.35286 -0.5625,-1.714844 c -0.3724,-0.364578 -0.96094,-0.54687 -1.76562,-0.546875 l -0.95313,0 m -0.78906,-0.648437 l 1.62109,0 c 1.13021,6e-6 1.95964,0.235682 2.48829,0.707031 c 0.52864,0.468755 0.79296,1.203129 0.79296,2.203125 c 0,1.00521 -0.26563,1.743491 -0.79687,2.214844 c -0.53125,0.471354 -1.35938,0.707031 -2.48438,0.707031 l -1.62109,0 l 0,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6373"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 283.42044,24.257889 0.78906,0 0,5.832031 -0.78906,0 0,-5.832031"
|
||||
d="m 283.42044,24.257889 l 0.78906,0 l 0,5.832031 l -0.78906,0 l 0,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6375"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 289.27591,24.449295 0,0.769531 c -0.29948,-0.143224 -0.58204,-0.249995 -0.84766,-0.320312 -0.26562,-0.07031 -0.52214,-0.105464 -0.76953,-0.105469 -0.42969,5e-6 -0.76172,0.08334 -0.99609,0.25 -0.23177,0.166672 -0.34766,0.403651 -0.34766,0.710938 0,0.257816 0.0768,0.453128 0.23047,0.585937 0.15625,0.130212 0.45052,0.235681 0.88281,0.316406 l 0.47657,0.09766 c 0.58853,0.111982 1.02213,0.309898 1.30078,0.59375 0.28124,0.281252 0.42187,0.658856 0.42187,1.132812 0,0.565105 -0.19011,0.99349 -0.57031,1.285156 -0.37761,0.291667 -0.9323,0.4375 -1.66406,0.4375 -0.27605,0 -0.57032,-0.03125 -0.88282,-0.09375 -0.30989,-0.0625 -0.63151,-0.154947 -0.96484,-0.277343 l 0,-0.8125 c 0.32031,0.179688 0.63411,0.315104 0.94141,0.40625 0.30729,0.09115 0.60937,0.136719 0.90625,0.136718 0.45051,1e-6 0.79817,-0.08854 1.04297,-0.265625 0.24478,-0.177082 0.36718,-0.429686 0.36718,-0.757812 0,-0.286457 -0.0885,-0.510415 -0.26562,-0.671875 -0.17448,-0.161456 -0.46224,-0.28255 -0.86328,-0.363281 l -0.48047,-0.09375 c -0.58855,-0.117185 -1.01433,-0.300779 -1.27735,-0.550782 -0.26302,-0.249996 -0.39453,-0.597652 -0.39453,-1.042968 0,-0.515621 0.18099,-0.92187 0.54297,-1.21875 0.36458,-0.29687 0.86589,-0.445307 1.50391,-0.445313 0.27343,6e-6 0.55208,0.02475 0.83594,0.07422 0.28385,0.04949 0.57421,0.123703 0.87109,0.222656"
|
||||
d="m 289.27591,24.449295 l 0,0.769531 c -0.29948,-0.143224 -0.58204,-0.249995 -0.84766,-0.320312 c -0.26562,-0.07031 -0.52214,-0.105464 -0.76953,-0.105469 c -0.42969,5e-6 -0.76172,0.08334 -0.99609,0.25 c -0.23177,0.166672 -0.34766,0.403651 -0.34766,0.710938 c 0,0.257816 0.0768,0.453128 0.23047,0.585937 c 0.15625,0.130212 0.45052,0.235681 0.88281,0.316406 l 0.47657,0.09766 c 0.58853,0.111982 1.02213,0.309898 1.30078,0.59375 c 0.28124,0.281252 0.42187,0.658856 0.42187,1.132812 c 0,0.565105 -0.19011,0.99349 -0.57031,1.285156 c -0.37761,0.291667 -0.9323,0.4375 -1.66406,0.4375 c -0.27605,0 -0.57032,-0.03125 -0.88282,-0.09375 c -0.30989,-0.0625 -0.63151,-0.154947 -0.96484,-0.277343 l 0,-0.8125 c 0.32031,0.179688 0.63411,0.315104 0.94141,0.40625 c 0.30729,0.09115 0.60937,0.136719 0.90625,0.136718 c 0.45051,1e-6 0.79817,-0.08854 1.04297,-0.265625 c 0.24478,-0.177082 0.36718,-0.429686 0.36718,-0.757812 c 0,-0.286457 -0.0885,-0.510415 -0.26562,-0.671875 c -0.17448,-0.161456 -0.46224,-0.28255 -0.86328,-0.363281 l -0.48047,-0.09375 c -0.58855,-0.117185 -1.01433,-0.300779 -1.27735,-0.550782 C 285.65351,26.609458 285.522,26.261802 285.522,25.816486 c 0,-0.515621 0.18099,-0.92187 0.54297,-1.21875 c 0.36458,-0.29687 0.86589,-0.445307 1.50391,-0.445313 c 0.27343,6e-6 0.55208,0.02475 0.83594,0.07422 c 0.28385,0.04949 0.57421,0.123703 0.87109,0.222656"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6377"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1382,31 +1418,31 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3906"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
d="m 290.04935,24.257889 4.93359,0 0,0.664062 -2.07031,0 0,5.167969 -0.79297,0 0,-5.167969 -2.07031,0 0,-0.664062" />
|
||||
d="m 290.04935,24.257889 l 4.93359,0 l 0,0.664062 l -2.07031,0 l 0,5.167969 l -0.79297,0 l 0,-5.167969 l -2.07031,0 l 0,-0.664062" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(0,12.99983)"
|
||||
id="waypoint-total-distance-label"
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans">
|
||||
<path
|
||||
d="m 262.75404,24.449065 0,0.769559 c -0.29949,-0.143229 -0.58206,-0.250004 -0.84768,-0.320324 -0.26565,-0.07031 -0.52216,-0.105467 -0.76956,-0.105472 -0.42971,5e-6 -0.76175,0.08335 -0.99614,0.250008 -0.23178,0.166678 -0.34767,0.403666 -0.34766,0.710964 -1e-5,0.257826 0.0768,0.453145 0.23047,0.585958 0.15626,0.130217 0.45054,0.235689 0.88284,0.316418 l 0.47659,0.09765 c 0.58855,0.111987 1.02217,0.30991 1.30082,0.593772 0.28126,0.281263 0.42189,0.65888 0.42189,1.132854 0,0.565125 -0.19011,0.993526 -0.57033,1.285202 -0.37762,0.291678 -0.93232,0.437516 -1.66412,0.437516 -0.27605,0 -0.57033,-0.03125 -0.88284,-0.09375 -0.30991,-0.0625 -0.63154,-0.154954 -0.96488,-0.277354 l 0,-0.81253 c 0.32032,0.179695 0.63413,0.315117 0.94144,0.406265 0.3073,0.09115 0.6094,0.136724 0.90628,0.136723 0.45054,1e-6 0.7982,-0.08854 1.04301,-0.265634 0.24479,-0.177089 0.36719,-0.429701 0.3672,-0.75784 -10e-6,-0.286466 -0.0886,-0.510432 -0.26563,-0.671899 -0.1745,-0.161462 -0.46226,-0.28256 -0.86332,-0.363295 l -0.48049,-0.09375 c -0.58856,-0.117188 -1.01436,-0.300789 -1.27739,-0.550801 C 259.13151,26.609299 259,26.261631 259,25.816299 c 0,-0.51564 0.18099,-0.921903 0.54299,-1.218795 0.3646,-0.296879 0.86591,-0.445322 1.50395,-0.445328 0.27345,6e-6 0.55211,0.02475 0.83598,0.07422 0.28385,0.04949 0.57423,0.123708 0.87112,0.222665"
|
||||
d="m 262.75404,24.449065 l 0,0.769559 c -0.29949,-0.143229 -0.58206,-0.250004 -0.84768,-0.320324 c -0.26565,-0.07031 -0.52216,-0.105467 -0.76956,-0.105472 c -0.42971,5e-6 -0.76175,0.08335 -0.99614,0.250008 c -0.23178,0.166678 -0.34767,0.403666 -0.34766,0.710964 c -1e-5,0.257826 0.0768,0.453145 0.23047,0.585958 c 0.15626,0.130217 0.45054,0.235689 0.88284,0.316418 l 0.47659,0.09765 c 0.58855,0.111987 1.02217,0.30991 1.30082,0.593772 c 0.28126,0.281263 0.42189,0.65888 0.42189,1.132854 c 0,0.565125 -0.19011,0.993526 -0.57033,1.285202 c -0.37762,0.291678 -0.93232,0.437516 -1.66412,0.437516 c -0.27605,0 -0.57033,-0.03125 -0.88284,-0.09375 c -0.30991,-0.0625 -0.63154,-0.154954 -0.96488,-0.277354 l 0,-0.81253 c 0.32032,0.179695 0.63413,0.315117 0.94144,0.406265 c 0.3073,0.09115 0.6094,0.136724 0.90628,0.136723 c 0.45054,1e-6 0.7982,-0.08854 1.04301,-0.265634 c 0.24479,-0.177089 0.36719,-0.429701 0.3672,-0.75784 c -10e-6,-0.286466 -0.0886,-0.510432 -0.26563,-0.671899 c -0.1745,-0.161462 -0.46226,-0.28256 -0.86332,-0.363295 l -0.48049,-0.09375 c -0.58856,-0.117188 -1.01436,-0.300789 -1.27739,-0.550801 C 259.13151,26.609299 259,26.261631 259,25.816299 c 0,-0.51564 0.18099,-0.921903 0.54299,-1.218795 c 0.3646,-0.296879 0.86591,-0.445322 1.50395,-0.445328 c 0.27345,6e-6 0.55211,0.02475 0.83598,0.07422 c 0.28385,0.04949 0.57423,0.123708 0.87112,0.222665"
|
||||
id="path3913"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 264.2,24.25817 0.77785,0 0,3.475443 c 0,0.61309 0.11113,1.055023 0.33337,1.325803 0.22224,0.268226 0.58243,0.402339 1.08057,0.402339 0.49558,0 0.85449,-0.134113 1.07673,-0.402339 0.22224,-0.27078 0.33337,-0.712713 0.33337,-1.325803 l 0,-3.475443 0.77786,0 0,3.571238 c -10e-6,0.745925 -0.18521,1.309199 -0.55561,1.689824 -0.36786,0.380625 -0.91198,0.570938 -1.63235,0.570938 -0.72294,0 -1.26961,-0.190313 -1.64001,-0.570938 C 264.38392,29.138607 264.2,28.575333 264.2,27.829408 l 0,-3.571238"
|
||||
d="m 264.2,24.25817 l 0.77785,0 l 0,3.475443 c 0,0.61309 0.11113,1.055023 0.33337,1.325803 c 0.22224,0.268226 0.58243,0.402339 1.08057,0.402339 c 0.49558,0 0.85449,-0.134113 1.07673,-0.402339 c 0.22224,-0.27078 0.33337,-0.712713 0.33337,-1.325803 l 0,-3.475443 l 0.77786,0 l 0,3.571238 c -10e-6,0.745925 -0.18521,1.309199 -0.55561,1.689824 c -0.36786,0.380625 -0.91198,0.570938 -1.63235,0.570938 c -0.72294,0 -1.26961,-0.190313 -1.64001,-0.570938 C 264.38392,29.138607 264.2,28.575333 264.2,27.829408 l 0,-3.571238"
|
||||
id="path3915"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 269.94609,24.25817 1.17578,0 1.48827,3.968729 1.49608,-3.968729 1.17578,0 0,5.832 -0.76953,0 0,-5.121066 -1.5039,3.999978 -0.79296,0 -1.5039,-3.999978 0,5.121066 -0.76562,0 0,-5.832"
|
||||
d="m 269.94609,24.25817 l 1.17578,0 l 1.48827,3.968729 l 1.49608,-3.968729 l 1.17578,0 l 0,5.832 l -0.76953,0 l 0,-5.121066 l -1.5039,3.999978 l -0.79296,0 l -1.5039,-3.999978 l 0,5.121066 l -0.76562,0 l 0,-5.832"
|
||||
id="path3917"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3900"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
d="m 278.05325,24.906326 0,4.535157 0.95313,0 c 0.80468,0 1.39322,-0.182291 1.76562,-0.546875 0.375,-0.364582 0.5625,-0.940102 0.5625,-1.726563 0,-0.781246 -0.1875,-1.35286 -0.5625,-1.714844 -0.3724,-0.364578 -0.96094,-0.54687 -1.76562,-0.546875 l -0.95313,0 m -0.78906,-0.648437 1.62109,0 c 1.13021,6e-6 1.95964,0.235682 2.48829,0.707031 0.52864,0.468755 0.79296,1.203129 0.79296,2.203125 0,1.00521 -0.26563,1.743491 -0.79687,2.214844 -0.53125,0.471354 -1.35938,0.707031 -2.48438,0.707031 l -1.62109,0 0,-5.832031" />
|
||||
d="m 278.05325,24.906326 l 0,4.535157 l 0.95313,0 c 0.80468,0 1.39322,-0.182291 1.76562,-0.546875 c 0.375,-0.364582 0.5625,-0.940102 0.5625,-1.726563 c 0,-0.781246 -0.1875,-1.35286 -0.5625,-1.714844 c -0.3724,-0.364578 -0.96094,-0.54687 -1.76562,-0.546875 l -0.95313,0 m -0.78906,-0.648437 l 1.62109,0 c 1.13021,6e-6 1.95964,0.235682 2.48829,0.707031 c 0.52864,0.468755 0.79296,1.203129 0.79296,2.203125 c 0,1.00521 -0.26563,1.743491 -0.79687,2.214844 c -0.53125,0.471354 -1.35938,0.707031 -2.48438,0.707031 l -1.62109,0 l 0,-5.832031" />
|
||||
<path
|
||||
d="m 290.04935,24.257889 4.93359,0 0,0.664062 -2.07031,0 0,5.167969 -0.79297,0 0,-5.167969 -2.07031,0 0,-0.664062"
|
||||
d="m 290.04935,24.257889 l 4.93359,0 l 0,0.664062 l -2.07031,0 l 0,5.167969 l -0.79297,0 l 0,-5.167969 l -2.07031,0 l 0,-0.664062"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6379"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1414,34 +1450,34 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3902"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
d="m 283.42044,24.257889 0.78906,0 0,5.832031 -0.78906,0 0,-5.832031" />
|
||||
d="m 283.42044,24.257889 l 0.78906,0 l 0,5.832031 l -0.78906,0 l 0,-5.832031" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3904"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
d="m 289.27591,24.449295 0,0.769531 c -0.29948,-0.143224 -0.58204,-0.249995 -0.84766,-0.320312 -0.26562,-0.07031 -0.52214,-0.105464 -0.76953,-0.105469 -0.42969,5e-6 -0.76172,0.08334 -0.99609,0.25 -0.23177,0.166672 -0.34766,0.403651 -0.34766,0.710938 0,0.257816 0.0768,0.453128 0.23047,0.585937 0.15625,0.130212 0.45052,0.235681 0.88281,0.316406 l 0.47657,0.09766 c 0.58853,0.111982 1.02213,0.309898 1.30078,0.59375 0.28124,0.281252 0.42187,0.658856 0.42187,1.132812 0,0.565105 -0.19011,0.99349 -0.57031,1.285156 -0.37761,0.291667 -0.9323,0.4375 -1.66406,0.4375 -0.27605,0 -0.57032,-0.03125 -0.88282,-0.09375 -0.30989,-0.0625 -0.63151,-0.154947 -0.96484,-0.277343 l 0,-0.8125 c 0.32031,0.179688 0.63411,0.315104 0.94141,0.40625 0.30729,0.09115 0.60937,0.136719 0.90625,0.136718 0.45051,1e-6 0.79817,-0.08854 1.04297,-0.265625 0.24478,-0.177082 0.36718,-0.429686 0.36718,-0.757812 0,-0.286457 -0.0885,-0.510415 -0.26562,-0.671875 -0.17448,-0.161456 -0.46224,-0.28255 -0.86328,-0.363281 l -0.48047,-0.09375 c -0.58855,-0.117185 -1.01433,-0.300779 -1.27735,-0.550782 -0.26302,-0.249996 -0.39453,-0.597652 -0.39453,-1.042968 0,-0.515621 0.18099,-0.92187 0.54297,-1.21875 0.36458,-0.29687 0.86589,-0.445307 1.50391,-0.445313 0.27343,6e-6 0.55208,0.02475 0.83594,0.07422 0.28385,0.04949 0.57421,0.123703 0.87109,0.222656" />
|
||||
d="m 289.27591,24.449295 l 0,0.769531 c -0.29948,-0.143224 -0.58204,-0.249995 -0.84766,-0.320312 c -0.26562,-0.07031 -0.52214,-0.105464 -0.76953,-0.105469 c -0.42969,5e-6 -0.76172,0.08334 -0.99609,0.25 c -0.23177,0.166672 -0.34766,0.403651 -0.34766,0.710938 c 0,0.257816 0.0768,0.453128 0.23047,0.585937 c 0.15625,0.130212 0.45052,0.235681 0.88281,0.316406 l 0.47657,0.09766 c 0.58853,0.111982 1.02213,0.309898 1.30078,0.59375 c 0.28124,0.281252 0.42187,0.658856 0.42187,1.132812 c 0,0.565105 -0.19011,0.99349 -0.57031,1.285156 c -0.37761,0.291667 -0.9323,0.4375 -1.66406,0.4375 c -0.27605,0 -0.57032,-0.03125 -0.88282,-0.09375 c -0.30989,-0.0625 -0.63151,-0.154947 -0.96484,-0.277343 l 0,-0.8125 c 0.32031,0.179688 0.63411,0.315104 0.94141,0.40625 c 0.30729,0.09115 0.60937,0.136719 0.90625,0.136718 c 0.45051,1e-6 0.79817,-0.08854 1.04297,-0.265625 c 0.24478,-0.177082 0.36718,-0.429686 0.36718,-0.757812 c 0,-0.286457 -0.0885,-0.510415 -0.26562,-0.671875 c -0.17448,-0.161456 -0.46224,-0.28255 -0.86328,-0.363281 l -0.48047,-0.09375 c -0.58855,-0.117185 -1.01433,-0.300779 -1.27735,-0.550782 C 285.65351,26.609458 285.522,26.261802 285.522,25.816486 c 0,-0.515621 0.18099,-0.92187 0.54297,-1.21875 c 0.36458,-0.29687 0.86589,-0.445307 1.50391,-0.445313 c 0.27343,6e-6 0.55208,0.02475 0.83594,0.07422 c 0.28385,0.04949 0.57421,0.123703 0.87109,0.222656" />
|
||||
</g>
|
||||
<g
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;font-family:Sans"
|
||||
id="waypoint-mode-label"
|
||||
transform="translate(0,-3.113201)">
|
||||
<path
|
||||
d="m 316.26419,9.2578888 1.17578,0 1.48828,3.9687502 1.4961,-3.9687502 1.17578,0 0,5.8320312 -0.76953,0 0,-5.1210937 -1.50391,3.9999997 -0.79297,0 -1.5039,-3.9999997 0,5.1210937 -0.76563,0 0,-5.8320312"
|
||||
d="m 316.26419,9.2578888 l 1.17578,0 l 1.48828,3.9687502 l 1.4961,-3.9687502 l 1.17578,0 l 0,5.8320312 l -0.76953,0 l 0,-5.1210937 l -1.50391,3.9999997 l -0.79297,0 l -1.5039,-3.9999997 l 0,5.1210937 l -0.76563,0 l 0,-5.8320312"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6382"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 325.53763,9.793045 c -0.57292,5.3e-6 -1.02865,0.213547 -1.36719,0.640625 -0.33594,0.427088 -0.50391,1.009118 -0.50391,1.746094 0,0.734377 0.16797,1.315106 0.50391,1.742187 0.33854,0.427084 0.79427,0.640626 1.36719,0.640625 0.57291,10e-7 1.02604,-0.213541 1.35937,-0.640625 0.33594,-0.427081 0.5039,-1.00781 0.50391,-1.742187 -1e-5,-0.736976 -0.16797,-1.319006 -0.50391,-1.746094 -0.33333,-0.427078 -0.78646,-0.6406197 -1.35937,-0.640625 m 0,-0.640625 c 0.8177,6e-6 1.47135,0.2747453 1.96094,0.8242188 0.48957,0.5468792 0.73436,1.2812542 0.73437,2.2031252 -10e-6,0.919273 -0.2448,1.653647 -0.73437,2.203125 -0.48959,0.546875 -1.14324,0.820312 -1.96094,0.820312 -0.82032,0 -1.47657,-0.273437 -1.96875,-0.820312 -0.48959,-0.546874 -0.73438,-1.281248 -0.73438,-2.203125 0,-0.921871 0.24479,-1.656246 0.73438,-2.2031252 0.49218,-0.5494735 1.14843,-0.8242128 1.96875,-0.8242188"
|
||||
d="m 325.53763,9.793045 c -0.57292,5.3e-6 -1.02865,0.213547 -1.36719,0.640625 c -0.33594,0.427088 -0.50391,1.009118 -0.50391,1.746094 c 0,0.734377 0.16797,1.315106 0.50391,1.742187 c 0.33854,0.427084 0.79427,0.640626 1.36719,0.640625 c 0.57291,10e-7 1.02604,-0.213541 1.35937,-0.640625 c 0.33594,-0.427081 0.5039,-1.00781 0.50391,-1.742187 c -1e-5,-0.736976 -0.16797,-1.319006 -0.50391,-1.746094 c -0.33333,-0.427078 -0.78646,-0.6406197 -1.35937,-0.640625 m 0,-0.640625 c 0.8177,6e-6 1.47135,0.2747453 1.96094,0.8242188 c 0.48957,0.5468792 0.73436,1.2812542 0.73437,2.2031252 c -10e-6,0.919273 -0.2448,1.653647 -0.73437,2.203125 c -0.48959,0.546875 -1.14324,0.820312 -1.96094,0.820312 c -0.82032,0 -1.47657,-0.273437 -1.96875,-0.820312 c -0.48959,-0.546874 -0.73438,-1.281248 -0.73438,-2.203125 c 0,-0.921871 0.24479,-1.656246 0.73438,-2.2031252 c 0.49218,-0.5494735 1.14843,-0.8242128 1.96875,-0.8242188"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6384"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 330.25638,9.9063263 0,4.5351567 0.95312,0 c 0.80469,0 1.39323,-0.182291 1.76563,-0.546875 0.37499,-0.364582 0.56249,-0.940102 0.5625,-1.726563 -10e-6,-0.781246 -0.18751,-1.35286 -0.5625,-1.714844 -0.3724,-0.364578 -0.96094,-0.5468695 -1.76563,-0.5468747 l -0.95312,0 m -0.78906,-0.6484375 1.62109,0 c 1.1302,5.8e-6 1.95963,0.2356827 2.48828,0.7070312 0.52864,0.468755 0.79296,1.203129 0.79297,2.203125 -1e-5,1.00521 -0.26563,1.743491 -0.79688,2.214844 -0.53125,0.471354 -1.35937,0.707031 -2.48437,0.707031 l -1.62109,0 0,-5.8320312"
|
||||
d="m 330.25638,9.9063263 l 0,4.5351567 l 0.95312,0 c 0.80469,0 1.39323,-0.182291 1.76563,-0.546875 c 0.37499,-0.364582 0.56249,-0.940102 0.5625,-1.726563 c -10e-6,-0.781246 -0.18751,-1.35286 -0.5625,-1.714844 c -0.3724,-0.364578 -0.96094,-0.5468695 -1.76563,-0.5468747 l -0.95312,0 m -0.78906,-0.6484375 l 1.62109,0 c 1.1302,5.8e-6 1.95963,0.2356827 2.48828,0.7070312 c 0.52864,0.468755 0.79296,1.203129 0.79297,2.203125 c -1e-5,1.00521 -0.26563,1.743491 -0.79688,2.214844 c -0.53125,0.471354 -1.35937,0.707031 -2.48437,0.707031 l -1.62109,0 l 0,-5.8320312"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6386"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 335.62357,9.2578888 3.6875,0 0,0.6640625 -2.89844,0 0,1.7265627 2.77734,0 0,0.664062 -2.77734,0 0,2.113282 2.96875,0 0,0.664062 -3.75781,0 0,-5.8320312"
|
||||
d="m 335.62357,9.2578888 l 3.6875,0 l 0,0.6640625 l -2.89844,0 l 0,1.7265627 l 2.77734,0 l 0,0.664062 l -2.77734,0 l 0,2.113282 l 2.96875,0 l 0,0.664062 l -3.75781,0 l 0,-5.8320312"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6388"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1451,17 +1487,17 @@
|
||||
id="waypoint-eta-label"
|
||||
transform="matrix(1.0375459,0,0,1.0375459,-14.202279,-4.0166731)">
|
||||
<path
|
||||
d="m 378.26419,24.257889 3.6875,0 0,0.664062 -2.89844,0 0,1.726563 2.77735,0 0,0.664062 -2.77735,0 0,2.113282 2.96875,0 0,0.664062 -3.75781,0 0,-5.832031"
|
||||
d="m 378.26419,24.257889 l 3.6875,0 l 0,0.664062 l -2.89844,0 l 0,1.726563 l 2.77735,0 l 0,0.664062 l -2.77735,0 l 0,2.113282 l 2.96875,0 l 0,0.664062 l -3.75781,0 l 0,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6802"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 382.5181,24.257889 4.93359,0 0,0.664062 -2.07031,0 0,5.167969 -0.79297,0 0,-5.167969 -2.07031,0 0,-0.664062"
|
||||
d="m 382.5181,24.257889 l 4.93359,0 l 0,0.664062 l -2.07031,0 l 0,5.167969 l -0.79297,0 l 0,-5.167969 l -2.07031,0 l 0,-0.664062"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6804"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 389.54153,25.035233 -1.07031,2.902343 2.14453,0 -1.07422,-2.902343 m -0.44531,-0.777344 0.89453,0 2.22266,5.832031 -0.82031,0 -0.53125,-1.496094 -2.62891,0 -0.53125,1.496094 -0.83203,0 2.22656,-5.832031"
|
||||
d="m 389.54153,25.035233 l -1.07031,2.902343 l 2.14453,0 l -1.07422,-2.902343 m -0.44531,-0.777344 l 0.89453,0 l 2.22266,5.832031 l -0.82031,0 l -0.53125,-1.496094 l -2.62891,0 l -0.53125,1.496094 l -0.83203,0 l 2.22656,-5.832031"
|
||||
style="font-size:8px;fill:#ffffff"
|
||||
id="path6806"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1484,27 +1520,27 @@
|
||||
id="battery-milliamp-text"
|
||||
transform="translate(0,16.75)">
|
||||
<path
|
||||
d="m 572.57764,32.938553 0,-0.898438 c 0.24739,0.117189 0.49804,0.206707 0.75195,0.268555 0.2539,0.06185 0.50293,0.09277 0.74707,0.09277 0.65104,10e-7 1.14746,-0.218098 1.48926,-0.654296 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 -0.18881,0.279951 -0.42807,0.494795 -0.71778,0.644532 -0.28971,0.149742 -0.61035,0.224611 -0.96191,0.224609 -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 -0.42318,-0.442705 -0.63476,-1.046545 -0.63476,-1.811523 0,-0.748692 0.22135,-1.349278 0.66406,-1.801758 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 0.84309,7e-6 1.486,0.3239 1.92871,0.97168 0.44596,0.644537 0.66894,1.582036 0.66894,2.8125 0,1.149091 -0.27344,2.067059 -0.82031,2.753906 -0.54362,0.683594 -1.27604,1.02539 -2.19726,1.025391 -0.2474,-10e-7 -0.49805,-0.02441 -0.75196,-0.07324 -0.25391,-0.04883 -0.51758,-0.12207 -0.79101,-0.219726 m 1.96289,-3.09082 c 0.4427,3e-6 0.79264,-0.151364 1.0498,-0.454102 0.26041,-0.30273 0.39062,-0.717769 0.39063,-1.245117 -10e-6,-0.524083 -0.13022,-0.937494 -0.39063,-1.240235 -0.25716,-0.305983 -0.6071,-0.458977 -1.0498,-0.458984 -0.44271,7e-6 -0.79428,0.153001 -1.05469,0.458984 -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 0,0.527348 0.12858,0.942387 0.38574,1.245117 0.26041,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
d="m 572.57764,32.938553 l 0,-0.898438 c 0.24739,0.117189 0.49804,0.206707 0.75195,0.268555 c 0.2539,0.06185 0.50293,0.09277 0.74707,0.09277 c 0.65104,10e-7 1.14746,-0.218098 1.48926,-0.654296 c 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 c -0.18881,0.279951 -0.42807,0.494795 -0.71778,0.644532 c -0.28971,0.149742 -0.61035,0.224611 -0.96191,0.224609 c -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 c -0.42318,-0.442705 -0.63476,-1.046545 -0.63476,-1.811523 c 0,-0.748692 0.22135,-1.349278 0.66406,-1.801758 c 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 c 0.84309,7e-6 1.486,0.3239 1.92871,0.97168 c 0.44596,0.644537 0.66894,1.582036 0.66894,2.8125 c 0,1.149091 -0.27344,2.067059 -0.82031,2.753906 c -0.54362,0.683594 -1.27604,1.02539 -2.19726,1.025391 c -0.2474,-10e-7 -0.49805,-0.02441 -0.75196,-0.07324 c -0.25391,-0.04883 -0.51758,-0.12207 -0.79101,-0.219726 m 1.96289,-3.09082 c 0.4427,3e-6 0.79264,-0.151364 1.0498,-0.454102 c 0.26041,-0.30273 0.39062,-0.717769 0.39063,-1.245117 c -10e-6,-0.524083 -0.13022,-0.937494 -0.39063,-1.240235 c -0.25716,-0.305983 -0.6071,-0.458977 -1.0498,-0.458984 c -0.44271,7e-6 -0.79428,0.153001 -1.05469,0.458984 c -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 c 0,0.527348 0.12858,0.942387 0.38574,1.245117 c 0.26041,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
style="fill:#ffffff"
|
||||
id="path6494"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 578.94482,32.938553 0,-0.898438 c 0.2474,0.117189 0.49805,0.206707 0.75196,0.268555 0.2539,0.06185 0.50292,0.09277 0.74707,0.09277 0.65104,10e-7 1.14745,-0.218098 1.48926,-0.654296 0.34504,-0.439452 0.54198,-1.105141 0.59082,-1.997071 -0.18881,0.279951 -0.42807,0.494795 -0.71778,0.644532 -0.28971,0.149742 -0.61035,0.224611 -0.96191,0.224609 -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 -0.42318,-0.442705 -0.63477,-1.046545 -0.63477,-1.811523 0,-0.748692 0.22136,-1.349278 0.66407,-1.801758 0.4427,-0.452467 1.0319,-0.678704 1.76757,-0.678711 0.8431,7e-6 1.486,0.3239 1.92872,0.97168 0.44595,0.644537 0.66894,1.582036 0.66894,2.8125 0,1.149091 -0.27344,2.067059 -0.82031,2.753906 -0.54363,0.683594 -1.27605,1.02539 -2.19727,1.025391 -0.2474,-10e-7 -0.49805,-0.02441 -0.75195,-0.07324 -0.25391,-0.04883 -0.51758,-0.12207 -0.79102,-0.219726 m 1.96289,-3.09082 c 0.44271,3e-6 0.79264,-0.151364 1.04981,-0.454102 0.26041,-0.30273 0.39062,-0.717769 0.39062,-1.245117 0,-0.524083 -0.13021,-0.937494 -0.39062,-1.240235 -0.25717,-0.305983 -0.6071,-0.458977 -1.04981,-0.458984 -0.44271,7e-6 -0.79427,0.153001 -1.05468,0.458984 -0.25717,0.302741 -0.38575,0.716152 -0.38574,1.240235 -1e-5,0.527348 0.12857,0.942387 0.38574,1.245117 0.26041,0.302738 0.61197,0.454105 1.05468,0.454102"
|
||||
d="m 578.94482,32.938553 l 0,-0.898438 c 0.2474,0.117189 0.49805,0.206707 0.75196,0.268555 c 0.2539,0.06185 0.50292,0.09277 0.74707,0.09277 c 0.65104,10e-7 1.14745,-0.218098 1.48926,-0.654296 c 0.34504,-0.439452 0.54198,-1.105141 0.59082,-1.997071 c -0.18881,0.279951 -0.42807,0.494795 -0.71778,0.644532 c -0.28971,0.149742 -0.61035,0.224611 -0.96191,0.224609 c -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 c -0.42318,-0.442705 -0.63477,-1.046545 -0.63477,-1.811523 c 0,-0.748692 0.22136,-1.349278 0.66407,-1.801758 c 0.4427,-0.452467 1.0319,-0.678704 1.76757,-0.678711 c 0.8431,7e-6 1.486,0.3239 1.92872,0.97168 c 0.44595,0.644537 0.66894,1.582036 0.66894,2.8125 c 0,1.149091 -0.27344,2.067059 -0.82031,2.753906 c -0.54363,0.683594 -1.27605,1.02539 -2.19727,1.025391 c -0.2474,-10e-7 -0.49805,-0.02441 -0.75195,-0.07324 c -0.25391,-0.04883 -0.51758,-0.12207 -0.79102,-0.219726 m 1.96289,-3.09082 c 0.44271,3e-6 0.79264,-0.151364 1.04981,-0.454102 c 0.26041,-0.30273 0.39062,-0.717769 0.39062,-1.245117 c 0,-0.524083 -0.13021,-0.937494 -0.39062,-1.240235 c -0.25717,-0.305983 -0.6071,-0.458977 -1.04981,-0.458984 c -0.44271,7e-6 -0.79427,0.153001 -1.05468,0.458984 c -0.25717,0.302741 -0.38575,0.716152 -0.38574,1.240235 c -1e-5,0.527348 0.12857,0.942387 0.38574,1.245117 c 0.26041,0.302738 0.61197,0.454105 1.05468,0.454102"
|
||||
style="fill:#ffffff"
|
||||
id="path6496"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 585.31201,32.938553 0,-0.898438 c 0.2474,0.117189 0.49805,0.206707 0.75195,0.268555 0.25391,0.06185 0.50293,0.09277 0.74708,0.09277 0.65103,10e-7 1.14745,-0.218098 1.48925,-0.654296 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 -0.1888,0.279951 -0.42806,0.494795 -0.71777,0.644532 -0.28972,0.149742 -0.61036,0.224611 -0.96191,0.224609 -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 -0.42318,-0.442705 -0.63477,-1.046545 -0.63477,-1.811523 0,-0.748692 0.22136,-1.349278 0.66406,-1.801758 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 0.8431,7e-6 1.486,0.3239 1.92871,0.97168 0.44596,0.644537 0.66894,1.582036 0.66895,2.8125 -10e-6,1.149091 -0.27344,2.067059 -0.82031,2.753906 -0.54363,0.683594 -1.27605,1.02539 -2.19727,1.025391 -0.2474,-10e-7 -0.49805,-0.02441 -0.75195,-0.07324 -0.25391,-0.04883 -0.51758,-0.12207 -0.79102,-0.219726 m 1.96289,-3.09082 c 0.44271,3e-6 0.79264,-0.151364 1.04981,-0.454102 0.26041,-0.30273 0.39062,-0.717769 0.39062,-1.245117 0,-0.524083 -0.13021,-0.937494 -0.39062,-1.240235 -0.25717,-0.305983 -0.6071,-0.458977 -1.04981,-0.458984 -0.44271,7e-6 -0.79427,0.153001 -1.05469,0.458984 -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 0,0.527348 0.12858,0.942387 0.38574,1.245117 0.26042,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
d="m 585.31201,32.938553 l 0,-0.898438 c 0.2474,0.117189 0.49805,0.206707 0.75195,0.268555 c 0.25391,0.06185 0.50293,0.09277 0.74708,0.09277 c 0.65103,10e-7 1.14745,-0.218098 1.48925,-0.654296 c 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 c -0.1888,0.279951 -0.42806,0.494795 -0.71777,0.644532 c -0.28972,0.149742 -0.61036,0.224611 -0.96191,0.224609 c -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 c -0.42318,-0.442705 -0.63477,-1.046545 -0.63477,-1.811523 c 0,-0.748692 0.22136,-1.349278 0.66406,-1.801758 c 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 c 0.8431,7e-6 1.486,0.3239 1.92871,0.97168 c 0.44596,0.644537 0.66894,1.582036 0.66895,2.8125 c -10e-6,1.149091 -0.27344,2.067059 -0.82031,2.753906 c -0.54363,0.683594 -1.27605,1.02539 -2.19727,1.025391 c -0.2474,-10e-7 -0.49805,-0.02441 -0.75195,-0.07324 c -0.25391,-0.04883 -0.51758,-0.12207 -0.79102,-0.219726 m 1.96289,-3.09082 c 0.44271,3e-6 0.79264,-0.151364 1.04981,-0.454102 c 0.26041,-0.30273 0.39062,-0.717769 0.39062,-1.245117 c 0,-0.524083 -0.13021,-0.937494 -0.39062,-1.240235 c -0.25717,-0.305983 -0.6071,-0.458977 -1.04981,-0.458984 c -0.44271,7e-6 -0.79427,0.153001 -1.05469,0.458984 c -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 c 0,0.527348 0.12858,0.942387 0.38574,1.245117 c 0.26042,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
style="fill:#ffffff"
|
||||
id="path6498"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 591.6792,32.938553 0,-0.898438 c 0.24739,0.117189 0.49804,0.206707 0.75195,0.268555 0.25391,0.06185 0.50293,0.09277 0.74707,0.09277 0.65104,10e-7 1.14746,-0.218098 1.48926,-0.654296 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 -0.18881,0.279951 -0.42806,0.494795 -0.71777,0.644532 -0.28972,0.149742 -0.61036,0.224611 -0.96192,0.224609 -0.72917,2e-6 -1.30696,-0.219724 -1.7334,-0.65918 -0.42317,-0.442705 -0.63476,-1.046545 -0.63476,-1.811523 0,-0.748692 0.22135,-1.349278 0.66406,-1.801758 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 0.84309,7e-6 1.486,0.3239 1.92871,0.97168 0.44596,0.644537 0.66894,1.582036 0.66895,2.8125 -10e-6,1.149091 -0.27345,2.067059 -0.82032,2.753906 -0.54362,0.683594 -1.27604,1.02539 -2.19726,1.025391 -0.2474,-10e-7 -0.49805,-0.02441 -0.75196,-0.07324 -0.2539,-0.04883 -0.51757,-0.12207 -0.79101,-0.219726 m 1.96289,-3.09082 c 0.4427,3e-6 0.79264,-0.151364 1.0498,-0.454102 0.26042,-0.30273 0.39063,-0.717769 0.39063,-1.245117 0,-0.524083 -0.13021,-0.937494 -0.39063,-1.240235 -0.25716,-0.305983 -0.6071,-0.458977 -1.0498,-0.458984 -0.44271,7e-6 -0.79427,0.153001 -1.05469,0.458984 -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 0,0.527348 0.12858,0.942387 0.38574,1.245117 0.26042,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
d="m 591.6792,32.938553 l 0,-0.898438 c 0.24739,0.117189 0.49804,0.206707 0.75195,0.268555 c 0.25391,0.06185 0.50293,0.09277 0.74707,0.09277 c 0.65104,10e-7 1.14746,-0.218098 1.48926,-0.654296 c 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 c -0.18881,0.279951 -0.42806,0.494795 -0.71777,0.644532 c -0.28972,0.149742 -0.61036,0.224611 -0.96192,0.224609 c -0.72917,2e-6 -1.30696,-0.219724 -1.7334,-0.65918 c -0.42317,-0.442705 -0.63476,-1.046545 -0.63476,-1.811523 c 0,-0.748692 0.22135,-1.349278 0.66406,-1.801758 c 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 c 0.84309,7e-6 1.486,0.3239 1.92871,0.97168 c 0.44596,0.644537 0.66894,1.582036 0.66895,2.8125 c -10e-6,1.149091 -0.27345,2.067059 -0.82032,2.753906 c -0.54362,0.683594 -1.27604,1.02539 -2.19726,1.025391 c -0.2474,-10e-7 -0.49805,-0.02441 -0.75196,-0.07324 c -0.2539,-0.04883 -0.51757,-0.12207 -0.79101,-0.219726 m 1.96289,-3.09082 c 0.4427,3e-6 0.79264,-0.151364 1.0498,-0.454102 c 0.26042,-0.30273 0.39063,-0.717769 0.39063,-1.245117 c 0,-0.524083 -0.13021,-0.937494 -0.39063,-1.240235 c -0.25716,-0.305983 -0.6071,-0.458977 -1.0498,-0.458984 c -0.44271,7e-6 -0.79427,0.153001 -1.05469,0.458984 c -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 c 0,0.527348 0.12858,0.942387 0.38574,1.245117 c 0.26042,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
style="fill:#ffffff"
|
||||
id="path6500"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 598.04639,32.938553 0,-0.898438 c 0.24739,0.117189 0.49804,0.206707 0.75195,0.268555 0.2539,0.06185 0.50293,0.09277 0.74707,0.09277 0.65104,10e-7 1.14746,-0.218098 1.48926,-0.654296 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 -0.18881,0.279951 -0.42807,0.494795 -0.71778,0.644532 -0.28971,0.149742 -0.61035,0.224611 -0.96191,0.224609 -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 -0.42318,-0.442705 -0.63476,-1.046545 -0.63476,-1.811523 0,-0.748692 0.22135,-1.349278 0.66406,-1.801758 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 0.84309,7e-6 1.486,0.3239 1.92871,0.97168 0.44596,0.644537 0.66894,1.582036 0.66894,2.8125 0,1.149091 -0.27344,2.067059 -0.82031,2.753906 -0.54362,0.683594 -1.27604,1.02539 -2.19726,1.025391 -0.2474,-10e-7 -0.49805,-0.02441 -0.75196,-0.07324 -0.25391,-0.04883 -0.51758,-0.12207 -0.79101,-0.219726 m 1.96289,-3.09082 c 0.4427,3e-6 0.79264,-0.151364 1.0498,-0.454102 0.26041,-0.30273 0.39062,-0.717769 0.39063,-1.245117 -10e-6,-0.524083 -0.13022,-0.937494 -0.39063,-1.240235 -0.25716,-0.305983 -0.6071,-0.458977 -1.0498,-0.458984 -0.44271,7e-6 -0.79428,0.153001 -1.05469,0.458984 -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 0,0.527348 0.12858,0.942387 0.38574,1.245117 0.26041,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
d="m 598.04639,32.938553 l 0,-0.898438 c 0.24739,0.117189 0.49804,0.206707 0.75195,0.268555 c 0.2539,0.06185 0.50293,0.09277 0.74707,0.09277 c 0.65104,10e-7 1.14746,-0.218098 1.48926,-0.654296 c 0.34505,-0.439452 0.54199,-1.105141 0.59082,-1.997071 c -0.18881,0.279951 -0.42807,0.494795 -0.71778,0.644532 c -0.28971,0.149742 -0.61035,0.224611 -0.96191,0.224609 c -0.72917,2e-6 -1.30697,-0.219724 -1.7334,-0.65918 c -0.42318,-0.442705 -0.63476,-1.046545 -0.63476,-1.811523 c 0,-0.748692 0.22135,-1.349278 0.66406,-1.801758 c 0.44271,-0.452467 1.0319,-0.678704 1.76758,-0.678711 c 0.84309,7e-6 1.486,0.3239 1.92871,0.97168 c 0.44596,0.644537 0.66894,1.582036 0.66894,2.8125 c 0,1.149091 -0.27344,2.067059 -0.82031,2.753906 c -0.54362,0.683594 -1.27604,1.02539 -2.19726,1.025391 c -0.2474,-10e-7 -0.49805,-0.02441 -0.75196,-0.07324 c -0.25391,-0.04883 -0.51758,-0.12207 -0.79101,-0.219726 m 1.96289,-3.09082 c 0.4427,3e-6 0.79264,-0.151364 1.0498,-0.454102 c 0.26041,-0.30273 0.39062,-0.717769 0.39063,-1.245117 c -10e-6,-0.524083 -0.13022,-0.937494 -0.39063,-1.240235 c -0.25716,-0.305983 -0.6071,-0.458977 -1.0498,-0.458984 c -0.44271,7e-6 -0.79428,0.153001 -1.05469,0.458984 c -0.25716,0.302741 -0.38574,0.716152 -0.38574,1.240235 c 0,0.527348 0.12858,0.942387 0.38574,1.245117 c 0.26041,0.302738 0.61198,0.454105 1.05469,0.454102"
|
||||
style="fill:#ffffff"
|
||||
id="path6502"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1524,27 +1560,27 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4599"
|
||||
style="fill:#ffffff"
|
||||
d="m 575.65771,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.2539,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12696,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89356,-0.249023 1.14747,-0.747071 0.25715,-0.5013 0.38573,-1.251625 0.38574,-2.250976 -10e-6,-1.0026 -0.12859,-1.752925 -0.38574,-2.250977 -0.25391,-0.5012955 -0.6364,-0.7519463 -1.14747,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64942,2.8125003 -10e-6,1.227216 -0.21648,2.164715 -0.64942,2.8125 -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 -0.81705,-10e-7 -1.44205,-0.322266 -1.875,-0.966797 -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 0.43295,-0.6477793 1.05795,-0.9716722 1.875,-0.9716797" />
|
||||
d="m 575.65771,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.2539,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12696,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89356,-0.249023 1.14747,-0.747071 c 0.25715,-0.5013 0.38573,-1.251625 0.38574,-2.250976 c -10e-6,-1.0026 -0.12859,-1.752925 -0.38574,-2.250977 c -0.25391,-0.5012955 -0.6364,-0.7519463 -1.14747,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64942,2.8125003 c -10e-6,1.227216 -0.21648,2.164715 -0.64942,2.8125 c -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 c -0.81705,-10e-7 -1.44205,-0.322266 -1.875,-0.966797 c -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 c 0.43295,-0.6477793 1.05795,-0.9716722 1.875,-0.9716797" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4602"
|
||||
style="fill:#ffffff"
|
||||
d="m 582.0249,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12695,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 -1e-5,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797" />
|
||||
d="m 582.0249,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12695,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 c 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 c -1e-5,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 C 582.91845,9.6999525 582.53597,9.4493017 582.0249,9.449295 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 c 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 c -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 c -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 c -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 c 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4604"
|
||||
style="fill:#ffffff"
|
||||
d="m 586.28271,14.849686 1.03028,0 0,1.240234 -1.03028,0 0,-1.240234" />
|
||||
d="m 586.28271,14.849686 l 1.03028,0 l 0,1.240234 l -1.03028,0 l 0,-1.240234" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4606"
|
||||
style="fill:#ffffff"
|
||||
d="m 591.57568,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12695,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 -10e-6,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797" />
|
||||
d="m 591.57568,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12695,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 c 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 c -10e-6,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 c -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 c 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 c -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 c -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 c -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 c 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4608"
|
||||
style="fill:#ffffff"
|
||||
d="m 597.94287,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12695,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 0.25716,-0.5013 0.38574,-1.251625 0.38574,-2.250976 0,-1.0026 -0.12858,-1.752925 -0.38574,-2.250977 -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81705,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 -0.42969,0.644531 -1.05307,0.966796 -1.87012,0.966797 -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797" />
|
||||
d="m 597.94287,9.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12695,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 c 0.25716,-0.5013 0.38574,-1.251625 0.38574,-2.250976 c 0,-1.0026 -0.12858,-1.752925 -0.38574,-2.250977 c -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81705,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 c 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 c -0.42969,0.644531 -1.05307,0.966796 -1.87012,0.966797 c -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 c -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 c 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
@ -1557,27 +1593,27 @@
|
||||
id="battery-volt-text"
|
||||
transform="translate(0,2)">
|
||||
<path
|
||||
d="m 575.65771,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.2539,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12696,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89356,-0.249023 1.14747,-0.747071 0.25715,-0.5013 0.38573,-1.251625 0.38574,-2.250976 -10e-6,-1.0026 -0.12859,-1.752925 -0.38574,-2.250977 -0.25391,-0.5012955 -0.6364,-0.7519463 -1.14747,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64942,2.8125003 -10e-6,1.227216 -0.21648,2.164715 -0.64942,2.8125 -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 -0.81705,-10e-7 -1.44205,-0.322266 -1.875,-0.966797 -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 0.43295,-0.6477793 1.05795,-0.9716722 1.875,-0.9716797"
|
||||
d="m 575.65771,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.2539,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12696,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89356,-0.249023 1.14747,-0.747071 c 0.25715,-0.5013 0.38573,-1.251625 0.38574,-2.250976 c -10e-6,-1.0026 -0.12859,-1.752925 -0.38574,-2.250977 c -0.25391,-0.5012955 -0.6364,-0.7519463 -1.14747,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64942,2.8125003 c -10e-6,1.227216 -0.21648,2.164715 -0.64942,2.8125 c -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 c -0.81705,-10e-7 -1.44205,-0.322266 -1.875,-0.966797 c -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 c 0.43295,-0.6477793 1.05795,-0.9716722 1.875,-0.9716797"
|
||||
style="fill:#ffffff"
|
||||
id="path6483"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 582.0249,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12695,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 -1e-5,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797"
|
||||
d="m 582.0249,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12695,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 c 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 c -1e-5,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 C 582.91845,8.6999525 582.53597,8.4493017 582.0249,8.449295 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 c 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 c -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 c -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 c -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 c 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797"
|
||||
style="fill:#ffffff"
|
||||
id="path6485"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 586.28271,13.849686 1.03028,0 0,1.240234 -1.03028,0 0,-1.240234"
|
||||
d="m 586.28271,13.849686 l 1.03028,0 l 0,1.240234 l -1.03028,0 l 0,-1.240234"
|
||||
style="fill:#ffffff"
|
||||
id="path6487"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 591.57568,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12695,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 -10e-6,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797"
|
||||
d="m 591.57568,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12695,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 c 0.25716,-0.5013 0.38574,-1.251625 0.38575,-2.250976 c -10e-6,-1.0026 -0.12859,-1.752925 -0.38575,-2.250977 c -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81706,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 c 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 c -0.42969,0.644531 -1.05306,0.966796 -1.87012,0.966797 c -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 c -0.42968,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21485,-2.167963 0.64453,-2.8125003 c 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797"
|
||||
style="fill:#ffffff"
|
||||
id="path6489"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 597.94287,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 0,0.999351 0.12695,1.749676 0.38086,2.250976 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 0.25716,-0.5013 0.38574,-1.251625 0.38574,-2.250976 0,-1.0026 -0.12858,-1.752925 -0.38574,-2.250977 -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81705,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 -0.42969,0.644531 -1.05307,0.966796 -1.87012,0.966797 -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797"
|
||||
d="m 597.94287,8.449295 c -0.50781,6.7e-6 -0.8903,0.2506575 -1.14746,0.751953 c -0.25391,0.498052 -0.38086,1.248377 -0.38086,2.250977 c 0,0.999351 0.12695,1.749676 0.38086,2.250976 c 0.25716,0.498048 0.63965,0.747071 1.14746,0.747071 c 0.51107,0 0.89355,-0.249023 1.14746,-0.747071 c 0.25716,-0.5013 0.38574,-1.251625 0.38574,-2.250976 c 0,-1.0026 -0.12858,-1.752925 -0.38574,-2.250977 c -0.25391,-0.5012955 -0.63639,-0.7519463 -1.14746,-0.751953 m 0,-0.78125 c 0.81705,7.5e-6 1.44043,0.3239004 1.87012,0.9716797 c 0.43294,0.6445373 0.64941,1.5820363 0.64941,2.8125003 c 0,1.227216 -0.21647,2.164715 -0.64941,2.8125 c -0.42969,0.644531 -1.05307,0.966796 -1.87012,0.966797 c -0.81706,-10e-7 -1.44206,-0.322266 -1.875,-0.966797 c -0.42969,-0.647785 -0.64453,-1.585284 -0.64453,-2.8125 c 0,-1.230464 0.21484,-2.167963 0.64453,-2.8125003 c 0.43294,-0.6477793 1.05794,-0.9716722 1.875,-0.9716797"
|
||||
style="fill:#ffffff"
|
||||
id="path6491"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1593,7 +1629,7 @@
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
style="fill:#008080;stroke:#000000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 469.86993,48.85 0,-2.5"
|
||||
d="m 469.86993,48.85 l 0,-2.5"
|
||||
id="eng0"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -1601,13 +1637,13 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="eng1"
|
||||
d="m 469.86993,48.85 0,-2.5"
|
||||
d="m 469.86993,48.85 l 0,-2.5"
|
||||
style="fill:#008080;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:label="#path10211"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 477.38975,48.85 0,-5.000001"
|
||||
d="m 477.38975,48.85 l 0,-5.000001"
|
||||
id="eng2"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -1615,13 +1651,13 @@
|
||||
inkscape:label="#path10213"
|
||||
inkscape:connector-curvature="0"
|
||||
id="eng3"
|
||||
d="m 484.90956,48.85 0,-7.500001"
|
||||
d="m 484.90956,48.85 l 0,-7.500001"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:label="#path10215"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 492.42936,48.85 0,-10"
|
||||
d="m 492.42936,48.85 l 0,-10"
|
||||
id="eng4"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -1629,13 +1665,13 @@
|
||||
inkscape:label="#path10217"
|
||||
inkscape:connector-curvature="0"
|
||||
id="eng5"
|
||||
d="m 499.94918,48.85 0,-12.500001"
|
||||
d="m 499.94918,48.85 l 0,-12.500001"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:label="#path10219"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 507.46898,48.85 0,-15.000001"
|
||||
d="m 507.46898,48.85 l 0,-15.000001"
|
||||
id="eng6"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -1643,13 +1679,13 @@
|
||||
inkscape:label="#path10221"
|
||||
inkscape:connector-curvature="0"
|
||||
id="eng7"
|
||||
d="m 514.98879,48.85 0,-17.500001"
|
||||
d="m 514.98879,48.85 l 0,-17.500001"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:label="#path10223"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 522.5086,48.85 0,-20.000002"
|
||||
d="m 522.5086,48.85 l 0,-20.000002"
|
||||
id="eng8"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -1657,13 +1693,13 @@
|
||||
inkscape:label="#path10225"
|
||||
inkscape:connector-curvature="0"
|
||||
id="eng9"
|
||||
d="m 530.02841,48.85 0,-22.500001"
|
||||
d="m 530.02841,48.85 l 0,-22.500001"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:label="#path10227"
|
||||
style="fill:none;stroke:#008000;stroke-width:8.30000019;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 537.54822,48.85 0,-25.000001"
|
||||
d="m 537.54822,48.85 l 0,-25.000001"
|
||||
id="eng10"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -1682,42 +1718,42 @@
|
||||
id="waypoint-eta-text"
|
||||
transform="translate(0,0.595158)">
|
||||
<path
|
||||
d="m 400.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 400.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6441"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 407.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 407.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6443"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 413.16653,29.601639 1.23633,0 0,1.488281 -1.23633,0 0,-1.488281 m 0,-4.716797 1.23633,0 0,1.488281 -1.23633,0 0,-1.488281"
|
||||
d="m 413.16653,29.601639 l 1.23633,0 l 0,1.488281 l -1.23633,0 l 0,-1.488281 m 0,-4.716797 l 1.23633,0 l 0,1.488281 l -1.23633,0 l 0,-1.488281"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6445"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 419.62943,23.12117 c -0.60938,8e-6 -1.06837,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.77929,3.375 0,1.472659 -0.25977,2.597658 -0.77929,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98048,0 -1.73048,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51952,-0.777336 1.26952,-1.166007 2.25,-1.166016"
|
||||
d="m 419.62943,23.12117 c -0.60938,8e-6 -1.06837,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.77929,3.375 c 0,1.472659 -0.25977,2.597658 -0.77929,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98048,0 -1.73048,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51952,-0.777336 1.26952,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6447"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 427.27005,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498052 -0.45703,2.701172 -10e-6,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76367,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 427.27005,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498052 -0.45703,2.701172 c -10e-6,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76367,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6449"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 432.50247,29.601639 1.23633,0 0,1.488281 -1.23633,0 0,-1.488281 m 0,-4.716797 1.23633,0 0,1.488281 -1.23633,0 0,-1.488281"
|
||||
d="m 432.50247,29.601639 l 1.23633,0 l 0,1.488281 l -1.23633,0 l 0,-1.488281 m 0,-4.716797 l 1.23633,0 l 0,1.488281 l -1.23633,0 l 0,-1.488281"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6451"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 438.96536,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 438.96536,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6453"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 446.60599,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 446.60599,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6455"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1732,42 +1768,42 @@
|
||||
id="waypoint-distance-text"
|
||||
transform="translate(0,0.595158)">
|
||||
<path
|
||||
d="m 303.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 303.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6391"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 310.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 310.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6393"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 318.57474,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 318.57474,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6395"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 326.21536,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 326.21536,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6397"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 333.85599,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 333.85599,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6399"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 341.49661,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 341.49661,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6401"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 349.13724,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 349.13724,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6403"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 356.77786,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 356.77786,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6405"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1782,17 +1818,17 @@
|
||||
id="waypoint-heading-text"
|
||||
transform="translate(2,0.595158)">
|
||||
<path
|
||||
d="m 216.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 216.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6337"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 223.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 223.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6339"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 231.57474,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 231.57474,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6341"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1807,82 +1843,82 @@
|
||||
id="waypoint-mode-text"
|
||||
transform="translate(0,0.595158)">
|
||||
<path
|
||||
d="m 346.84036,8.3145294 0,6.8027346 1.42969,0 c 1.20703,10e-7 2.08984,-0.273436 2.64844,-0.820313 0.56249,-0.546872 0.84374,-1.410153 0.84375,-2.589843 -1e-5,-1.17187 -0.28126,-2.0292909 -0.84375,-2.5722661 -0.5586,-0.5468675 -1.44141,-0.8203047 -2.64844,-0.8203125 l -1.42969,0 m -1.18359,-0.9726562 2.43164,0 c 1.69531,8.7e-6 2.93945,0.353524 3.73242,1.0605468 0.79296,0.703132 1.18945,1.804693 1.18945,3.304688 0,1.507815 -0.39844,2.615236 -1.19531,3.322265 -0.79688,0.707032 -2.03907,1.060547 -3.72656,1.060547 l -2.43164,0 0,-8.7480468"
|
||||
d="m 346.84036,8.3145294 l 0,6.8027346 l 1.42969,0 c 1.20703,10e-7 2.08984,-0.273436 2.64844,-0.820313 c 0.56249,-0.546872 0.84374,-1.410153 0.84375,-2.589843 c -1e-5,-1.17187 -0.28126,-2.0292909 -0.84375,-2.5722661 c -0.5586,-0.5468675 -1.44141,-0.8203047 -2.64844,-0.8203125 l -1.42969,0 m -1.18359,-0.9726562 l 2.43164,0 c 1.69531,8.7e-6 2.93945,0.353524 3.73242,1.0605468 c 0.79296,0.703132 1.18945,1.804693 1.18945,3.304688 c 0,1.507815 -0.39844,2.615236 -1.19531,3.322265 c -0.79688,0.707032 -2.03907,1.060547 -3.72656,1.060547 l -2.43164,0 l 0,-8.7480468"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6408"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 358.647,10.535233 c -0.1211,-0.07031 -0.25391,-0.121089 -0.39843,-0.152344 -0.14063,-0.03515 -0.29688,-0.05273 -0.46875,-0.05274 -0.60938,6e-6 -1.07813,0.199225 -1.40625,0.597657 -0.32423,0.394536 -0.48633,0.962894 -0.48633,1.705078 l 0,3.457031 -1.08399,0 0,-6.5625 1.08399,0 0,1.019531 c 0.22656,-0.398431 0.52148,-0.6933528 0.88476,-0.8847653 0.36328,-0.1953059 0.80469,-0.2929621 1.32422,-0.2929688 0.0742,6.7e-6 0.15625,0.00587 0.2461,0.017578 0.0898,0.00782 0.18944,0.021491 0.29882,0.041016 l 0.006,1.1074221"
|
||||
d="m 358.647,10.535233 c -0.1211,-0.07031 -0.25391,-0.121089 -0.39843,-0.152344 c -0.14063,-0.03515 -0.29688,-0.05273 -0.46875,-0.05274 c -0.60938,6e-6 -1.07813,0.199225 -1.40625,0.597657 c -0.32423,0.394536 -0.48633,0.962894 -0.48633,1.705078 l 0,3.457031 l -1.08399,0 l 0,-6.5625 l 1.08399,0 l 0,1.019531 c 0.22656,-0.398431 0.52148,-0.6933528 0.88476,-0.8847653 c 0.36328,-0.1953059 0.80469,-0.2929621 1.32422,-0.2929688 c 0.0742,6.7e-6 0.15625,0.00587 0.2461,0.017578 c 0.0898,0.00782 0.18944,0.021491 0.29882,0.041016 l 0.006,1.1074221"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6410"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 359.78958,9.52742 1.07813,0 0,6.5625 -1.07813,0 0,-6.5625 m 0,-2.5546875 1.07813,0 0,1.3652344 -1.07813,0 0,-1.3652344"
|
||||
d="m 359.78958,9.52742 l 1.07813,0 l 0,6.5625 l -1.07813,0 l 0,-6.5625 m 0,-2.5546875 l 1.07813,0 l 0,1.3652344 l -1.07813,0 l 0,-1.3652344"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6412"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 362.34427,9.52742 1.14258,0 2.05078,5.507813 2.05078,-5.507813 1.14258,0 -2.46094,6.5625 -1.46484,0 -2.46094,-6.5625"
|
||||
d="m 362.34427,9.52742 l 1.14258,0 l 2.05078,5.507813 l 2.05078,-5.507813 l 1.14258,0 l -2.46094,6.5625 l -1.46484,0 l -2.46094,-6.5625"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6414"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 375.83255,12.539139 0,0.527344 -4.95703,0 c 0.0469,0.742189 0.26953,1.308595 0.66797,1.699218 0.40234,0.38672 0.96093,0.580079 1.67578,0.580078 0.41406,10e-7 0.81445,-0.05078 1.20117,-0.152343 0.39062,-0.101562 0.77734,-0.253905 1.16016,-0.457032 l 0,1.019532 c -0.38673,0.164062 -0.78321,0.289062 -1.18946,0.375 -0.40625,0.08594 -0.81836,0.128906 -1.23632,0.128906 -1.04688,0 -1.87696,-0.304687 -2.49024,-0.914063 -0.60937,-0.609373 -0.91406,-1.433591 -0.91406,-2.472656 0,-1.074214 0.28906,-1.925776 0.86719,-2.554687 0.58203,-0.6328064 1.36523,-0.9492124 2.34961,-0.9492191 0.8828,6.7e-6 1.58007,0.2851627 2.09179,0.8554691 0.51562,0.566411 0.77343,1.337895 0.77344,2.314453 m -1.07812,-0.316406 c -0.008,-0.58984 -0.17384,-1.060542 -0.49805,-1.41211 -0.32032,-0.351557 -0.7461,-0.527338 -1.27735,-0.527344 -0.60156,6e-6 -1.08398,0.169928 -1.44726,0.509766 -0.35938,0.339849 -0.56641,0.818364 -0.62109,1.435547 l 3.84375,-0.0059"
|
||||
d="m 375.83255,12.539139 l 0,0.527344 l -4.95703,0 c 0.0469,0.742189 0.26953,1.308595 0.66797,1.699218 c 0.40234,0.38672 0.96093,0.580079 1.67578,0.580078 c 0.41406,10e-7 0.81445,-0.05078 1.20117,-0.152343 c 0.39062,-0.101562 0.77734,-0.253905 1.16016,-0.457032 l 0,1.019532 c -0.38673,0.164062 -0.78321,0.289062 -1.18946,0.375 c -0.40625,0.08594 -0.81836,0.128906 -1.23632,0.128906 c -1.04688,0 -1.87696,-0.304687 -2.49024,-0.914063 c -0.60937,-0.609373 -0.91406,-1.433591 -0.91406,-2.472656 c 0,-1.074214 0.28906,-1.925776 0.86719,-2.554687 c 0.58203,-0.6328064 1.36523,-0.9492124 2.34961,-0.9492191 c 0.8828,6.7e-6 1.58007,0.2851627 2.09179,0.8554691 c 0.51562,0.566411 0.77343,1.337895 0.77344,2.314453 m -1.07812,-0.316406 c -0.008,-0.58984 -0.17384,-1.060542 -0.49805,-1.41211 c -0.32032,-0.351557 -0.7461,-0.527338 -1.27735,-0.527344 c -0.60156,6e-6 -1.08398,0.169928 -1.44726,0.509766 c -0.35938,0.339849 -0.56641,0.818364 -0.62109,1.435547 l 3.84375,-0.0059"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6416"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 388.02005,8.0157013 0,1.2480469 c -0.39844,-0.3710866 -0.82423,-0.6484301 -1.27734,-0.8320313 -0.44923,-0.1835859 -0.92774,-0.2753827 -1.43555,-0.2753906 -1,7.9e-6 -1.76563,0.3066482 -2.29688,0.9199219 -0.53125,0.6093814 -0.79687,1.4921928 -0.79687,2.6484378 0,1.152347 0.26562,2.035158 0.79687,2.648437 0.53125,0.609376 1.29688,0.914063 2.29688,0.914063 0.50781,0 0.98632,-0.0918 1.43555,-0.275391 0.45311,-0.183592 0.8789,-0.460936 1.27734,-0.832031 l 0,1.236328 c -0.41407,0.28125 -0.85352,0.492188 -1.31836,0.632812 -0.46094,0.140625 -0.94922,0.210938 -1.46484,0.210938 -1.32423,0 -2.36719,-0.404297 -3.12891,-1.212891 -0.76172,-0.812498 -1.14258,-1.919919 -1.14258,-3.322265 0,-1.406245 0.38086,-2.5136653 1.14258,-3.322266 0.76172,-0.8124915 1.80468,-1.218741 3.12891,-1.21875 0.52343,9e-6 1.01562,0.070321 1.47656,0.2109375 0.46484,0.1367274 0.90038,0.3437584 1.30664,0.6210938"
|
||||
d="m 388.02005,8.0157013 l 0,1.2480469 C 387.62161,8.8926616 387.19582,8.6153181 386.74271,8.4317169 C 386.29348,8.248131 385.81497,8.1563342 385.30716,8.1563263 c -1,7.9e-6 -1.76563,0.3066482 -2.29688,0.9199219 c -0.53125,0.6093814 -0.79687,1.4921928 -0.79687,2.6484378 c 0,1.152347 0.26562,2.035158 0.79687,2.648437 c 0.53125,0.609376 1.29688,0.914063 2.29688,0.914063 c 0.50781,0 0.98632,-0.0918 1.43555,-0.275391 c 0.45311,-0.183592 0.8789,-0.460936 1.27734,-0.832031 l 0,1.236328 c -0.41407,0.28125 -0.85352,0.492188 -1.31836,0.632812 c -0.46094,0.140625 -0.94922,0.210938 -1.46484,0.210938 c -1.32423,0 -2.36719,-0.404297 -3.12891,-1.212891 c -0.76172,-0.812498 -1.14258,-1.919919 -1.14258,-3.322265 c 0,-1.406245 0.38086,-2.5136653 1.14258,-3.322266 c 0.76172,-0.8124915 1.80468,-1.218741 3.12891,-1.21875 c 0.52343,9e-6 1.01562,0.070321 1.47656,0.2109375 c 0.46484,0.1367274 0.90038,0.3437584 1.30664,0.6210938"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6418"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 389.81302,9.52742 1.07812,0 0,6.5625 -1.07812,0 0,-6.5625 m 0,-2.5546875 1.07812,0 0,1.3652344 -1.07812,0 0,-1.3652344"
|
||||
d="m 389.81302,9.52742 l 1.07812,0 l 0,6.5625 l -1.07812,0 l 0,-6.5625 m 0,-2.5546875 l 1.07812,0 l 0,1.3652344 l -1.07812,0 l 0,-1.3652344"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6420"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 396.94388,10.535233 c -0.1211,-0.07031 -0.25391,-0.121089 -0.39844,-0.152344 -0.14063,-0.03515 -0.29688,-0.05273 -0.46875,-0.05274 -0.60938,6e-6 -1.07813,0.199225 -1.40625,0.597657 -0.32422,0.394536 -0.48633,0.962894 -0.48633,1.705078 l 0,3.457031 -1.08398,0 0,-6.5625 1.08398,0 0,1.019531 c 0.22656,-0.398431 0.52148,-0.6933528 0.88477,-0.8847653 0.36328,-0.1953059 0.80468,-0.2929621 1.32422,-0.2929688 0.0742,6.7e-6 0.15624,0.00587 0.24609,0.017578 0.0898,0.00782 0.18945,0.021491 0.29883,0.041016 l 0.006,1.1074221"
|
||||
d="m 396.94388,10.535233 c -0.1211,-0.07031 -0.25391,-0.121089 -0.39844,-0.152344 c -0.14063,-0.03515 -0.29688,-0.05273 -0.46875,-0.05274 c -0.60938,6e-6 -1.07813,0.199225 -1.40625,0.597657 c -0.32422,0.394536 -0.48633,0.962894 -0.48633,1.705078 l 0,3.457031 l -1.08398,0 l 0,-6.5625 l 1.08398,0 l 0,1.019531 c 0.22656,-0.398431 0.52148,-0.6933528 0.88477,-0.8847653 c 0.36328,-0.1953059 0.80468,-0.2929621 1.32422,-0.2929688 c 0.0742,6.7e-6 0.15624,0.00587 0.24609,0.017578 c 0.0898,0.00782 0.18945,0.021491 0.29883,0.041016 l 0.006,1.1074221"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6422"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 402.5513,9.7793732 0,1.0078128 c -0.30469,-0.167964 -0.61133,-0.292963 -0.91992,-0.375 -0.30469,-0.08593 -0.61329,-0.128901 -0.92578,-0.128907 -0.69923,6e-6 -1.24219,0.222662 -1.62891,0.667969 -0.38672,0.441411 -0.58008,1.062504 -0.58008,1.863281 0,0.800784 0.19336,1.42383 0.58008,1.869141 0.38672,0.441407 0.92968,0.66211 1.62891,0.662109 0.31249,10e-7 0.62109,-0.04101 0.92578,-0.123046 0.30859,-0.08594 0.61523,-0.21289 0.91992,-0.38086 l 0,0.996094 c -0.30079,0.140625 -0.61329,0.246094 -0.9375,0.316406 -0.32032,0.07031 -0.66211,0.105469 -1.02539,0.105469 -0.98828,0 -1.77344,-0.310547 -2.35547,-0.931641 -0.58203,-0.621092 -0.87305,-1.458982 -0.87305,-2.513672 0,-1.070308 0.29297,-1.912104 0.87891,-2.52539 0.58984,-0.613275 1.39648,-0.9199154 2.41992,-0.9199221 0.33203,6.7e-6 0.65625,0.035163 0.97266,0.1054688 0.3164,0.066413 0.62304,0.1679752 0.91992,0.3046875"
|
||||
d="m 402.5513,9.7793732 l 0,1.0078128 c -0.30469,-0.167964 -0.61133,-0.292963 -0.91992,-0.375 c -0.30469,-0.08593 -0.61329,-0.128901 -0.92578,-0.128907 c -0.69923,6e-6 -1.24219,0.222662 -1.62891,0.667969 c -0.38672,0.441411 -0.58008,1.062504 -0.58008,1.863281 c 0,0.800784 0.19336,1.42383 0.58008,1.869141 c 0.38672,0.441407 0.92968,0.66211 1.62891,0.662109 c 0.31249,10e-7 0.62109,-0.04101 0.92578,-0.123046 c 0.30859,-0.08594 0.61523,-0.21289 0.91992,-0.38086 l 0,0.996094 c -0.30079,0.140625 -0.61329,0.246094 -0.9375,0.316406 c -0.32032,0.07031 -0.66211,0.105469 -1.02539,0.105469 c -0.98828,0 -1.77344,-0.310547 -2.35547,-0.931641 c -0.58203,-0.621092 -0.87305,-1.458982 -0.87305,-2.513672 c 0,-1.070308 0.29297,-1.912104 0.87891,-2.52539 c 0.58984,-0.613275 1.39648,-0.9199154 2.41992,-0.9199221 c 0.33203,6.7e-6 0.65625,0.035163 0.97266,0.1054688 c 0.3164,0.066413 0.62304,0.1679752 0.91992,0.3046875"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6424"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 404.43802,6.9727325 1.07812,0 0,9.1171875 -1.07812,0 0,-9.1171875"
|
||||
d="m 404.43802,6.9727325 l 1.07812,0 l 0,9.1171875 l -1.07812,0 l 0,-9.1171875"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6426"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 413.37943,12.539139 0,0.527344 -4.95704,0 c 0.0469,0.742189 0.26953,1.308595 0.66797,1.699218 0.40234,0.38672 0.96094,0.580079 1.67578,0.580078 0.41406,10e-7 0.81445,-0.05078 1.20118,-0.152343 0.39061,-0.101562 0.77733,-0.253905 1.16015,-0.457032 l 0,1.019532 c -0.38672,0.164062 -0.78321,0.289062 -1.18945,0.375 -0.40626,0.08594 -0.81837,0.128906 -1.23633,0.128906 -1.04688,0 -1.87695,-0.304687 -2.49023,-0.914063 -0.60938,-0.609373 -0.91407,-1.433591 -0.91407,-2.472656 0,-1.074214 0.28907,-1.925776 0.86719,-2.554687 0.58203,-0.6328064 1.36523,-0.9492124 2.34961,-0.9492191 0.88281,6.7e-6 1.58007,0.2851627 2.0918,0.8554691 0.51562,0.566411 0.77343,1.337895 0.77344,2.314453 m -1.07813,-0.316406 c -0.008,-0.58984 -0.17383,-1.060542 -0.49805,-1.41211 -0.32031,-0.351557 -0.74609,-0.527338 -1.27734,-0.527344 -0.60157,6e-6 -1.08399,0.169928 -1.44727,0.509766 -0.35937,0.339849 -0.5664,0.818364 -0.62109,1.435547 l 3.84375,-0.0059"
|
||||
d="m 413.37943,12.539139 l 0,0.527344 l -4.95704,0 c 0.0469,0.742189 0.26953,1.308595 0.66797,1.699218 c 0.40234,0.38672 0.96094,0.580079 1.67578,0.580078 c 0.41406,10e-7 0.81445,-0.05078 1.20118,-0.152343 c 0.39061,-0.101562 0.77733,-0.253905 1.16015,-0.457032 l 0,1.019532 c -0.38672,0.164062 -0.78321,0.289062 -1.18945,0.375 c -0.40626,0.08594 -0.81837,0.128906 -1.23633,0.128906 c -1.04688,0 -1.87695,-0.304687 -2.49023,-0.914063 c -0.60938,-0.609373 -0.91407,-1.433591 -0.91407,-2.472656 c 0,-1.074214 0.28907,-1.925776 0.86719,-2.554687 c 0.58203,-0.6328064 1.36523,-0.9492124 2.34961,-0.9492191 c 0.88281,6.7e-6 1.58007,0.2851627 2.0918,0.8554691 c 0.51562,0.566411 0.77343,1.337895 0.77344,2.314453 m -1.07813,-0.316406 c -0.008,-0.58984 -0.17383,-1.060542 -0.49805,-1.41211 c -0.32031,-0.351557 -0.74609,-0.527338 -1.27734,-0.527344 c -0.60157,6e-6 -1.08399,0.169928 -1.44727,0.509766 c -0.35937,0.339849 -0.5664,0.818364 -0.62109,1.435547 l 3.84375,-0.0059"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6428"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 423.16458,11.988358 c 0.2539,0.08594 0.5,0.269535 0.73828,0.550781 0.24218,0.281253 0.48437,0.667971 0.72657,1.160156 l 1.20117,2.390625 -1.27149,0 -1.11914,-2.244141 c -0.28907,-0.585934 -0.57032,-0.974606 -0.84375,-1.166015 -0.26953,-0.191403 -0.63867,-0.287106 -1.10742,-0.28711 l -1.28906,0 0,3.697266 -1.1836,0 0,-8.7480468 2.67188,0 c 0.99999,8.7e-6 1.74609,0.2089929 2.23828,0.6269531 0.49218,0.4179764 0.73827,1.0488352 0.73828,1.8925781 -10e-6,0.5507866 -0.12891,1.0078176 -0.38672,1.3710936 -0.25391,0.363286 -0.625,0.615239 -1.11328,0.75586 m -2.96484,-3.6738286 0,3.1054686 1.48828,0 c 0.57031,5e-6 0.99999,-0.130854 1.28906,-0.392578 0.29296,-0.26562 0.43945,-0.654291 0.43945,-1.1660156 0,-0.511712 -0.14649,-0.8964772 -0.43945,-1.1542969 -0.28907,-0.2617111 -0.71875,-0.3925703 -1.28906,-0.3925781 l -1.48828,0"
|
||||
d="m 423.16458,11.988358 c 0.2539,0.08594 0.5,0.269535 0.73828,0.550781 c 0.24218,0.281253 0.48437,0.667971 0.72657,1.160156 l 1.20117,2.390625 l -1.27149,0 l -1.11914,-2.244141 c -0.28907,-0.585934 -0.57032,-0.974606 -0.84375,-1.166015 c -0.26953,-0.191403 -0.63867,-0.287106 -1.10742,-0.28711 l -1.28906,0 l 0,3.697266 l -1.1836,0 l 0,-8.7480468 l 2.67188,0 c 0.99999,8.7e-6 1.74609,0.2089929 2.23828,0.6269531 c 0.49218,0.4179764 0.73827,1.0488352 0.73828,1.8925781 c -10e-6,0.5507866 -0.12891,1.0078176 -0.38672,1.3710936 c -0.25391,0.363286 -0.625,0.615239 -1.11328,0.75586 m -2.96484,-3.6738286 l 0,3.1054686 l 1.48828,0 c 0.57031,5e-6 0.99999,-0.130854 1.28906,-0.392578 c 0.29296,-0.26562 0.43945,-0.654291 0.43945,-1.1660156 c 0,-0.511712 -0.14649,-0.8964772 -0.43945,-1.1542969 c -0.28907,-0.2617111 -0.71875,-0.3925703 -1.28906,-0.3925781 l -1.48828,0"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6430"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 427.31302,9.52742 1.07812,0 0,6.5625 -1.07812,0 0,-6.5625 m 0,-2.5546875 1.07812,0 0,1.3652344 -1.07812,0 0,-1.3652344"
|
||||
d="m 427.31302,9.52742 l 1.07812,0 l 0,6.5625 l -1.07812,0 l 0,-6.5625 m 0,-2.5546875 l 1.07812,0 l 0,1.3652344 l -1.07812,0 l 0,-1.3652344"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6432"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 434.9595,11.12392 c 0,-0.662783 -0.16211,-1.1764411 -0.48632,-1.5409771 -0.32032,-0.3645275 -0.77149,-0.5467938 -1.35352,-0.546798 -0.57813,4.2e-6 -1.0293,0.1822705 -1.35352,0.546798 -0.32031,0.364536 -0.48047,0.8781941 -0.48046,1.5409771 -1e-5,0.659473 0.16015,1.171476 0.48046,1.536006 0.32422,0.364533 0.77539,0.546798 1.35352,0.546798 0.58203,0 1.0332,-0.182265 1.35352,-0.546798 0.32421,-0.36453 0.48632,-0.876533 0.48632,-1.536006 m 1.07813,2.157367 c -10e-6,0.947784 -0.24805,1.651992 -0.74414,2.11263 -0.4961,0.463948 -1.25587,0.695922 -2.2793,0.695925 -0.37891,-3e-6 -0.73633,-0.02486 -1.07226,-0.07456 -0.33594,-0.0464 -0.66212,-0.119303 -0.97852,-0.218719 l 0,-0.889789 c 0.3164,0.145811 0.6289,0.253513 0.9375,0.323107 0.30859,0.06959 0.62304,0.104387 0.94336,0.104389 0.70703,-2e-6 1.23632,-0.157413 1.58789,-0.472235 0.35156,-0.31151 0.52734,-0.783744 0.52734,-1.416705 l 0,-0.452351 c -0.22266,0.32808 -0.50781,0.57331 -0.85547,0.735693 -0.34766,0.162382 -0.76367,0.243573 -1.24804,0.243573 -0.80469,0 -1.45313,-0.260143 -1.94531,-0.78043 -0.49219,-0.520286 -0.73829,-1.209582 -0.73829,-2.067892 0,-0.861617 0.2461,-1.5525709 0.73829,-2.0728617 0.49218,-0.5202815 1.14062,-0.7804247 1.94531,-0.7804304 0.48437,5.7e-6 0.90038,0.081197 1.24804,0.2435738 0.34766,0.1623878 0.63281,0.4076183 0.85547,0.7356923 l 0,-0.845052 1.07813,0 0,4.876446"
|
||||
d="m 434.9595,11.12392 c 0,-0.662783 -0.16211,-1.1764411 -0.48632,-1.5409771 c -0.32032,-0.3645275 -0.77149,-0.5467938 -1.35352,-0.546798 c -0.57813,4.2e-6 -1.0293,0.1822705 -1.35352,0.546798 c -0.32031,0.364536 -0.48047,0.8781941 -0.48046,1.5409771 c -1e-5,0.659473 0.16015,1.171476 0.48046,1.536006 c 0.32422,0.364533 0.77539,0.546798 1.35352,0.546798 c 0.58203,0 1.0332,-0.182265 1.35352,-0.546798 c 0.32421,-0.36453 0.48632,-0.876533 0.48632,-1.536006 m 1.07813,2.157367 c -10e-6,0.947784 -0.24805,1.651992 -0.74414,2.11263 c -0.4961,0.463948 -1.25587,0.695922 -2.2793,0.695925 c -0.37891,-3e-6 -0.73633,-0.02486 -1.07226,-0.07456 c -0.33594,-0.0464 -0.66212,-0.119303 -0.97852,-0.218719 l 0,-0.889789 c 0.3164,0.145811 0.6289,0.253513 0.9375,0.323107 c 0.30859,0.06959 0.62304,0.104387 0.94336,0.104389 c 0.70703,-2e-6 1.23632,-0.157413 1.58789,-0.472235 c 0.35156,-0.31151 0.52734,-0.783744 0.52734,-1.416705 l 0,-0.452351 c -0.22266,0.32808 -0.50781,0.57331 -0.85547,0.735693 c -0.34766,0.162382 -0.76367,0.243573 -1.24804,0.243573 c -0.80469,0 -1.45313,-0.260143 -1.94531,-0.78043 c -0.49219,-0.520286 -0.73829,-1.209582 -0.73829,-2.067892 c 0,-0.861617 0.2461,-1.5525709 0.73829,-2.0728617 c 0.49218,-0.5202815 1.14062,-0.7804247 1.94531,-0.7804304 c 0.48437,5.7e-6 0.90038,0.081197 1.24804,0.2435738 c 0.34766,0.1623878 0.63281,0.4076183 0.85547,0.7356923 l 0,-0.845052 l 1.07813,0 l 0,4.876446"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6434"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 443.71341,12.128983 0,3.960937 -1.07813,0 0,-3.925781 c 0,-0.621089 -0.12109,-1.085933 -0.36328,-1.394531 -0.24219,-0.308589 -0.60547,-0.462885 -1.08984,-0.462891 -0.58204,6e-6 -1.04102,0.185552 -1.37695,0.556641 -0.33594,0.371098 -0.50391,0.876957 -0.50391,1.517578 l 0,3.708984 -1.08398,0 0,-9.1171875 1.08398,0 0,3.5742185 c 0.25781,-0.394525 0.56054,-0.6894466 0.9082,-0.8847653 0.35156,-0.1953059 0.75586,-0.2929621 1.21289,-0.2929688 0.7539,6.7e-6 1.32422,0.2343815 1.71094,0.7031251 0.38671,0.464849 0.58007,1.150395 0.58008,2.056641"
|
||||
d="m 443.71341,12.128983 l 0,3.960937 l -1.07813,0 l 0,-3.925781 c 0,-0.621089 -0.12109,-1.085933 -0.36328,-1.394531 c -0.24219,-0.308589 -0.60547,-0.462885 -1.08984,-0.462891 c -0.58204,6e-6 -1.04102,0.185552 -1.37695,0.556641 c -0.33594,0.371098 -0.50391,0.876957 -0.50391,1.517578 l 0,3.708984 l -1.08398,0 l 0,-9.1171875 l 1.08398,0 l 0,3.5742185 c 0.25781,-0.394525 0.56054,-0.6894466 0.9082,-0.8847653 c 0.35156,-0.1953059 0.75586,-0.2929621 1.21289,-0.2929688 c 0.7539,6.7e-6 1.32422,0.2343815 1.71094,0.7031251 c 0.38671,0.464849 0.58007,1.150395 0.58008,2.056641"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6436"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 446.94193,7.6641388 0,1.8632812 2.2207,0 0,0.837891 -2.2207,0 0,3.5625 c -1e-5,0.535158 0.0723,0.878907 0.21679,1.03125 0.14844,0.152344 0.44726,0.228516 0.89649,0.228515 l 1.10742,0 0,0.902344 -1.10742,0 c -0.83204,0 -1.40626,-0.154297 -1.72266,-0.462891 -0.31641,-0.312499 -0.47461,-0.878904 -0.47461,-1.699218 l 0,-3.5625 -0.79101,0 0,-0.837891 0.79101,0 0,-1.8632812 1.08399,0"
|
||||
d="m 446.94193,7.6641388 l 0,1.8632812 l 2.2207,0 l 0,0.837891 l -2.2207,0 l 0,3.5625 c -1e-5,0.535158 0.0723,0.878907 0.21679,1.03125 c 0.14844,0.152344 0.44726,0.228516 0.89649,0.228515 l 1.10742,0 l 0,0.902344 l -1.10742,0 c -0.83204,0 -1.40626,-0.154297 -1.72266,-0.462891 c -0.31641,-0.312499 -0.47461,-0.878904 -0.47461,-1.699218 l 0,-3.5625 l -0.79101,0 l 0,-0.837891 l 0.79101,0 l 0,-1.8632812 l 1.08399,0"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6438"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1898,57 +1934,57 @@
|
||||
id="waypoint-description-text"
|
||||
transform="translate(30,0.595158)">
|
||||
<path
|
||||
d="m 217.92825,10.523514 0,-3.5507815 1.07813,0 0,9.1171875 -1.07813,0 0,-0.984375 c -0.22656,0.390626 -0.51367,0.681641 -0.86132,0.873047 -0.34376,0.1875 -0.75782,0.28125 -1.24219,0.28125 -0.79297,0 -1.43946,-0.316406 -1.93946,-0.949219 -0.49609,-0.632811 -0.74414,-1.464841 -0.74414,-2.496094 0,-1.031245 0.24805,-1.863276 0.74414,-2.496093 0.5,-0.6328064 1.14649,-0.9492124 1.93946,-0.9492191 0.48437,6.7e-6 0.89843,0.09571 1.24219,0.2871094 0.34765,0.1875062 0.63476,0.4765687 0.86132,0.8671877 m -3.67382,2.291015 c -1e-5,0.792972 0.1621,1.416018 0.48632,1.869141 0.32813,0.44922 0.77734,0.673829 1.34766,0.673828 0.57031,1e-6 1.01953,-0.224608 1.34766,-0.673828 0.32812,-0.453123 0.49218,-1.076169 0.49218,-1.869141 0,-0.792964 -0.16406,-1.414057 -0.49218,-1.863281 -0.32813,-0.453119 -0.77735,-0.679682 -1.34766,-0.679687 -0.57032,5e-6 -1.01953,0.226568 -1.34766,0.679687 -0.32422,0.449224 -0.48633,1.070317 -0.48632,1.863281"
|
||||
d="m 217.92825,10.523514 l 0,-3.5507815 l 1.07813,0 l 0,9.1171875 l -1.07813,0 l 0,-0.984375 c -0.22656,0.390626 -0.51367,0.681641 -0.86132,0.873047 c -0.34376,0.1875 -0.75782,0.28125 -1.24219,0.28125 c -0.79297,0 -1.43946,-0.316406 -1.93946,-0.949219 c -0.49609,-0.632811 -0.74414,-1.464841 -0.74414,-2.496094 c 0,-1.031245 0.24805,-1.863276 0.74414,-2.496093 c 0.5,-0.6328064 1.14649,-0.9492124 1.93946,-0.9492191 c 0.48437,6.7e-6 0.89843,0.09571 1.24219,0.2871094 c 0.34765,0.1875062 0.63476,0.4765687 0.86132,0.8671877 m -3.67382,2.291015 c -1e-5,0.792972 0.1621,1.416018 0.48632,1.869141 c 0.32813,0.44922 0.77734,0.673829 1.34766,0.673828 c 0.57031,1e-6 1.01953,-0.224608 1.34766,-0.673828 c 0.32812,-0.453123 0.49218,-1.076169 0.49218,-1.869141 c 0,-0.792964 -0.16406,-1.414057 -0.49218,-1.863281 c -0.32813,-0.453119 -0.77735,-0.679682 -1.34766,-0.679687 c -0.57032,5e-6 -1.01953,0.226568 -1.34766,0.679687 c -0.32422,0.449224 -0.48633,1.070317 -0.48632,1.863281"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6344"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 226.84036,12.539139 0,0.527344 -4.95703,0 c 0.0469,0.742189 0.26953,1.308595 0.66797,1.699218 0.40234,0.38672 0.96093,0.580079 1.67578,0.580078 0.41406,10e-7 0.81445,-0.05078 1.20117,-0.152343 0.39062,-0.101562 0.77734,-0.253905 1.16016,-0.457032 l 0,1.019532 c -0.38673,0.164062 -0.78321,0.289062 -1.18945,0.375 -0.40626,0.08594 -0.81837,0.128906 -1.23633,0.128906 -1.04688,0 -1.87696,-0.304687 -2.49024,-0.914063 -0.60937,-0.609373 -0.91406,-1.433591 -0.91406,-2.472656 0,-1.074214 0.28906,-1.925776 0.86719,-2.554687 0.58203,-0.6328064 1.36523,-0.9492124 2.34961,-0.9492191 0.88281,6.7e-6 1.58007,0.2851627 2.0918,0.8554691 0.51561,0.566411 0.77343,1.337895 0.77343,2.314453 m -1.07812,-0.316406 c -0.008,-0.58984 -0.17384,-1.060542 -0.49805,-1.41211 -0.32032,-0.351557 -0.7461,-0.527338 -1.27734,-0.527344 -0.60157,6e-6 -1.08399,0.169928 -1.44727,0.509766 -0.35938,0.339849 -0.56641,0.818364 -0.62109,1.435547 l 3.84375,-0.0059"
|
||||
d="m 226.84036,12.539139 l 0,0.527344 l -4.95703,0 c 0.0469,0.742189 0.26953,1.308595 0.66797,1.699218 c 0.40234,0.38672 0.96093,0.580079 1.67578,0.580078 c 0.41406,10e-7 0.81445,-0.05078 1.20117,-0.152343 c 0.39062,-0.101562 0.77734,-0.253905 1.16016,-0.457032 l 0,1.019532 c -0.38673,0.164062 -0.78321,0.289062 -1.18945,0.375 c -0.40626,0.08594 -0.81837,0.128906 -1.23633,0.128906 c -1.04688,0 -1.87696,-0.304687 -2.49024,-0.914063 c -0.60937,-0.609373 -0.91406,-1.433591 -0.91406,-2.472656 c 0,-1.074214 0.28906,-1.925776 0.86719,-2.554687 c 0.58203,-0.6328064 1.36523,-0.9492124 2.34961,-0.9492191 c 0.88281,6.7e-6 1.58007,0.2851627 2.0918,0.8554691 c 0.51561,0.566411 0.77343,1.337895 0.77343,2.314453 m -1.07812,-0.316406 c -0.008,-0.58984 -0.17384,-1.060542 -0.49805,-1.41211 c -0.32032,-0.351557 -0.7461,-0.527338 -1.27734,-0.527344 c -0.60157,6e-6 -1.08399,0.169928 -1.44727,0.509766 c -0.35938,0.339849 -0.56641,0.818364 -0.62109,1.435547 l 3.84375,-0.0059"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6346"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 232.79349,9.7207794 0,1.0195316 c -0.30469,-0.156245 -0.6211,-0.273432 -0.94922,-0.351563 -0.32813,-0.07812 -0.66797,-0.117182 -1.01953,-0.117187 -0.53516,5e-6 -0.9375,0.08204 -1.20703,0.246093 -0.26563,0.164068 -0.39844,0.410162 -0.39844,0.738282 0,0.250004 0.0957,0.44727 0.28711,0.591797 0.1914,0.140629 0.57617,0.275394 1.1543,0.404296 l 0.36914,0.08203 c 0.76562,0.164066 1.30858,0.396487 1.6289,0.697265 0.32422,0.296878 0.48632,0.712893 0.48633,1.248047 -1e-5,0.609376 -0.24219,1.091798 -0.72656,1.447266 -0.48048,0.355469 -1.14258,0.533203 -1.98633,0.533203 -0.35157,0 -0.71875,-0.03516 -1.10156,-0.105469 -0.37891,-0.06641 -0.7793,-0.167968 -1.20117,-0.304687 l 0,-1.113282 c 0.39843,0.207033 0.79101,0.363283 1.17773,0.46875 0.38672,0.101564 0.76953,0.152345 1.14844,0.152344 0.50781,1e-6 0.89843,-0.08594 1.17187,-0.257812 0.27344,-0.17578 0.41015,-0.421874 0.41016,-0.738282 -1e-5,-0.292966 -0.0996,-0.517575 -0.29883,-0.673828 -0.19532,-0.156247 -0.62696,-0.306638 -1.29492,-0.451172 l -0.375,-0.08789 c -0.66797,-0.140622 -1.15039,-0.355466 -1.44727,-0.644531 -0.29687,-0.292965 -0.44531,-0.693356 -0.44531,-1.201172 0,-0.617182 0.21875,-1.093744 0.65625,-1.4296878 0.4375,-0.335931 1.05859,-0.5038996 1.86328,-0.5039063 0.39844,6.7e-6 0.77343,0.029304 1.125,0.087891 0.35156,0.0586 0.67578,0.1464909 0.97266,0.2636719"
|
||||
d="m 232.79349,9.7207794 l 0,1.0195316 c -0.30469,-0.156245 -0.6211,-0.273432 -0.94922,-0.351563 c -0.32813,-0.07812 -0.66797,-0.117182 -1.01953,-0.117187 c -0.53516,5e-6 -0.9375,0.08204 -1.20703,0.246093 c -0.26563,0.164068 -0.39844,0.410162 -0.39844,0.738282 c 0,0.250004 0.0957,0.44727 0.28711,0.591797 c 0.1914,0.140629 0.57617,0.275394 1.1543,0.404296 l 0.36914,0.08203 c 0.76562,0.164066 1.30858,0.396487 1.6289,0.697265 c 0.32422,0.296878 0.48632,0.712893 0.48633,1.248047 c -1e-5,0.609376 -0.24219,1.091798 -0.72656,1.447266 c -0.48048,0.355469 -1.14258,0.533203 -1.98633,0.533203 c -0.35157,0 -0.71875,-0.03516 -1.10156,-0.105469 c -0.37891,-0.06641 -0.7793,-0.167968 -1.20117,-0.304687 l 0,-1.113282 c 0.39843,0.207033 0.79101,0.363283 1.17773,0.46875 c 0.38672,0.101564 0.76953,0.152345 1.14844,0.152344 c 0.50781,1e-6 0.89843,-0.08594 1.17187,-0.257812 c 0.27344,-0.17578 0.41015,-0.421874 0.41016,-0.738282 c -1e-5,-0.292966 -0.0996,-0.517575 -0.29883,-0.673828 c -0.19532,-0.156247 -0.62696,-0.306638 -1.29492,-0.451172 l -0.375,-0.08789 c -0.66797,-0.140622 -1.15039,-0.355466 -1.44727,-0.644531 c -0.29687,-0.292965 -0.44531,-0.693356 -0.44531,-1.201172 c 0,-0.617182 0.21875,-1.093744 0.65625,-1.4296878 c 0.4375,-0.335931 1.05859,-0.5038996 1.86328,-0.5039063 c 0.39844,6.7e-6 0.77343,0.029304 1.125,0.087891 c 0.35156,0.0586 0.67578,0.1464909 0.97266,0.2636719"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6348"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 239.59036,9.7793732 0,1.0078128 c -0.30469,-0.167964 -0.61133,-0.292963 -0.91992,-0.375 -0.30469,-0.08593 -0.61328,-0.128901 -0.92578,-0.128907 -0.69922,6e-6 -1.24219,0.222662 -1.62891,0.667969 -0.38672,0.441411 -0.58008,1.062504 -0.58007,1.863281 -1e-5,0.800784 0.19335,1.42383 0.58007,1.869141 0.38672,0.441407 0.92969,0.66211 1.62891,0.662109 0.3125,10e-7 0.62109,-0.04101 0.92578,-0.123046 0.30859,-0.08594 0.61523,-0.21289 0.91992,-0.38086 l 0,0.996094 c -0.30078,0.140625 -0.61328,0.246094 -0.9375,0.316406 -0.32031,0.07031 -0.66211,0.105469 -1.02539,0.105469 -0.98828,0 -1.77344,-0.310547 -2.35547,-0.931641 -0.58203,-0.621092 -0.87304,-1.458982 -0.87304,-2.513672 0,-1.070308 0.29296,-1.912104 0.8789,-2.52539 0.58984,-0.613275 1.39648,-0.9199154 2.41992,-0.9199221 0.33203,6.7e-6 0.65625,0.035163 0.97266,0.1054688 0.3164,0.066413 0.62304,0.1679752 0.91992,0.3046875"
|
||||
d="m 239.59036,9.7793732 l 0,1.0078128 c -0.30469,-0.167964 -0.61133,-0.292963 -0.91992,-0.375 c -0.30469,-0.08593 -0.61328,-0.128901 -0.92578,-0.128907 c -0.69922,6e-6 -1.24219,0.222662 -1.62891,0.667969 c -0.38672,0.441411 -0.58008,1.062504 -0.58007,1.863281 c -1e-5,0.800784 0.19335,1.42383 0.58007,1.869141 c 0.38672,0.441407 0.92969,0.66211 1.62891,0.662109 c 0.3125,10e-7 0.62109,-0.04101 0.92578,-0.123046 c 0.30859,-0.08594 0.61523,-0.21289 0.91992,-0.38086 l 0,0.996094 c -0.30078,0.140625 -0.61328,0.246094 -0.9375,0.316406 c -0.32031,0.07031 -0.66211,0.105469 -1.02539,0.105469 c -0.98828,0 -1.77344,-0.310547 -2.35547,-0.931641 c -0.58203,-0.621092 -0.87304,-1.458982 -0.87304,-2.513672 c 0,-1.070308 0.29296,-1.912104 0.8789,-2.52539 c 0.58984,-0.613275 1.39648,-0.9199154 2.41992,-0.9199221 c 0.33203,6.7e-6 0.65625,0.035163 0.97266,0.1054688 c 0.3164,0.066413 0.62304,0.1679752 0.91992,0.3046875"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6350"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 245.27982,10.535233 c -0.1211,-0.07031 -0.25392,-0.121089 -0.39844,-0.152344 -0.14063,-0.03515 -0.29688,-0.05273 -0.46875,-0.05274 -0.60938,6e-6 -1.07813,0.199225 -1.40625,0.597657 -0.32422,0.394536 -0.48633,0.962894 -0.48633,1.705078 l 0,3.457031 -1.08398,0 0,-6.5625 1.08398,0 0,1.019531 c 0.22656,-0.398431 0.52148,-0.6933528 0.88477,-0.8847653 0.36327,-0.1953059 0.80468,-0.2929621 1.32421,-0.2929688 0.0742,6.7e-6 0.15625,0.00587 0.2461,0.017578 0.0898,0.00782 0.18945,0.021491 0.29883,0.041016 l 0.006,1.1074221"
|
||||
d="m 245.27982,10.535233 c -0.1211,-0.07031 -0.25392,-0.121089 -0.39844,-0.152344 c -0.14063,-0.03515 -0.29688,-0.05273 -0.46875,-0.05274 c -0.60938,6e-6 -1.07813,0.199225 -1.40625,0.597657 c -0.32422,0.394536 -0.48633,0.962894 -0.48633,1.705078 l 0,3.457031 l -1.08398,0 l 0,-6.5625 l 1.08398,0 l 0,1.019531 c 0.22656,-0.398431 0.52148,-0.6933528 0.88477,-0.8847653 c 0.36327,-0.1953059 0.80468,-0.2929621 1.32421,-0.2929688 c 0.0742,6.7e-6 0.15625,0.00587 0.2461,0.017578 c 0.0898,0.00782 0.18945,0.021491 0.29883,0.041016 l 0.006,1.1074221"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6352"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 246.42239,9.52742 1.07813,0 0,6.5625 -1.07813,0 0,-6.5625 m 0,-2.5546875 1.07813,0 0,1.3652344 -1.07813,0 0,-1.3652344"
|
||||
d="m 246.42239,9.52742 l 1.07813,0 l 0,6.5625 l -1.07813,0 l 0,-6.5625 m 0,-2.5546875 l 1.07813,0 l 0,1.3652344 l -1.07813,0 l 0,-1.3652344"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6354"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 250.79349,13.241815 0,3.018027 -1.08399,0 0,-7.855 1.08399,0 0,0.8637453 c 0.22656,-0.3387183 0.51171,-0.5893738 0.85547,-0.7519665 0.34765,-0.1659688 0.76171,-0.248956 1.24218,-0.2489618 0.79687,5.8e-6 1.44336,0.2743717 1.93946,0.8230986 0.49999,0.5487361 0.74999,1.2702174 0.75,2.1644434 -1e-5,0.894232 -0.25001,1.615713 -0.75,2.164443 -0.4961,0.548733 -1.14259,0.823099 -1.93946,0.823099 -0.48047,0 -0.89453,-0.08129 -1.24218,-0.243881 -0.34376,-0.165974 -0.62891,-0.418323 -0.85547,-0.757047 m 3.66797,-1.986614 c -10e-6,-0.687605 -0.16407,-1.226175 -0.49219,-1.6157117 -0.32422,-0.3929141 -0.77149,-0.5893742 -1.3418,-0.5893786 -0.57031,4.4e-6 -1.01953,0.1964645 -1.34765,0.5893786 -0.32423,0.3895367 -0.48633,0.9281067 -0.48633,1.6157117 0,0.687611 0.1621,1.227875 0.48633,1.620792 0.32812,0.389533 0.77734,0.584299 1.34765,0.584298 0.57031,1e-6 1.01758,-0.194765 1.3418,-0.584298 0.32812,-0.392917 0.49218,-0.933181 0.49219,-1.620792"
|
||||
d="m 250.79349,13.241815 l 0,3.018027 l -1.08399,0 l 0,-7.855 l 1.08399,0 l 0,0.8637453 c 0.22656,-0.3387183 0.51171,-0.5893738 0.85547,-0.7519665 c 0.34765,-0.1659688 0.76171,-0.248956 1.24218,-0.2489618 c 0.79687,5.8e-6 1.44336,0.2743717 1.93946,0.8230986 c 0.49999,0.5487361 0.74999,1.2702174 0.75,2.1644434 c -1e-5,0.894232 -0.25001,1.615713 -0.75,2.164443 c -0.4961,0.548733 -1.14259,0.823099 -1.93946,0.823099 c -0.48047,0 -0.89453,-0.08129 -1.24218,-0.243881 c -0.34376,-0.165974 -0.62891,-0.418323 -0.85547,-0.757047 m 3.66797,-1.986614 c -10e-6,-0.687605 -0.16407,-1.226175 -0.49219,-1.6157117 c -0.32422,-0.3929141 -0.77149,-0.5893742 -1.3418,-0.5893786 c -0.57031,4.4e-6 -1.01953,0.1964645 -1.34765,0.5893786 c -0.32423,0.3895367 -0.48633,0.9281067 -0.48633,1.6157117 c 0,0.687611 0.1621,1.227875 0.48633,1.620792 c 0.32812,0.389533 0.77734,0.584299 1.34765,0.584298 c 0.57031,1e-6 1.01758,-0.194765 1.3418,-0.584298 c 0.32812,-0.392917 0.49218,-0.933181 0.49219,-1.620792"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6356"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 258.43411,7.6641388 0,1.8632812 2.22071,0 0,0.837891 -2.22071,0 0,3.5625 c 0,0.535158 0.0723,0.878907 0.2168,1.03125 0.14843,0.152344 0.44726,0.228516 0.89648,0.228515 l 1.10743,0 0,0.902344 -1.10743,0 c -0.83203,0 -1.40625,-0.154297 -1.72265,-0.462891 -0.31641,-0.312499 -0.47461,-0.878904 -0.47461,-1.699218 l 0,-3.5625 -0.79102,0 0,-0.837891 0.79102,0 0,-1.8632812 1.08398,0"
|
||||
d="m 258.43411,7.6641388 l 0,1.8632812 l 2.22071,0 l 0,0.837891 l -2.22071,0 l 0,3.5625 c 0,0.535158 0.0723,0.878907 0.2168,1.03125 c 0.14843,0.152344 0.44726,0.228516 0.89648,0.228515 l 1.10743,0 l 0,0.902344 l -1.10743,0 c -0.83203,0 -1.40625,-0.154297 -1.72265,-0.462891 c -0.31641,-0.312499 -0.47461,-0.878904 -0.47461,-1.699218 l 0,-3.5625 l -0.79102,0 l 0,-0.837891 l 0.79102,0 l 0,-1.8632812 l 1.08398,0"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6358"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 262.07864,9.52742 1.07813,0 0,6.5625 -1.07813,0 0,-6.5625 m 0,-2.5546875 1.07813,0 0,1.3652344 -1.07813,0 0,-1.3652344"
|
||||
d="m 262.07864,9.52742 l 1.07813,0 l 0,6.5625 l -1.07813,0 l 0,-6.5625 m 0,-2.5546875 l 1.07813,0 l 0,1.3652344 l -1.07813,0 l 0,-1.3652344"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6360"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 267.94974,10.283279 c -0.57813,6e-6 -1.03516,0.226568 -1.3711,0.679688 -0.33594,0.449223 -0.5039,1.06641 -0.5039,1.851562 0,0.785159 0.16601,1.404299 0.49804,1.857422 0.33594,0.44922 0.79492,0.673829 1.37696,0.673828 0.57421,10e-7 1.02929,-0.226561 1.36523,-0.679687 0.33593,-0.453123 0.5039,-1.07031 0.50391,-1.851563 -10e-6,-0.777339 -0.16798,-1.392573 -0.50391,-1.845703 -0.33594,-0.457025 -0.79102,-0.685541 -1.36523,-0.685547 m 0,-0.9140621 c 0.93749,6.7e-6 1.67382,0.3046939 2.20898,0.9140621 0.53515,0.609381 0.80273,1.45313 0.80274,2.53125 -10e-6,1.074221 -0.26759,1.917971 -0.80274,2.53125 -0.53516,0.609376 -1.27149,0.914063 -2.20898,0.914063 -0.94141,0 -1.67969,-0.304687 -2.21485,-0.914063 -0.53125,-0.613279 -0.79687,-1.457029 -0.79687,-2.53125 0,-1.07812 0.26562,-1.921869 0.79687,-2.53125 0.53516,-0.6093682 1.27344,-0.9140554 2.21485,-0.9140621"
|
||||
d="m 267.94974,10.283279 c -0.57813,6e-6 -1.03516,0.226568 -1.3711,0.679688 c -0.33594,0.449223 -0.5039,1.06641 -0.5039,1.851562 c 0,0.785159 0.16601,1.404299 0.49804,1.857422 c 0.33594,0.44922 0.79492,0.673829 1.37696,0.673828 c 0.57421,10e-7 1.02929,-0.226561 1.36523,-0.679687 c 0.33593,-0.453123 0.5039,-1.07031 0.50391,-1.851563 c -10e-6,-0.777339 -0.16798,-1.392573 -0.50391,-1.845703 c -0.33594,-0.457025 -0.79102,-0.685541 -1.36523,-0.685547 m 0,-0.9140621 c 0.93749,6.7e-6 1.67382,0.3046939 2.20898,0.9140621 c 0.53515,0.609381 0.80273,1.45313 0.80274,2.53125 c -10e-6,1.074221 -0.26759,1.917971 -0.80274,2.53125 c -0.53516,0.609376 -1.27149,0.914063 -2.20898,0.914063 c -0.94141,0 -1.67969,-0.304687 -2.21485,-0.914063 c -0.53125,-0.613279 -0.79687,-1.457029 -0.79687,-2.53125 c 0,-1.07812 0.26562,-1.921869 0.79687,-2.53125 c 0.53516,-0.6093682 1.27344,-0.9140554 2.21485,-0.9140621"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6362"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 278.19778,12.128983 0,3.960937 -1.07812,0 0,-3.925781 c -1e-5,-0.621089 -0.1211,-1.085933 -0.36328,-1.394531 -0.24219,-0.308589 -0.60548,-0.462885 -1.08985,-0.462891 -0.58203,6e-6 -1.04101,0.185552 -1.37695,0.556641 -0.33594,0.371098 -0.50391,0.876957 -0.5039,1.517578 l 0,3.708984 -1.08399,0 0,-6.5625 1.08399,0 0,1.019531 c 0.25781,-0.394525 0.56054,-0.6894466 0.9082,-0.8847653 0.35156,-0.1953059 0.75585,-0.2929621 1.21289,-0.2929688 0.7539,6.7e-6 1.32421,0.2343815 1.71094,0.7031251 0.38671,0.464849 0.58007,1.150395 0.58007,2.056641"
|
||||
d="m 278.19778,12.128983 l 0,3.960937 l -1.07812,0 l 0,-3.925781 c -1e-5,-0.621089 -0.1211,-1.085933 -0.36328,-1.394531 c -0.24219,-0.308589 -0.60548,-0.462885 -1.08985,-0.462891 c -0.58203,6e-6 -1.04101,0.185552 -1.37695,0.556641 c -0.33594,0.371098 -0.50391,0.876957 -0.5039,1.517578 l 0,3.708984 l -1.08399,0 l 0,-6.5625 l 1.08399,0 l 0,1.019531 c 0.25781,-0.394525 0.56054,-0.6894466 0.9082,-0.8847653 c 0.35156,-0.1953059 0.75585,-0.2929621 1.21289,-0.2929688 c 0.7539,6.7e-6 1.32421,0.2343815 1.71094,0.7031251 c 0.38671,0.464849 0.58007,1.150395 0.58007,2.056641"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
id="path6364"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -1961,7 +1997,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3957"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 309.28568,10.810623 -1.70508,0 -0.49219,1.957031 1.7168,0 0.48047,-1.957031 m -0.87891,-3.3339842 -0.60938,2.4316406 1.71094,0 0.61524,-2.4316406 0.9375,0 -0.60352,2.4316406 1.82813,0 0,0.9023436 -2.05665,0 -0.48046,1.957031 1.86328,0 0,0.896485 -2.0918,0 -0.60937,2.425781 -0.9375,0 0.60351,-2.425781 -1.7168,0 -0.60351,2.425781 -0.94336,0 0.60937,-2.425781 -1.8457,0 0,-0.896485 2.0625,0 0.49219,-1.957031 -1.88672,0 0,-0.9023436 2.11523,0 0.59766,-2.4316406 0.94922,0" />
|
||||
d="m 309.28568,10.810623 l -1.70508,0 l -0.49219,1.957031 l 1.7168,0 l 0.48047,-1.957031 m -0.87891,-3.3339842 l -0.60938,2.4316406 l 1.71094,0 l 0.61524,-2.4316406 l 0.9375,0 l -0.60352,2.4316406 l 1.82813,0 l 0,0.9023436 l -2.05665,0 l -0.48046,1.957031 l 1.86328,0 l 0,0.896485 l -2.0918,0 l -0.60937,2.425781 l -0.9375,0 l 0.60351,-2.425781 l -1.7168,0 l -0.60351,2.425781 l -0.94336,0 l 0.60937,-2.425781 l -1.8457,0 l 0,-0.896485 l 2.0625,0 l 0.49219,-1.957031 l -1.88672,0 l 0,-0.9023436 l 2.11523,0 l 0.59766,-2.4316406 l 0.94922,0" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
@ -1977,42 +2013,42 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3882"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 303.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 303.29349,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3884"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 310.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 310.93411,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3886"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 318.57474,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 318.57474,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3888"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 326.21536,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 326.21536,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3890"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 333.85599,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 333.85599,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3892"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 341.49661,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 341.49661,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3894"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 349.13724,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 349.13724,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37696,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.3086,0.597657 0.76758,0.896485 1.37696,0.896484 c 0.61327,1e-6 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.601561 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.20312 -0.1543,-2.103509 -0.46289,-2.701172 c -0.30469,-0.601555 -0.76368,-0.902336 -1.37695,-0.902344 m 0,-0.9375 c 0.98046,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51952,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25978,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.476557 0.25781,-2.601556 0.77344,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3896"
|
||||
style="font-size:12px;fill:#ff00ff"
|
||||
d="m 356.77786,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 0,1.199222 0.15234,2.099611 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
d="m 356.77786,23.12117 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45703,1.498052 -0.45703,2.701172 c 0,1.199222 0.15234,2.099611 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,1e-6 1.07226,-0.298827 1.37696,-0.896484 c 0.30858,-0.601561 0.46288,-1.50195 0.46289,-2.701172 c -10e-6,-1.20312 -0.15431,-2.103509 -0.46289,-2.701172 c -0.3047,-0.601555 -0.76368,-0.902336 -1.37696,-0.902344 m 0,-0.9375 c 0.98047,9e-6 1.72851,0.38868 2.24414,1.166016 c 0.51953,0.773444 0.77929,1.898443 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773437 -1.26367,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386719 -2.25,-1.160156 c -0.51562,-0.777342 -0.77344,-1.902341 -0.77343,-3.375 c -1e-5,-1.476557 0.25781,-2.601556 0.77343,-3.375 c 0.51953,-0.777336 1.26953,-1.166007 2.25,-1.166016" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
@ -2034,35 +2070,35 @@
|
||||
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="telemetry-status">
|
||||
<path
|
||||
d="m 128.40151,44.014168 0,-6.313477 -2.3584,0 0,-0.844726 5.67383,0 0,0.844726 -2.36816,0 0,6.313477 -0.94727,0"
|
||||
d="m 128.40151,44.014168 l 0,-6.313477 l -2.3584,0 l 0,-0.844726 l 5.67383,0 l 0,0.844726 l -2.36816,0 l 0,6.313477 l -0.94727,0"
|
||||
id="path4935"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 131.76577,44.014168 0,-1.000977 1.00098,0 0,1.000977 -1.00098,0"
|
||||
d="m 131.76577,44.014168 l 0,-1.000977 l 1.00098,0 l 0,1.000977 l -1.00098,0"
|
||||
id="path4937"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 134.08999,41.714363 0.89355,-0.07813 c 0.0423,0.358075 0.13998,0.652671 0.29297,0.883789 0.15625,0.227866 0.39714,0.413413 0.72266,0.556641 0.32552,0.139975 0.69173,0.209961 1.09863,0.209961 0.36133,0 0.68034,-0.05371 0.95703,-0.161133 0.27669,-0.107421 0.48177,-0.253905 0.61524,-0.439453 0.13671,-0.188801 0.20507,-0.393879 0.20507,-0.615235 0,-0.224607 -0.0651,-0.419919 -0.19531,-0.585937 -0.13021,-0.169268 -0.34505,-0.31087 -0.64453,-0.424805 -0.19206,-0.07487 -0.61686,-0.190426 -1.27441,-0.346679 -0.65756,-0.159502 -1.11817,-0.309242 -1.38184,-0.449219 -0.3418,-0.179033 -0.59733,-0.400387 -0.7666,-0.664063 -0.16602,-0.266922 -0.24902,-0.564773 -0.24902,-0.893554 0,-0.361323 0.10253,-0.698237 0.30761,-1.010743 0.20508,-0.315748 0.50456,-0.555006 0.89844,-0.717773 0.39388,-0.162753 0.8317,-0.244133 1.31348,-0.244141 0.53059,8e-6 0.99771,0.08627 1.40136,0.258789 0.4069,0.169278 0.7194,0.419929 0.9375,0.751954 0.2181,0.332037 0.33529,0.708013 0.35157,1.127929 l -0.90821,0.06836 c -0.0488,-0.452469 -0.21484,-0.794265 -0.49804,-1.025391 -0.27996,-0.231113 -0.69499,-0.346673 -1.24512,-0.34668 -0.57292,7e-6 -0.99121,0.105801 -1.25488,0.317383 -0.26042,0.208339 -0.39063,0.460618 -0.39063,0.756836 0,0.257167 0.0928,0.468755 0.27832,0.634766 0.18229,0.16602 0.65755,0.336918 1.42578,0.512695 0.77148,0.17253 1.30045,0.323897 1.58692,0.454102 0.41666,0.19206 0.72428,0.436201 0.92285,0.732421 0.19856,0.292972 0.29784,0.631513 0.29785,1.015625 -1e-5,0.380861 -0.10905,0.740562 -0.32715,1.079102 -0.2181,0.335287 -0.53223,0.597331 -0.94238,0.786133 -0.40691,0.185547 -0.86589,0.27832 -1.37695,0.27832 -0.64779,0 -1.19141,-0.0944 -1.63086,-0.283203 -0.4362,-0.188802 -0.77963,-0.472005 -1.03028,-0.849609 -0.24739,-0.380858 -0.3776,-0.810545 -0.39062,-1.289063"
|
||||
d="m 134.08999,41.714363 l 0.89355,-0.07813 c 0.0423,0.358075 0.13998,0.652671 0.29297,0.883789 c 0.15625,0.227866 0.39714,0.413413 0.72266,0.556641 c 0.32552,0.139975 0.69173,0.209961 1.09863,0.209961 c 0.36133,0 0.68034,-0.05371 0.95703,-0.161133 c 0.27669,-0.107421 0.48177,-0.253905 0.61524,-0.439453 c 0.13671,-0.188801 0.20507,-0.393879 0.20507,-0.615235 c 0,-0.224607 -0.0651,-0.419919 -0.19531,-0.585937 c -0.13021,-0.169268 -0.34505,-0.31087 -0.64453,-0.424805 c -0.19206,-0.07487 -0.61686,-0.190426 -1.27441,-0.346679 c -0.65756,-0.159502 -1.11817,-0.309242 -1.38184,-0.449219 c -0.3418,-0.179033 -0.59733,-0.400387 -0.7666,-0.664063 c -0.16602,-0.266922 -0.24902,-0.564773 -0.24902,-0.893554 c 0,-0.361323 0.10253,-0.698237 0.30761,-1.010743 c 0.20508,-0.315748 0.50456,-0.555006 0.89844,-0.717773 c 0.39388,-0.162753 0.8317,-0.244133 1.31348,-0.244141 c 0.53059,8e-6 0.99771,0.08627 1.40136,0.258789 c 0.4069,0.169278 0.7194,0.419929 0.9375,0.751954 c 0.2181,0.332037 0.33529,0.708013 0.35157,1.127929 l -0.90821,0.06836 c -0.0488,-0.452469 -0.21484,-0.794265 -0.49804,-1.025391 c -0.27996,-0.231113 -0.69499,-0.346673 -1.24512,-0.34668 c -0.57292,7e-6 -0.99121,0.105801 -1.25488,0.317383 c -0.26042,0.208339 -0.39063,0.460618 -0.39063,0.756836 c 0,0.257167 0.0928,0.468755 0.27832,0.634766 c 0.18229,0.16602 0.65755,0.336918 1.42578,0.512695 c 0.77148,0.17253 1.30045,0.323897 1.58692,0.454102 c 0.41666,0.19206 0.72428,0.436201 0.92285,0.732421 c 0.19856,0.292972 0.29784,0.631513 0.29785,1.015625 c -1e-5,0.380861 -0.10905,0.740562 -0.32715,1.079102 c -0.2181,0.335287 -0.53223,0.597331 -0.94238,0.786133 c -0.40691,0.185547 -0.86589,0.27832 -1.37695,0.27832 c -0.64779,0 -1.19141,-0.0944 -1.63086,-0.283203 c -0.4362,-0.188802 -0.77963,-0.472005 -1.03028,-0.849609 c -0.24739,-0.380858 -0.3776,-0.810545 -0.39062,-1.289063"
|
||||
id="path4939"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 142.89858,43.228035 0.12696,0.776367 c -0.2474,0.05208 -0.46876,0.07813 -0.66407,0.07813 -0.31901,0 -0.5664,-0.05046 -0.74218,-0.151367 -0.17579,-0.100911 -0.29948,-0.232747 -0.3711,-0.395508 -0.0716,-0.166015 -0.10742,-0.512694 -0.10742,-1.040039 l 0,-2.983398 -0.64453,0 0,-0.683594 0.64453,0 0,-1.28418 0.87402,-0.527344 0,1.811524 0.88379,0 0,0.683594 -0.88379,0 0,3.032226 c 0,0.250652 0.0146,0.411785 0.0439,0.483399 0.0325,0.07162 0.083,0.128581 0.15137,0.170898 0.0716,0.04232 0.17252,0.06348 0.30273,0.06348 0.0976,0 0.22623,-0.01139 0.38574,-0.03418"
|
||||
d="m 142.89858,43.228035 l 0.12696,0.776367 c -0.2474,0.05208 -0.46876,0.07813 -0.66407,0.07813 c -0.31901,0 -0.5664,-0.05046 -0.74218,-0.151367 c -0.17579,-0.100911 -0.29948,-0.232747 -0.3711,-0.395508 c -0.0716,-0.166015 -0.10742,-0.512694 -0.10742,-1.040039 l 0,-2.983398 l -0.64453,0 l 0,-0.683594 l 0.64453,0 l 0,-1.28418 l 0.87402,-0.527344 l 0,1.811524 l 0.88379,0 l 0,0.683594 l -0.88379,0 l 0,3.032226 c 0,0.250652 0.0146,0.411785 0.0439,0.483399 c 0.0325,0.07162 0.083,0.128581 0.15137,0.170898 c 0.0716,0.04232 0.17252,0.06348 0.30273,0.06348 c 0.0976,0 0.22623,-0.01139 0.38574,-0.03418"
|
||||
id="path4942"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 147.13686,43.374519 c -0.32552,0.276693 -0.63965,0.472006 -0.94238,0.585938 -0.29948,0.113932 -0.62175,0.170898 -0.9668,0.170898 -0.56966,0 -1.00748,-0.138346 -1.31347,-0.415039 -0.30599,-0.279947 -0.45899,-0.636392 -0.45899,-1.069336 0,-0.253904 0.057,-0.485024 0.1709,-0.693359 0.11719,-0.211586 0.26856,-0.380857 0.4541,-0.507813 0.1888,-0.12695 0.40039,-0.222979 0.63477,-0.288086 0.17252,-0.04557 0.43294,-0.08951 0.78125,-0.131835 0.70963,-0.08463 1.23209,-0.185544 1.56738,-0.302735 0.003,-0.120439 0.005,-0.196936 0.005,-0.229492 0,-0.358069 -0.083,-0.610347 -0.24902,-0.756836 -0.22461,-0.198563 -0.55827,-0.297847 -1.00098,-0.297852 -0.41341,5e-6 -0.7194,0.07325 -0.91796,0.219727 -0.19532,0.143233 -0.34018,0.398767 -0.43457,0.766602 l -0.85938,-0.117188 c 0.0781,-0.367834 0.20671,-0.664058 0.38574,-0.888672 0.17904,-0.22786 0.43783,-0.402013 0.77637,-0.522461 0.33854,-0.123692 0.73079,-0.185541 1.17676,-0.185547 0.4427,6e-6 0.8024,0.05209 1.0791,0.15625 0.27669,0.104172 0.48014,0.236008 0.61035,0.395508 0.1302,0.156255 0.22135,0.354822 0.27344,0.595703 0.0293,0.149744 0.0439,0.419926 0.0439,0.810547 l 0,1.171875 c 0,0.817059 0.0179,1.334636 0.0537,1.552735 0.0391,0.214844 0.11393,0.421549 0.22461,0.620117 l -0.91797,0 c -0.0911,-0.182292 -0.14974,-0.395508 -0.17578,-0.639649 m -0.0732,-1.96289 c -0.31901,0.130211 -0.79753,0.240888 -1.43555,0.332031 -0.36133,0.05209 -0.61686,0.110679 -0.7666,0.175781 -0.14974,0.06511 -0.2653,0.161135 -0.34668,0.288086 -0.0814,0.1237 -0.12207,0.262046 -0.12207,0.415039 0,0.234376 0.0879,0.429689 0.26367,0.585938 0.17904,0.15625 0.43946,0.234375 0.78125,0.234375 0.33854,0 0.63965,-0.07324 0.90333,-0.219727 0.26366,-0.149738 0.45735,-0.353189 0.58105,-0.610351 0.0944,-0.198567 0.1416,-0.491535 0.1416,-0.878907 l 0,-0.322265"
|
||||
d="m 147.13686,43.374519 c -0.32552,0.276693 -0.63965,0.472006 -0.94238,0.585938 c -0.29948,0.113932 -0.62175,0.170898 -0.9668,0.170898 c -0.56966,0 -1.00748,-0.138346 -1.31347,-0.415039 c -0.30599,-0.279947 -0.45899,-0.636392 -0.45899,-1.069336 c 0,-0.253904 0.057,-0.485024 0.1709,-0.693359 c 0.11719,-0.211586 0.26856,-0.380857 0.4541,-0.507813 c 0.1888,-0.12695 0.40039,-0.222979 0.63477,-0.288086 c 0.17252,-0.04557 0.43294,-0.08951 0.78125,-0.131835 c 0.70963,-0.08463 1.23209,-0.185544 1.56738,-0.302735 c 0.003,-0.120439 0.005,-0.196936 0.005,-0.229492 c 0,-0.358069 -0.083,-0.610347 -0.24902,-0.756836 c -0.22461,-0.198563 -0.55827,-0.297847 -1.00098,-0.297852 c -0.41341,5e-6 -0.7194,0.07325 -0.91796,0.219727 c -0.19532,0.143233 -0.34018,0.398767 -0.43457,0.766602 l -0.85938,-0.117188 c 0.0781,-0.367834 0.20671,-0.664058 0.38574,-0.888672 c 0.17904,-0.22786 0.43783,-0.402013 0.77637,-0.522461 c 0.33854,-0.123692 0.73079,-0.185541 1.17676,-0.185547 c 0.4427,6e-6 0.8024,0.05209 1.0791,0.15625 c 0.27669,0.104172 0.48014,0.236008 0.61035,0.395508 c 0.1302,0.156255 0.22135,0.354822 0.27344,0.595703 c 0.0293,0.149744 0.0439,0.419926 0.0439,0.810547 l 0,1.171875 c 0,0.817059 0.0179,1.334636 0.0537,1.552735 c 0.0391,0.214844 0.11393,0.421549 0.22461,0.620117 l -0.91797,0 c -0.0911,-0.182292 -0.14974,-0.395508 -0.17578,-0.639649 m -0.0732,-1.96289 c -0.31901,0.130211 -0.79753,0.240888 -1.43555,0.332031 c -0.36133,0.05209 -0.61686,0.110679 -0.7666,0.175781 c -0.14974,0.06511 -0.2653,0.161135 -0.34668,0.288086 c -0.0814,0.1237 -0.12207,0.262046 -0.12207,0.415039 c 0,0.234376 0.0879,0.429689 0.26367,0.585938 c 0.17904,0.15625 0.43946,0.234375 0.78125,0.234375 c 0.33854,0 0.63965,-0.07324 0.90333,-0.219727 c 0.26366,-0.149738 0.45735,-0.353189 0.58105,-0.610351 c 0.0944,-0.198567 0.1416,-0.491535 0.1416,-0.878907 l 0,-0.322265"
|
||||
id="path4944"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 151.23843,43.228035 0.12695,0.776367 c -0.2474,0.05208 -0.46875,0.07813 -0.66406,0.07813 -0.31902,0 -0.56641,-0.05046 -0.74219,-0.151367 -0.17578,-0.100911 -0.29948,-0.232747 -0.37109,-0.395508 -0.0716,-0.166015 -0.10743,-0.512694 -0.10743,-1.040039 l 0,-2.983398 -0.64453,0 0,-0.683594 0.64453,0 0,-1.28418 0.87403,-0.527344 0,1.811524 0.88379,0 0,0.683594 -0.88379,0 0,3.032226 c 0,0.250652 0.0146,0.411785 0.0439,0.483399 0.0325,0.07162 0.083,0.128581 0.15137,0.170898 0.0716,0.04232 0.17252,0.06348 0.30273,0.06348 0.0977,0 0.22624,-0.01139 0.38575,-0.03418"
|
||||
d="m 151.23843,43.228035 l 0.12695,0.776367 c -0.2474,0.05208 -0.46875,0.07813 -0.66406,0.07813 c -0.31902,0 -0.56641,-0.05046 -0.74219,-0.151367 c -0.17578,-0.100911 -0.29948,-0.232747 -0.37109,-0.395508 c -0.0716,-0.166015 -0.10743,-0.512694 -0.10743,-1.040039 l 0,-2.983398 l -0.64453,0 l 0,-0.683594 l 0.64453,0 l 0,-1.28418 l 0.87403,-0.527344 l 0,1.811524 l 0.88379,0 l 0,0.683594 l -0.88379,0 l 0,3.032226 c 0,0.250652 0.0146,0.411785 0.0439,0.483399 c 0.0325,0.07162 0.083,0.128581 0.15137,0.170898 c 0.0716,0.04232 0.17252,0.06348 0.30273,0.06348 c 0.0977,0 0.22624,-0.01139 0.38575,-0.03418"
|
||||
id="path4946"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 155.49136,44.014168 0,-0.761719 c -0.40365,0.585938 -0.95216,0.878906 -1.64551,0.878906 -0.30599,0 -0.59245,-0.05859 -0.85938,-0.175781 -0.26367,-0.117187 -0.46061,-0.263672 -0.59082,-0.439453 -0.12695,-0.179036 -0.21647,-0.397135 -0.26855,-0.654297 -0.0358,-0.172525 -0.0537,-0.445962 -0.0537,-0.820312 l 0,-3.212891 0.8789,0 0,2.875976 c 0,0.458987 0.0179,0.768231 0.0537,0.927735 0.0553,0.231121 0.17253,0.413412 0.35157,0.546875 0.17903,0.130209 0.40039,0.195313 0.66406,0.195312 0.26367,10e-7 0.51106,-0.06673 0.74219,-0.200195 0.23111,-0.136718 0.39387,-0.320637 0.48828,-0.551758 0.0976,-0.234373 0.14648,-0.572914 0.14648,-1.015625 l 0,-2.77832 0.87891,0 0,5.185547 -0.78613,0"
|
||||
d="m 155.49136,44.014168 l 0,-0.761719 c -0.40365,0.585938 -0.95216,0.878906 -1.64551,0.878906 c -0.30599,0 -0.59245,-0.05859 -0.85938,-0.175781 c -0.26367,-0.117187 -0.46061,-0.263672 -0.59082,-0.439453 c -0.12695,-0.179036 -0.21647,-0.397135 -0.26855,-0.654297 c -0.0358,-0.172525 -0.0537,-0.445962 -0.0537,-0.820312 l 0,-3.212891 l 0.8789,0 l 0,2.875976 c 0,0.458987 0.0179,0.768231 0.0537,0.927735 c 0.0553,0.231121 0.17253,0.413412 0.35157,0.546875 c 0.17903,0.130209 0.40039,0.195313 0.66406,0.195312 c 0.26367,10e-7 0.51106,-0.06673 0.74219,-0.200195 c 0.23111,-0.136718 0.39387,-0.320637 0.48828,-0.551758 c 0.0976,-0.234373 0.14648,-0.572914 0.14648,-1.015625 l 0,-2.77832 l 0.87891,0 l 0,5.185547 l -0.78613,0"
|
||||
id="path4948"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 157.30776,42.466316 0.86914,-0.136719 c 0.0488,0.348309 0.18392,0.615236 0.40528,0.800782 0.2246,0.185547 0.5371,0.278321 0.9375,0.27832 0.40364,1e-6 0.70312,-0.08138 0.89843,-0.244141 0.19531,-0.166014 0.29297,-0.359699 0.29297,-0.581054 0,-0.198566 -0.0863,-0.354816 -0.25879,-0.46875 -0.12044,-0.07812 -0.41992,-0.177407 -0.89843,-0.297852 -0.64454,-0.162758 -1.09213,-0.302732 -1.34278,-0.419922 -0.24739,-0.12044 -0.4362,-0.284828 -0.5664,-0.493164 -0.12696,-0.211585 -0.19043,-0.444332 -0.19043,-0.698242 0,-0.231116 0.0521,-0.444332 0.15625,-0.639648 0.10742,-0.198563 0.25227,-0.362951 0.43457,-0.493164 0.13671,-0.100907 0.32226,-0.185542 0.55664,-0.253907 0.23763,-0.07161 0.49153,-0.107416 0.76172,-0.107422 0.40689,6e-6 0.76334,0.0586 1.06933,0.175782 0.30924,0.117192 0.53711,0.276697 0.6836,0.478515 0.14648,0.198572 0.24739,0.465499 0.30273,0.800782 l -0.85937,0.117187 c -0.0391,-0.266923 -0.153,-0.475256 -0.3418,-0.625 -0.18555,-0.149735 -0.44922,-0.224605 -0.79102,-0.224609 -0.40365,4e-6 -0.69173,0.06674 -0.86426,0.200195 -0.17252,0.133468 -0.25879,0.289718 -0.25878,0.46875 -10e-6,0.113936 0.0358,0.216475 0.10742,0.307617 0.0716,0.09441 0.18392,0.17253 0.33691,0.234375 0.0879,0.03256 0.34668,0.107425 0.77637,0.22461 0.62174,0.166018 1.05468,0.302737 1.29883,0.410156 0.24739,0.104169 0.44107,0.257164 0.58105,0.458984 0.13997,0.201825 0.20996,0.452476 0.20996,0.751953 0,0.29297 -0.0863,0.569663 -0.25879,0.830078 -0.16927,0.257162 -0.41504,0.457357 -0.7373,0.600586 -0.32227,0.139974 -0.68685,0.209961 -1.09375,0.209961 -0.67383,0 -1.18815,-0.139974 -1.54297,-0.419922 -0.35156,-0.279947 -0.57617,-0.694986 -0.67383,-1.245117"
|
||||
d="m 157.30776,42.466316 l 0.86914,-0.136719 c 0.0488,0.348309 0.18392,0.615236 0.40528,0.800782 c 0.2246,0.185547 0.5371,0.278321 0.9375,0.27832 c 0.40364,1e-6 0.70312,-0.08138 0.89843,-0.244141 c 0.19531,-0.166014 0.29297,-0.359699 0.29297,-0.581054 c 0,-0.198566 -0.0863,-0.354816 -0.25879,-0.46875 c -0.12044,-0.07812 -0.41992,-0.177407 -0.89843,-0.297852 c -0.64454,-0.162758 -1.09213,-0.302732 -1.34278,-0.419922 c -0.24739,-0.12044 -0.4362,-0.284828 -0.5664,-0.493164 c -0.12696,-0.211585 -0.19043,-0.444332 -0.19043,-0.698242 c 0,-0.231116 0.0521,-0.444332 0.15625,-0.639648 c 0.10742,-0.198563 0.25227,-0.362951 0.43457,-0.493164 c 0.13671,-0.100907 0.32226,-0.185542 0.55664,-0.253907 c 0.23763,-0.07161 0.49153,-0.107416 0.76172,-0.107422 c 0.40689,6e-6 0.76334,0.0586 1.06933,0.175782 c 0.30924,0.117192 0.53711,0.276697 0.6836,0.478515 c 0.14648,0.198572 0.24739,0.465499 0.30273,0.800782 l -0.85937,0.117187 c -0.0391,-0.266923 -0.153,-0.475256 -0.3418,-0.625 c -0.18555,-0.149735 -0.44922,-0.224605 -0.79102,-0.224609 c -0.40365,4e-6 -0.69173,0.06674 -0.86426,0.200195 c -0.17252,0.133468 -0.25879,0.289718 -0.25878,0.46875 c -10e-6,0.113936 0.0358,0.216475 0.10742,0.307617 c 0.0716,0.09441 0.18392,0.17253 0.33691,0.234375 c 0.0879,0.03256 0.34668,0.107425 0.77637,0.22461 c 0.62174,0.166018 1.05468,0.302737 1.29883,0.410156 c 0.24739,0.104169 0.44107,0.257164 0.58105,0.458984 c 0.13997,0.201825 0.20996,0.452476 0.20996,0.751953 c 0,0.29297 -0.0863,0.569663 -0.25879,0.830078 c -0.16927,0.257162 -0.41504,0.457357 -0.7373,0.600586 c -0.32227,0.139974 -0.68685,0.209961 -1.09375,0.209961 c -0.67383,0 -1.18815,-0.139974 -1.54297,-0.419922 c -0.35156,-0.279947 -0.57617,-0.694986 -0.67383,-1.245117"
|
||||
id="path4950"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
@ -2077,77 +2113,77 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx0"
|
||||
d="m 110,36.5 0,-11.082914"
|
||||
d="m 110,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 114,36.5 0,-11.082914"
|
||||
d="m 114,36.5 l 0,-11.082914"
|
||||
id="rx1"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx2"
|
||||
d="m 116.5,36.5 0,-11.082914"
|
||||
d="m 116.5,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10211" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 119,36.5 0,-11.082914"
|
||||
d="m 119,36.5 l 0,-11.082914"
|
||||
id="rx3"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10213" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx4"
|
||||
d="m 121.5,36.5 0,-11.082914"
|
||||
d="m 121.5,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10215" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 124,36.5 0,-11.082914"
|
||||
d="m 124,36.5 l 0,-11.082914"
|
||||
id="rx5"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10217" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx6"
|
||||
d="m 126.5,36.5 0,-11.082914"
|
||||
d="m 126.5,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10219" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 129,36.5 0,-11.082914"
|
||||
d="m 129,36.5 l 0,-11.082914"
|
||||
id="rx7"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10221" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx8"
|
||||
d="m 131.5,36.5 0,-11.082914"
|
||||
d="m 131.5,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10223" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 134,36.5 0,-11.082914"
|
||||
d="m 134,36.5 l 0,-11.082914"
|
||||
id="rx9"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10225" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx10"
|
||||
d="m 136.5,36.5 0,-11.082914"
|
||||
d="m 136.5,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10227" />
|
||||
<path
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx11"
|
||||
d="m 139,36.5 0,-11.082914"
|
||||
d="m 139,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 141.5,36.5 0,-11.082914"
|
||||
d="m 141.5,36.5 l 0,-11.082914"
|
||||
id="rx12"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2155,11 +2191,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx13"
|
||||
d="m 144,36.5 0,-11.082914"
|
||||
d="m 144,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 146.5,36.5 0,-11.082914"
|
||||
d="m 146.5,36.5 l 0,-11.082914"
|
||||
id="rx14"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2167,11 +2203,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx15"
|
||||
d="m 149,36.5 0,-11.082914"
|
||||
d="m 149,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 151.5,36.5 0,-11.082914"
|
||||
d="m 151.5,36.5 l 0,-11.082914"
|
||||
id="rx16"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2179,11 +2215,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx17"
|
||||
d="m 154,36.5 0,-11.082914"
|
||||
d="m 154,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 156.5,36.5 0,-11.082914"
|
||||
d="m 156.5,36.5 l 0,-11.082914"
|
||||
id="rx18"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2191,11 +2227,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx19"
|
||||
d="m 159,36.5 0,-11.082914"
|
||||
d="m 159,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 161.5,36.5 0,-11.082914"
|
||||
d="m 161.5,36.5 l 0,-11.082914"
|
||||
id="rx20"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2203,11 +2239,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx21"
|
||||
d="m 164,36.5 0,-11.082914"
|
||||
d="m 164,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 166.5,36.5 0,-11.082914"
|
||||
d="m 166.5,36.5 l 0,-11.082914"
|
||||
id="rx22"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2215,11 +2251,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx23"
|
||||
d="m 169,36.5 0,-11.082914"
|
||||
d="m 169,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 171.5,36.5 0,-11.082914"
|
||||
d="m 171.5,36.5 l 0,-11.082914"
|
||||
id="rx24"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2227,7 +2263,7 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rx25"
|
||||
d="m 174,36.5 0,-11.082914"
|
||||
d="m 174,36.5 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
</g>
|
||||
<g
|
||||
@ -2238,7 +2274,7 @@
|
||||
sodipodi:insensitive="true">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 110,18.095328 110,7.012414"
|
||||
d="M 110,18.095328 L 110,7.012414"
|
||||
id="tx0"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2246,65 +2282,65 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx1"
|
||||
d="M 114,18.095328 114,7.012414"
|
||||
d="M 114,18.095328 L 114,7.012414"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
inkscape:label="#path10211"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 116.5,18.095328 0,-11.082914"
|
||||
d="m 116.5,18.095328 l 0,-11.082914"
|
||||
id="tx2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:label="#path10213"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx3"
|
||||
d="M 119,18.095328 119,7.012414"
|
||||
d="M 119,18.095328 L 119,7.012414"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
inkscape:label="#path10215"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 121.5,18.095328 0,-11.082914"
|
||||
d="m 121.5,18.095328 l 0,-11.082914"
|
||||
id="tx4"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:label="#path10217"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx5"
|
||||
d="M 124,18.095328 124,7.012414"
|
||||
d="M 124,18.095328 L 124,7.012414"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
inkscape:label="#path10219"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 126.5,18.095328 0,-11.082914"
|
||||
d="m 126.5,18.095328 l 0,-11.082914"
|
||||
id="tx6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:label="#path10221"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx7"
|
||||
d="M 129,18.095328 129,7.012414"
|
||||
d="M 129,18.095328 L 129,7.012414"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
inkscape:label="#path10223"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 131.5,18.095328 0,-11.082914"
|
||||
d="m 131.5,18.095328 l 0,-11.082914"
|
||||
id="tx8"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:label="#path10225"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx9"
|
||||
d="M 134,18.095328 134,7.012414"
|
||||
d="M 134,18.095328 L 134,7.012414"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
inkscape:label="#path10227"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 136.5,18.095328 0,-11.082914"
|
||||
d="m 136.5,18.095328 l 0,-11.082914"
|
||||
id="tx10"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 139,18.095328 139,7.012414"
|
||||
d="M 139,18.095328 L 139,7.012414"
|
||||
id="tx11"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2312,11 +2348,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx12"
|
||||
d="m 141.5,18.095328 0,-11.082914"
|
||||
d="m 141.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 144,18.095328 144,7.012414"
|
||||
d="M 144,18.095328 L 144,7.012414"
|
||||
id="tx13"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2324,11 +2360,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx14"
|
||||
d="m 146.5,18.095328 0,-11.082914"
|
||||
d="m 146.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#008000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 149,18.095328 149,7.012414"
|
||||
d="M 149,18.095328 L 149,7.012414"
|
||||
id="tx15"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2336,11 +2372,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx16"
|
||||
d="m 151.5,18.095328 0,-11.082914"
|
||||
d="m 151.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 154,18.095328 154,7.012414"
|
||||
d="M 154,18.095328 L 154,7.012414"
|
||||
id="tx17"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2348,11 +2384,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx18"
|
||||
d="m 156.5,18.095328 0,-11.082914"
|
||||
d="m 156.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 159,18.095328 159,7.012414"
|
||||
d="M 159,18.095328 L 159,7.012414"
|
||||
id="tx19"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2360,11 +2396,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx20"
|
||||
d="m 161.5,18.095328 0,-11.082914"
|
||||
d="m 161.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff8000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 164,18.095328 164,7.012414"
|
||||
d="M 164,18.095328 L 164,7.012414"
|
||||
id="tx21"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2372,11 +2408,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx22"
|
||||
d="m 166.5,18.095328 0,-11.082914"
|
||||
d="m 166.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 169,18.095328 169,7.012414"
|
||||
d="M 169,18.095328 L 169,7.012414"
|
||||
id="tx23"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2384,11 +2420,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="tx24"
|
||||
d="m 171.5,18.095328 0,-11.082914"
|
||||
d="m 171.5,18.095328 l 0,-11.082914"
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#ff1400;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="M 174,18.095328 174,7.012414"
|
||||
d="M 174,18.095328 L 174,7.012414"
|
||||
id="tx25"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180" />
|
||||
@ -2409,11 +2445,11 @@
|
||||
inkscape:label="#path10180"
|
||||
inkscape:connector-curvature="0"
|
||||
id="gps0"
|
||||
d="m 28,51.5 0,-5"
|
||||
d="m 28,51.5 l 0,-5"
|
||||
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 28,51.5 0,-5"
|
||||
d="m 28,51.5 l 0,-5"
|
||||
id="gps1"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10180"
|
||||
@ -2421,13 +2457,13 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="gps2"
|
||||
d="m 34,51.5 0,-7"
|
||||
d="m 34,51.5 l 0,-7"
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10211"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 40,51.5 0,-9"
|
||||
d="m 40,51.5 l 0,-9"
|
||||
id="gps3"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10213"
|
||||
@ -2435,13 +2471,13 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="gps4"
|
||||
d="m 46,51.5 0,-11"
|
||||
d="m 46,51.5 l 0,-11"
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10215"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 52,51.5 0,-13"
|
||||
d="m 52,51.5 l 0,-13"
|
||||
id="gps5"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10217"
|
||||
@ -2449,13 +2485,13 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="gps6"
|
||||
d="m 58,51.5 0,-15"
|
||||
d="m 58,51.5 l 0,-15"
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10219"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 64,51.5 0,-17"
|
||||
d="m 64,51.5 l 0,-17"
|
||||
id="gps7"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10221"
|
||||
@ -2463,13 +2499,13 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="gps8"
|
||||
d="m 70,51.5 0,-19"
|
||||
d="m 70,51.5 l 0,-19"
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10223"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
d="m 76,51.5 0,-21"
|
||||
d="m 76,51.5 l 0,-21"
|
||||
id="gps9"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path10225"
|
||||
@ -2477,7 +2513,7 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="gps10"
|
||||
d="m 82,51.5 0,-23"
|
||||
d="m 82,51.5 l 0,-23"
|
||||
style="fill:none;stroke:#008000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
|
||||
inkscape:label="#path10227"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -2493,12 +2529,12 @@
|
||||
id="gps-mode-text"
|
||||
transform="translate(0,1.5)">
|
||||
<path
|
||||
d="m 54.155106,11.899892 c 0.472,0.100915 0.839838,0.310876 1.103515,0.629883 0.266922,0.319013 0.400385,0.712893 0.400391,1.18164 -6e-6,0.719403 -0.247401,1.276043 -0.742188,1.669922 -0.494796,0.39388 -1.19792,0.59082 -2.109375,0.59082 -0.305992,0 -0.621747,-0.03092 -0.947265,-0.09277 -0.322267,-0.05859 -0.655926,-0.148112 -1.000977,-0.268555 l 0,-0.952148 c 0.273437,0.159506 0.572915,0.279949 0.898438,0.361328 0.325519,0.08138 0.665687,0.122071 1.020507,0.12207 0.618487,10e-7 1.088864,-0.122069 1.411133,-0.366211 0.325517,-0.244139 0.488277,-0.598956 0.488282,-1.064453 -5e-6,-0.429685 -0.151372,-0.764971 -0.454102,-1.005859 -0.299483,-0.244137 -0.717777,-0.366208 -1.254883,-0.366211 l -0.849609,0 0,-0.810547 0.888672,0 c 0.485022,4e-6 0.856116,-0.09602 1.113281,-0.288086 0.257157,-0.195308 0.385738,-0.475255 0.385742,-0.839844 C 54.506664,10.026525 54.3732,9.7400672 54.106277,9.5414934 53.842602,9.339677 53.46337,9.2387656 52.968582,9.238759 c -0.270185,6.6e-6 -0.559898,0.029303 -0.86914,0.087891 -0.309247,0.0586 -0.649416,0.1497459 -1.020508,0.2734375 l 0,-0.8789063 c 0.374347,-0.1041594 0.724282,-0.1822844 1.049804,-0.234375 0.328774,-0.052076 0.638019,-0.078118 0.927735,-0.078125 0.748694,7.4e-6 1.341141,0.1709057 1.777344,0.5126953 0.436192,0.3385483 0.654291,0.7975322 0.654296,1.3769525 -5e-6,0.403651 -0.115565,0.745448 -0.346679,1.025391 -0.231125,0.276697 -0.559901,0.468754 -0.986328,0.576172"
|
||||
d="m 54.155106,11.899892 c 0.472,0.100915 0.839838,0.310876 1.103515,0.629883 c 0.266922,0.319013 0.400385,0.712893 0.400391,1.18164 c -6e-6,0.719403 -0.247401,1.276043 -0.742188,1.669922 c -0.494796,0.39388 -1.19792,0.59082 -2.109375,0.59082 c -0.305992,0 -0.621747,-0.03092 -0.947265,-0.09277 c -0.322267,-0.05859 -0.655926,-0.148112 -1.000977,-0.268555 l 0,-0.952148 c 0.273437,0.159506 0.572915,0.279949 0.898438,0.361328 c 0.325519,0.08138 0.665687,0.122071 1.020507,0.12207 c 0.618487,10e-7 1.088864,-0.122069 1.411133,-0.366211 c 0.325517,-0.244139 0.488277,-0.598956 0.488282,-1.064453 c -5e-6,-0.429685 -0.151372,-0.764971 -0.454102,-1.005859 c -0.299483,-0.244137 -0.717777,-0.366208 -1.254883,-0.366211 l -0.849609,0 l 0,-0.810547 l 0.888672,0 c 0.485022,4e-6 0.856116,-0.09602 1.113281,-0.288086 c 0.257157,-0.195308 0.385738,-0.475255 0.385742,-0.839844 C 54.506664,10.026525 54.3732,9.7400672 54.106277,9.5414934 C 53.842602,9.339677 53.46337,9.2387656 52.968582,9.238759 c -0.270185,6.6e-6 -0.559898,0.029303 -0.86914,0.087891 c -0.309247,0.0586 -0.649416,0.1497459 -1.020508,0.2734375 l 0,-0.8789063 c 0.374347,-0.1041594 0.724282,-0.1822844 1.049804,-0.234375 c 0.328774,-0.052076 0.638019,-0.078118 0.927735,-0.078125 c 0.748694,7.4e-6 1.341141,0.1709057 1.777344,0.5126953 c 0.436192,0.3385483 0.654291,0.7975322 0.654296,1.3769525 c -5e-6,0.403651 -0.115565,0.745448 -0.346679,1.025391 c -0.231125,0.276697 -0.559901,0.468754 -0.986328,0.576172"
|
||||
style="font-size:10px;text-align:center;text-anchor:middle;fill:#ffffff"
|
||||
id="path6298"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 58.432449,9.3510637 0,5.6689453 1.191407,0 c 1.005855,10e-7 1.741531,-0.227864 2.207031,-0.683594 0.468744,-0.455727 0.703119,-1.175127 0.703125,-2.158203 -6e-6,-0.976558 -0.234381,-1.691075 -0.703125,-2.143555 -0.4655,-0.4557224 -1.201176,-0.6835868 -2.207031,-0.6835933 l -1.191407,0 m -0.986328,-0.8105468 2.026367,0 c 1.412756,7.2e-6 2.449539,0.2946033 3.110352,0.883789 0.6608,0.5859431 0.991204,1.5039111 0.991211,2.7539061 -7e-6,1.256513 -0.332038,2.179364 -0.996094,2.768555 -0.664068,0.589193 -1.699223,0.883789 -3.105469,0.883789 l -2.026367,0 0,-7.2900391"
|
||||
d="m 58.432449,9.3510637 l 0,5.6689453 l 1.191407,0 c 1.005855,10e-7 1.741531,-0.227864 2.207031,-0.683594 c 0.468744,-0.455727 0.703119,-1.175127 0.703125,-2.158203 c -6e-6,-0.976558 -0.234381,-1.691075 -0.703125,-2.143555 C 61.365387,9.5789346 60.629711,9.3510702 59.623856,9.3510637 l -1.191407,0 M 57.446121,8.5405169 l 2.026367,0 c 1.412756,7.2e-6 2.449539,0.2946033 3.110352,0.883789 c 0.6608,0.5859431 0.991204,1.5039111 0.991211,2.7539061 c -7e-6,1.256513 -0.332038,2.179364 -0.996094,2.768555 c -0.664068,0.589193 -1.699223,0.883789 -3.105469,0.883789 l -2.026367,0 l 0,-7.2900391"
|
||||
style="font-size:10px;text-align:center;text-anchor:middle;fill:#ffffff"
|
||||
id="path6300"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -2517,68 +2553,68 @@
|
||||
id="battery-milliamp-label"
|
||||
transform="matrix(1,0,0,1.0375514,-2,-2.6776728)">
|
||||
<path
|
||||
d="m 620.206,52 0,-4.224819 0.64048,0 0,0.592748 c 0.13261,-0.206861 0.30897,-0.372618 0.5291,-0.497271 0.22012,-0.127298 0.47075,-0.190948 0.75188,-0.190953 0.31294,5e-6 0.56887,0.06498 0.76778,0.194931 0.20156,0.129957 0.34345,0.311627 0.42567,0.545009 0.33416,-0.493289 0.76911,-0.739935 1.30484,-0.73994 0.41903,5e-6 0.74126,0.116698 0.96669,0.350079 0.22543,0.230738 0.33814,0.587447 0.33815,1.070129 l 0,2.900087 -0.71209,0 0,-2.661397 c -10e-6,-0.286425 -0.0239,-0.491964 -0.0716,-0.616617 -0.0451,-0.127298 -0.12863,-0.229404 -0.25063,-0.306319 -0.122,-0.07691 -0.26521,-0.115363 -0.42964,-0.115367 -0.29704,4e-6 -0.54369,0.09946 -0.73994,0.298363 -0.19626,0.19626 -0.29439,0.511861 -0.29438,0.946805 l 0,2.454532 -0.71608,0 0,-2.744939 c 0,-0.31825 -0.0583,-0.55694 -0.17503,-0.716071 -0.1167,-0.159123 -0.30765,-0.238686 -0.57286,-0.23869 -0.20156,4e-6 -0.38854,0.05305 -0.56092,0.159127 -0.16974,0.106088 -0.29306,0.261237 -0.36997,0.465446 -0.0769,0.204216 -0.11537,0.4986 -0.11537,0.883154 l 0,2.191973 -0.71607,0"
|
||||
d="m 620.206,52 l 0,-4.224819 l 0.64048,0 l 0,0.592748 c 0.13261,-0.206861 0.30897,-0.372618 0.5291,-0.497271 c 0.22012,-0.127298 0.47075,-0.190948 0.75188,-0.190953 c 0.31294,5e-6 0.56887,0.06498 0.76778,0.194931 c 0.20156,0.129957 0.34345,0.311627 0.42567,0.545009 c 0.33416,-0.493289 0.76911,-0.739935 1.30484,-0.73994 c 0.41903,5e-6 0.74126,0.116698 0.96669,0.350079 c 0.22543,0.230738 0.33814,0.587447 0.33815,1.070129 l 0,2.900087 l -0.71209,0 l 0,-2.661397 c -10e-6,-0.286425 -0.0239,-0.491964 -0.0716,-0.616617 c -0.0451,-0.127298 -0.12863,-0.229404 -0.25063,-0.306319 c -0.122,-0.07691 -0.26521,-0.115363 -0.42964,-0.115367 c -0.29704,4e-6 -0.54369,0.09946 -0.73994,0.298363 c -0.19626,0.19626 -0.29439,0.511861 -0.29438,0.946805 l 0,2.454532 l -0.71608,0 l 0,-2.744939 c 0,-0.31825 -0.0583,-0.55694 -0.17503,-0.716071 c -0.1167,-0.159123 -0.30765,-0.238686 -0.57286,-0.23869 c -0.20156,4e-6 -0.38854,0.05305 -0.56092,0.159127 c -0.16974,0.106088 -0.29306,0.261237 -0.36997,0.465446 c -0.0769,0.204216 -0.11537,0.4986 -0.11537,0.883154 l 0,2.191973 l -0.71607,0"
|
||||
id="path4641"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 632.45877,52 0,-5.832 0.71607,0 0,2.092518 c 0.33416,-0.387204 0.75585,-0.580808 1.26506,-0.580813 0.31294,5e-6 0.58479,0.06233 0.81552,0.186974 0.23073,0.122002 0.39516,0.291737 0.4933,0.509206 0.10077,0.217477 0.15116,0.533079 0.15117,0.946805 l 0,2.67731 -0.71607,0 0,-2.67731 c -10e-6,-0.358032 -0.0782,-0.617939 -0.23472,-0.779721 -0.15382,-0.164428 -0.37262,-0.246643 -0.65639,-0.246647 -0.21218,4e-6 -0.41241,0.0557 -0.60071,0.167083 -0.18565,0.10874 -0.31825,0.257259 -0.39782,0.445555 -0.0796,0.188304 -0.11934,0.44821 -0.11934,0.779722 l 0,2.311318 -0.71607,0"
|
||||
d="m 632.45877,52 l 0,-5.832 l 0.71607,0 l 0,2.092518 c 0.33416,-0.387204 0.75585,-0.580808 1.26506,-0.580813 c 0.31294,5e-6 0.58479,0.06233 0.81552,0.186974 c 0.23073,0.122002 0.39516,0.291737 0.4933,0.509206 c 0.10077,0.217477 0.15116,0.533079 0.15117,0.946805 l 0,2.67731 l -0.71607,0 l 0,-2.67731 c -10e-6,-0.358032 -0.0782,-0.617939 -0.23472,-0.779721 c -0.15382,-0.164428 -0.37262,-0.246643 -0.65639,-0.246647 c -0.21218,4e-6 -0.41241,0.0557 -0.60071,0.167083 c -0.18565,0.10874 -0.31825,0.257259 -0.39782,0.445555 c -0.0796,0.188304 -0.11934,0.44821 -0.11934,0.779722 l 0,2.311318 l -0.71607,0"
|
||||
id="path4645"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 626.46764,52 2.23971,-5.832 0.83144,0 2.3869,5.832 -0.87917,0 -0.68027,-1.766308 -2.43862,0 L 627.28714,52 l -0.8195,0 m 1.68277,-2.394859 1.97715,0 -0.60866,-1.615138 c -0.18565,-0.490637 -0.32356,-0.893758 -0.41373,-1.209364 -0.0743,0.373953 -0.17902,0.745248 -0.31428,1.113888 l -0.64048,1.710614"
|
||||
d="m 626.46764,52 l 2.23971,-5.832 l 0.83144,0 l 2.3869,5.832 l -0.87917,0 l -0.68027,-1.766308 l -2.43862,0 L 627.28714,52 l -0.8195,0 m 1.68277,-2.394859 l 1.97715,0 l -0.60866,-1.615138 c -0.18565,-0.490637 -0.32356,-0.893758 -0.41373,-1.209364 c -0.0743,0.373953 -0.17902,0.745248 -0.31428,1.113888 l -0.64048,1.710614"
|
||||
id="path4643"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;display:inline"
|
||||
d="m 642,57.5 -642.5,0"
|
||||
d="m 642,57.5 l -642.5,0"
|
||||
id="info-bg-top"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 90,40 90,0"
|
||||
d="m 90,40 l 90,0"
|
||||
id="path5067"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 460,57.5 0,-54"
|
||||
d="m 460,57.5 l 0,-54"
|
||||
id="path10162"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4588"
|
||||
d="M 550.00548,39.5 642,39.5"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="M 550.00548,39.5 L 642,39.5"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 180,57.5 0,-54"
|
||||
d="m 180,57.5 l 0,-54"
|
||||
id="path10158"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path10160"
|
||||
d="m 90,57.5 0,-54"
|
||||
d="m 90,57.5 l 0,-54"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path10164"
|
||||
d="m 550,57.5 0,-54"
|
||||
d="m 550,57.5 l 0,-54"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path10341"
|
||||
d="M 550.00051,21.5 642,21.5"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
d="M 550.00051,21.5 L 642,21.5"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m -0.5,22 180,0"
|
||||
d="m -0.5,22 l 180,0"
|
||||
id="path10166"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -2591,7 +2627,7 @@
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 25,51.418075 60,0.08193 0,-22.998652 -6,-0.0014 0,22.992116 -6,-0.0088 0,-20.97668 6,0.04472 -6,-0.04472 0,2.12303 -6,3.48e-4 0,18.845475 -6,-0.0069 0.02494,-16.83188 5.97506,-0.007 -6.024941,0.007 0.02494,1.934623 -6,-0.07128 0,14.959092 -6,-0.0081 0,-12.950991 6,-3.28e-4 -6,3.28e-4 0,2 -6,0 0,10.942406 0,-8.942406 -6,0 0,8.93472 0,-6.93472 -6,0 0,6.926248 0,-4.926248 -6,5e-6 z"
|
||||
d="m 25,51.418075 l 60,0.08193 l 0,-22.998652 l -6,-0.0014 l 0,22.992116 l -6,-0.0088 l 0,-20.97668 l 6,0.04472 l -6,-0.04472 l 0,2.12303 l -6,3.48e-4 l 0,18.845475 l -6,-0.0069 l 0.02494,-16.83188 L 67,34.629662 l -6.024941,0.007 l 0.02494,1.934623 l -6,-0.07128 l 0,14.959092 l -6,-0.0081 l 0,-12.950991 l 6,-3.28e-4 l -6,3.28e-4 l 0,2 l -6,0 l 0,10.942406 l 0,-8.942406 l -6,0 l 0,8.93472 l 0,-6.93472 l -6,0 l 0,6.926248 l 0,-4.926248 l -6,5e-6 z"
|
||||
id="satbar-mask"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc"
|
||||
@ -2600,7 +2636,7 @@
|
||||
inkscape:label="throttle-mask"
|
||||
inkscape:connector-curvature="0"
|
||||
id="throttle-mask"
|
||||
d="m 466.25101,52.7 c 77.55498,0 77.4,0 77.4,0 l 0,-35 -77.4,25 0,10"
|
||||
d="m 466.25101,52.7 c 77.55498,0 77.4,0 77.4,0 l 0,-35 l -77.4,25 l 0,10"
|
||||
style="fill:none;stroke:#000000;stroke-width:4.59999943;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<rect
|
||||
@ -2765,7 +2801,7 @@
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="5.5477076"
|
||||
sodipodi:start="3.8773293"
|
||||
d="m 238.84479,91.530033 c 40.57635,-44.820783 109.80439,-48.261582 154.62518,-7.685239 2.69442,2.439265 5.26569,5.011203 7.70426,7.706256"
|
||||
d="M 238.84479,91.530033 C 279.42114,46.70925 348.64918,43.268451 393.46997,83.844794 c 2.69442,2.439265 5.26569,5.011203 7.70426,7.706256"
|
||||
sodipodi:ry="109.47147"
|
||||
sodipodi:rx="109.47147"
|
||||
sodipodi:cy="165"
|
||||
@ -2938,7 +2974,7 @@
|
||||
transform="translate(0,78)">
|
||||
<path
|
||||
transform="matrix(0.84971585,0,0,0.84971585,73.153736,57.627199)"
|
||||
d="m 381.49999,370 c 0,50.26377 -40.74684,91.01061 -91.01061,91.01061 -50.26377,0 -91.01061,-40.74684 -91.01061,-91.01061 0,-50.26377 40.74684,-91.01061 91.01061,-91.01061 50.26377,0 91.01061,40.74684 91.01061,91.01061 z"
|
||||
d="m 381.49999,370 c 0,50.26377 -40.74684,91.01061 -91.01061,91.01061 c -50.26377,0 -91.01061,-40.74684 -91.01061,-91.01061 c 0,-50.26377 40.74684,-91.01061 91.01061,-91.01061 c 50.26377,0 91.01061,40.74684 91.01061,91.01061 z"
|
||||
sodipodi:ry="91.010612"
|
||||
sodipodi:rx="91.010612"
|
||||
sodipodi:cy="370"
|
||||
@ -4349,8 +4385,7 @@
|
||||
style="display:inline"
|
||||
inkscape:label="altitude"
|
||||
id="g9762"
|
||||
inkscape:groupmode="layer"
|
||||
sodipodi:insensitive="true">
|
||||
inkscape:groupmode="layer">
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
@ -4362,7 +4397,7 @@
|
||||
id="altitude-unit"
|
||||
transform="translate(0,42)">
|
||||
<path
|
||||
d="m 544.20056,290.91187 c 0.22461,-0.40365 0.49316,-0.7015 0.80567,-0.89356 0.31249,-0.19205 0.68033,-0.28808 1.10351,-0.28809 0.56965,1e-5 1.00911,0.20021 1.31836,0.60059 0.30924,0.39714 0.46386,0.96355 0.46387,1.69922 l 0,3.30078 -0.90332,0 0,-3.27148 c -10e-6,-0.52409 -0.0928,-0.91309 -0.27832,-1.167 -0.18556,-0.2539 -0.46876,-0.38085 -0.84961,-0.38086 -0.4655,1e-5 -0.83334,0.15463 -1.10352,0.46387 -0.27019,0.30925 -0.40528,0.7308 -0.40527,1.26465 l 0,3.09082 -0.90332,0 0,-3.27148 c -10e-6,-0.52734 -0.0928,-0.91634 -0.27832,-1.167 -0.18555,-0.2539 -0.47201,-0.38085 -0.85938,-0.38086 -0.45898,1e-5 -0.82357,0.15626 -1.09375,0.46875 -0.27018,0.30925 -0.40527,0.72917 -0.40527,1.25977 l 0,3.09082 -0.90332,0 0,-5.46875 0.90332,0 0,0.84961 c 0.20508,-0.33528 0.45084,-0.58268 0.7373,-0.74219 0.28646,-0.1595 0.62663,-0.23925 1.02051,-0.23926 0.39713,1e-5 0.73405,0.10092 1.01074,0.30274 0.27995,0.20183 0.48665,0.4948 0.62012,0.87891"
|
||||
d="m 544.20056,290.91187 c 0.22461,-0.40365 0.49316,-0.7015 0.80567,-0.89356 c 0.31249,-0.19205 0.68033,-0.28808 1.10351,-0.28809 c 0.56965,1e-5 1.00911,0.20021 1.31836,0.60059 c 0.30924,0.39714 0.46386,0.96355 0.46387,1.69922 l 0,3.30078 l -0.90332,0 l 0,-3.27148 c -10e-6,-0.52409 -0.0928,-0.91309 -0.27832,-1.167 c -0.18556,-0.2539 -0.46876,-0.38085 -0.84961,-0.38086 c -0.4655,1e-5 -0.83334,0.15463 -1.10352,0.46387 c -0.27019,0.30925 -0.40528,0.7308 -0.40527,1.26465 l 0,3.09082 l -0.90332,0 l 0,-3.27148 c -10e-6,-0.52734 -0.0928,-0.91634 -0.27832,-1.167 c -0.18555,-0.2539 -0.47201,-0.38085 -0.85938,-0.38086 c -0.45898,1e-5 -0.82357,0.15626 -1.09375,0.46875 c -0.27018,0.30925 -0.40527,0.72917 -0.40527,1.25977 l 0,3.09082 l -0.90332,0 l 0,-5.46875 l 0.90332,0 l 0,0.84961 c 0.20508,-0.33528 0.45084,-0.58268 0.7373,-0.74219 c 0.28646,-0.1595 0.62663,-0.23925 1.02051,-0.23926 c 0.39713,1e-5 0.73405,0.10092 1.01074,0.30274 c 0.27995,0.20183 0.48665,0.4948 0.62012,0.87891"
|
||||
style="font-size:10px;text-align:end;text-anchor:end;fill:#ffffff"
|
||||
id="path6205"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -4372,10 +4407,9 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer32"
|
||||
inkscape:label="altitude-window"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
style="display:inline">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0.25098039;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99991733;stroke-opacity:1;display:inline"
|
||||
style="fill:#000000;fill-opacity:0.25098039000000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-opacity:1;display:inline;stroke-miterlimit:4;stroke-dasharray:none"
|
||||
id="altitude-window"
|
||||
width="59.00008"
|
||||
height="214.00008"
|
||||
@ -4411,119 +4445,119 @@
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,148.96853 -5.500001,0"
|
||||
d="m 64.99999,148.96853 l -5.500001,0"
|
||||
id="path9774"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9776"
|
||||
d="m 64.99999,108.9056 -5.500001,0"
|
||||
d="m 64.99999,108.9056 l -5.500001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,68.842666 -5.500001,0"
|
||||
d="m 64.99999,68.842666 l -5.500001,0"
|
||||
id="path9778"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="altitude1"
|
||||
d="m 64.99999,129 -13.000001,0"
|
||||
d="m 64.99999,129 l -13.000001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:label="#path9780" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 64.99999,89 51.999989,89"
|
||||
d="M 64.99999,89 L 51.999989,89"
|
||||
id="altitude2"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path9782" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9796"
|
||||
d="m 64.99999,268.84267 -5.500001,0"
|
||||
d="m 64.99999,268.84267 l -5.500001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9802"
|
||||
d="m 64.99999,228.9056 -5.500001,0"
|
||||
d="m 64.99999,228.9056 l -5.500001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,188.84267 -5.500001,0"
|
||||
d="m 64.99999,188.84267 l -5.500001,0"
|
||||
id="path9804"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="altitude-2"
|
||||
d="m 64.99999,249 -13.000001,0"
|
||||
d="m 64.99999,249 l -13.000001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:label="#path9806" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,209 -13.000001,0"
|
||||
d="m 64.99999,209 l -13.000001,0"
|
||||
id="altitude-1"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path9808" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,348.84267 -5.500001,0"
|
||||
d="m 64.99999,348.84267 l -5.500001,0"
|
||||
id="path3488"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,308.9056 -5.500001,0"
|
||||
d="m 64.99999,308.9056 l -5.500001,0"
|
||||
id="path3490"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,329 -13.000001,0"
|
||||
d="m 64.99999,329 l -13.000001,0"
|
||||
id="altitude-4"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path3492" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="altitude-3"
|
||||
d="m 64.99999,289 -13.000001,0"
|
||||
d="m 64.99999,289 l -13.000001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:label="#path3494" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,28.9056 -5.500001,0"
|
||||
d="m 64.99999,28.9056 l -5.500001,0"
|
||||
id="path3496"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3498"
|
||||
d="m 64.99999,-11.157334 -5.500001,0"
|
||||
d="m 64.99999,-11.157334 l -5.500001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 64.99999,49 51.999989,49"
|
||||
d="M 64.99999,49 L 51.999989,49"
|
||||
id="altitude3"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path3500" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="altitude4"
|
||||
d="M 64.99999,9 51.999989,9"
|
||||
d="M 64.99999,9 L 51.999989,9"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:label="#path3502" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="altitude0"
|
||||
d="m 64.99999,169 -13.000001,0"
|
||||
d="m 64.99999,169 l -13.000001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:label="#path3577" />
|
||||
<path
|
||||
inkscape:label="#path3502"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 64.99999,-31 -13.000001,0"
|
||||
d="m 64.99999,-31 l -13.000001,0"
|
||||
id="altitude5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:label="#path3492"
|
||||
inkscape:connector-curvature="0"
|
||||
id="altitude-5"
|
||||
d="m 64.99999,369 -13.000001,0"
|
||||
d="m 64.99999,369 l -13.000001,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
@ -4543,7 +4577,7 @@
|
||||
inkscape:connector-curvature="0"
|
||||
id="path10043"
|
||||
transform="translate(0,4)"
|
||||
d="m 506.5,144.4375 0,12.75 -9.525,6.5625 0,2.5 9.525,6.5625 0,12.75 43,0 0,-20.5625 0,-20.5625 z"
|
||||
d="m 506.5,144.4375 l 0,12.75 l -9.525,6.5625 l 0,2.5 l 9.525,6.5625 l 0,12.75 l 43,0 L 549.5,165 l 0,-20.5625 z"
|
||||
style="fill:#000000;stroke:#ffffff" />
|
||||
<rect
|
||||
y="167.5"
|
||||
@ -4558,11 +4592,10 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer46"
|
||||
inkscape:label="altitude-waypoint"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:#bf00bf;fill-opacity:1;stroke:none"
|
||||
d="m 491,200 0,21 0,21 15,0 0,-13.0625 -9.4375,-6.4375 0,-1.5 0,-1.5 L 506,213.0625 506,200 z"
|
||||
d="m 491,200 l 0,21 l 0,21 l 15,0 l 0,-13.0625 L 496.5625,222.5 l 0,-1.5 l 0,-1.5 L 506,213.0625 L 506,200 z"
|
||||
id="altitude-waypoint"
|
||||
inkscape:label="#path10053"
|
||||
inkscape:connector-curvature="0"
|
||||
@ -4579,27 +4612,27 @@
|
||||
id="altitude-text"
|
||||
transform="translate(0,42)">
|
||||
<path
|
||||
d="m 512.28516,175.36133 c -0.60938,1e-5 -1.06837,0.30079 -1.37696,0.90234 -0.30469,0.59766 -0.45703,1.49805 -0.45703,2.70117 0,1.19923 0.15234,2.09962 0.45703,2.70118 0.30859,0.59765 0.76758,0.89648 1.37696,0.89648 0.61327,0 1.07226,-0.29883 1.37695,-0.89648 0.30859,-0.60156 0.46288,-1.50195 0.46289,-2.70118 -10e-6,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 -0.30469,-0.60155 -0.76368,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51952,0.77345 0.77929,1.89845 0.77929,3.375 0,1.47266 -0.25977,2.59766 -0.77929,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98048,0 -1.73047,-0.38672 -2.25,-1.16016 -0.51563,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 0,-1.47655 0.25781,-2.60155 0.77344,-3.375 0.51953,-0.77733 1.26952,-1.166 2.25,-1.16601"
|
||||
d="m 512.28516,175.36133 c -0.60938,1e-5 -1.06837,0.30079 -1.37696,0.90234 c -0.30469,0.59766 -0.45703,1.49805 -0.45703,2.70117 c 0,1.19923 0.15234,2.09962 0.45703,2.70118 c 0.30859,0.59765 0.76758,0.89648 1.37696,0.89648 c 0.61327,0 1.07226,-0.29883 1.37695,-0.89648 c 0.30859,-0.60156 0.46288,-1.50195 0.46289,-2.70118 c -10e-6,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76368,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 c 0.51952,0.77345 0.77929,1.89845 0.77929,3.375 c 0,1.47266 -0.25977,2.59766 -0.77929,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98048,0 -1.73047,-0.38672 -2.25,-1.16016 c -0.51563,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 c 0,-1.47655 0.25781,-2.60155 0.77344,-3.375 c 0.51953,-0.77733 1.26952,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff"
|
||||
id="path6194"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 519.92578,175.36133 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59766 -0.45704,1.49805 -0.45703,2.70117 -1e-5,1.19923 0.15234,2.09962 0.45703,2.70118 0.30859,0.59765 0.76757,0.89648 1.37695,0.89648 0.61328,0 1.07226,-0.29883 1.37695,-0.89648 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.70118 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98047,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -10e-6,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26367,1.16016 -2.24414,1.16016 -0.98047,0 -1.73047,-0.38672 -2.25,-1.16016 -0.51562,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 0,-1.47655 0.25782,-2.60155 0.77344,-3.375 0.51953,-0.77733 1.26953,-1.166 2.25,-1.16601"
|
||||
d="m 519.92578,175.36133 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59766 -0.45704,1.49805 -0.45703,2.70117 c -1e-5,1.19923 0.15234,2.09962 0.45703,2.70118 c 0.30859,0.59765 0.76757,0.89648 1.37695,0.89648 c 0.61328,0 1.07226,-0.29883 1.37695,-0.89648 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.70118 c 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98047,1e-5 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -10e-6,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26367,1.16016 -2.24414,1.16016 c -0.98047,0 -1.73047,-0.38672 -2.25,-1.16016 c -0.51562,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 c 0,-1.47655 0.25782,-2.60155 0.77344,-3.375 c 0.51953,-0.77733 1.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff"
|
||||
id="path6196"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 527.56641,175.36133 c -0.60938,1e-5 -1.06837,0.30079 -1.37696,0.90234 -0.30469,0.59766 -0.45703,1.49805 -0.45703,2.70117 0,1.19923 0.15234,2.09962 0.45703,2.70118 0.30859,0.59765 0.76758,0.89648 1.37696,0.89648 0.61327,0 1.07226,-0.29883 1.37695,-0.89648 0.30859,-0.60156 0.46288,-1.50195 0.46289,-2.70118 -10e-6,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 -0.30469,-0.60155 -0.76368,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51952,0.77345 0.77929,1.89845 0.77929,3.375 0,1.47266 -0.25977,2.59766 -0.77929,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98048,0 -1.73047,-0.38672 -2.25,-1.16016 -0.51563,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 0,-1.47655 0.25781,-2.60155 0.77344,-3.375 0.51953,-0.77733 1.26952,-1.166 2.25,-1.16601"
|
||||
d="m 527.56641,175.36133 c -0.60938,1e-5 -1.06837,0.30079 -1.37696,0.90234 c -0.30469,0.59766 -0.45703,1.49805 -0.45703,2.70117 c 0,1.19923 0.15234,2.09962 0.45703,2.70118 c 0.30859,0.59765 0.76758,0.89648 1.37696,0.89648 c 0.61327,0 1.07226,-0.29883 1.37695,-0.89648 c 0.30859,-0.60156 0.46288,-1.50195 0.46289,-2.70118 c -10e-6,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76368,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 c 0.51952,0.77345 0.77929,1.89845 0.77929,3.375 c 0,1.47266 -0.25977,2.59766 -0.77929,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98048,0 -1.73047,-0.38672 -2.25,-1.16016 c -0.51563,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 c 0,-1.47655 0.25781,-2.60155 0.77344,-3.375 c 0.51953,-0.77733 1.26952,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff"
|
||||
id="path6198"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 535.20703,175.36133 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59766 -0.45704,1.49805 -0.45703,2.70117 -1e-5,1.19923 0.15234,2.09962 0.45703,2.70118 0.30859,0.59765 0.76757,0.89648 1.37695,0.89648 0.61328,0 1.07226,-0.29883 1.37695,-0.89648 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.70118 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98047,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -10e-6,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26367,1.16016 -2.24414,1.16016 -0.98047,0 -1.73047,-0.38672 -2.25,-1.16016 -0.51562,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 0,-1.47655 0.25782,-2.60155 0.77344,-3.375 0.51953,-0.77733 1.26953,-1.166 2.25,-1.16601"
|
||||
d="m 535.20703,175.36133 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59766 -0.45704,1.49805 -0.45703,2.70117 c -1e-5,1.19923 0.15234,2.09962 0.45703,2.70118 c 0.30859,0.59765 0.76757,0.89648 1.37695,0.89648 c 0.61328,0 1.07226,-0.29883 1.37695,-0.89648 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.70118 c 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98047,1e-5 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -10e-6,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26367,1.16016 -2.24414,1.16016 c -0.98047,0 -1.73047,-0.38672 -2.25,-1.16016 c -0.51562,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 c 0,-1.47655 0.25782,-2.60155 0.77344,-3.375 c 0.51953,-0.77733 1.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff"
|
||||
id="path6200"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 542.84766,175.36133 c -0.60938,1e-5 -1.06837,0.30079 -1.37696,0.90234 -0.30469,0.59766 -0.45703,1.49805 -0.45703,2.70117 0,1.19923 0.15234,2.09962 0.45703,2.70118 0.30859,0.59765 0.76758,0.89648 1.37696,0.89648 0.61327,0 1.07226,-0.29883 1.37695,-0.89648 0.30859,-0.60156 0.46288,-1.50195 0.46289,-2.70118 -10e-6,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 -0.30469,-0.60155 -0.76368,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51952,0.77345 0.77929,1.89845 0.77929,3.375 0,1.47266 -0.25977,2.59766 -0.77929,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98048,0 -1.73047,-0.38672 -2.25,-1.16016 -0.51563,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 0,-1.47655 0.25781,-2.60155 0.77344,-3.375 0.51953,-0.77733 1.26952,-1.166 2.25,-1.16601"
|
||||
d="m 542.84766,175.36133 c -0.60938,1e-5 -1.06837,0.30079 -1.37696,0.90234 c -0.30469,0.59766 -0.45703,1.49805 -0.45703,2.70117 c 0,1.19923 0.15234,2.09962 0.45703,2.70118 c 0.30859,0.59765 0.76758,0.89648 1.37696,0.89648 c 0.61327,0 1.07226,-0.29883 1.37695,-0.89648 c 0.30859,-0.60156 0.46288,-1.50195 0.46289,-2.70118 c -10e-6,-1.20312 -0.1543,-2.10351 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76368,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 c 0.51952,0.77345 0.77929,1.89845 0.77929,3.375 c 0,1.47266 -0.25977,2.59766 -0.77929,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98048,0 -1.73047,-0.38672 -2.25,-1.16016 c -0.51563,-0.77734 -0.77344,-1.90234 -0.77344,-3.375 c 0,-1.47655 0.25781,-2.60155 0.77344,-3.375 c 0.51953,-0.77733 1.26952,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff"
|
||||
id="path6202"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -4610,164 +4643,295 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer38"
|
||||
inkscape:label="vsi"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer74"
|
||||
inkscape:label="vsi-unit"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Sans"
|
||||
id="vsi-unit"
|
||||
transform="translate(0.25011024,44)">
|
||||
<path
|
||||
d="m 561.48145,257.08456 0,0.74707 -0.85938,0 c -0.32227,10e-6 -0.54688,0.0651 -0.67383,0.19532 -0.1237,0.13021 -0.18555,0.36459 -0.18554,0.70312 l 0,0.4834 1.47949,0 0,0.69824 -1.47949,0 0,4.77051 -0.90333,0 0,-4.77051 -0.85937,0 0,-0.69824 0.85937,0 0,-0.38086 c 0,-0.60872 0.14161,-1.05142 0.42481,-1.32812 0.2832,-0.27994 0.73242,-0.41992 1.34766,-0.41993 l 0.84961,0"
|
||||
style="font-size:10px;text-align:end;text-anchor:end;fill:#ffffff"
|
||||
id="path6184"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 562.94141,257.66074 0,1.55273 1.85058,0 0,0.69824 -1.85058,0 0,2.96875 c -10e-6,0.44597 0.0602,0.73243 0.18066,0.85938 0.1237,0.12695 0.37272,0.19043 0.74707,0.19043 l 0.92285,0 0,0.75195 -0.92285,0 c -0.69336,0 -1.17188,-0.12858 -1.43555,-0.38574 -0.26367,-0.26042 -0.3955,-0.73242 -0.3955,-1.41602 l 0,-2.96875 -0.65918,0 0,-0.69824 0.65918,0 0,-1.55273 0.90332,0"
|
||||
style="font-size:10px;text-align:end;text-anchor:end;fill:#ffffff"
|
||||
id="path6186"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 567.5752,257.39218 0.83007,0 -2.53906,8.21777 -0.83008,0 2.53907,-8.21777"
|
||||
style="font-size:10px;text-align:end;text-anchor:end;fill:#ffffff"
|
||||
id="path6188"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 572.84375,259.3746 0,0.84961 c -0.25391,-0.1302 -0.51758,-0.22786 -0.79102,-0.29297 -0.27344,-0.0651 -0.55664,-0.0976 -0.84961,-0.0976 -0.44596,0 -0.78125,0.0684 -1.00585,0.20508 -0.22136,0.13672 -0.33204,0.3418 -0.33204,0.61523 0,0.20834 0.0798,0.37273 0.23926,0.49316 0.15951,0.1172 0.48014,0.2295 0.96192,0.33692 l 0.30761,0.0684 c 0.63802,0.13672 1.09049,0.3304 1.35743,0.58105 0.27017,0.2474 0.40526,0.59408 0.40527,1.04004 -10e-6,0.50781 -0.20183,0.90983 -0.60547,1.20606 -0.40039,0.29622 -0.95215,0.44433 -1.65527,0.44433 -0.29297,0 -0.59896,-0.0293 -0.91797,-0.0879 -0.31576,-0.0553 -0.64942,-0.13997 -1.00098,-0.2539 l 0,-0.92774 c 0.33203,0.17253 0.65918,0.30274 0.98145,0.39063 0.32226,0.0846 0.64127,0.12695 0.95703,0.12695 0.42317,0 0.74869,-0.0716 0.97656,-0.21484 0.22786,-0.14649 0.34179,-0.35157 0.3418,-0.61524 -1e-5,-0.24414 -0.083,-0.43131 -0.24903,-0.56152 -0.16276,-0.13021 -0.52246,-0.25553 -1.0791,-0.37598 l -0.3125,-0.0732 c -0.55664,-0.11719 -0.95866,-0.29622 -1.20605,-0.53711 -0.2474,-0.24414 -0.3711,-0.5778 -0.3711,-1.00098 0,-0.51432 0.18229,-0.91145 0.54688,-1.1914 0.36458,-0.27995 0.88216,-0.41992 1.55273,-0.41993 0.33203,10e-6 0.64453,0.0244 0.9375,0.0732 0.29297,0.0488 0.56315,0.12207 0.81055,0.21972"
|
||||
style="font-size:10px;text-align:end;text-anchor:end;fill:#ffffff"
|
||||
id="path6191"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
style="display:inline">
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer39"
|
||||
inkscape:label="vsi-window"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:#000000;fill-opacity:0.25098039;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:#000000;fill-opacity:0.25098039;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="M 608.03211,91.918678 C 647.68617,91.918678 918,217 918,217 c 0,0 -269.64496,124.91868 -309.96789,124.91868 c -40.32293,0 -50.00001,-61.5142 -50.00001,-125 c 0,-63.4858 10.34595,-125.000002 50.00001,-125.000002 z"
|
||||
id="vsi-window"
|
||||
width="26.5"
|
||||
height="159"
|
||||
x="549.75012"
|
||||
y="137.5"
|
||||
inkscape:label="#rect9940" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer40"
|
||||
inkscape:label="vsi-bar"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="vsi-bar"
|
||||
width="5.5"
|
||||
height="79"
|
||||
x="550.25012"
|
||||
y="138"
|
||||
inkscape:label="#rect9943" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer41"
|
||||
inkscape:label="vsi-scale"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
id="vsi-scale"
|
||||
inkscape:label="#g3460"
|
||||
transform="translate(0.25011024,42)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9950"
|
||||
d="m 550,135 13,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,115 13,0"
|
||||
id="path9954"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9956"
|
||||
d="m 550,155 13,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,165 5.5,0"
|
||||
id="path9958"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,145 5.5,0"
|
||||
id="path9960"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9962"
|
||||
d="m 550,125 5.5,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9964"
|
||||
d="m 550,105 5.5,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,215 13,0"
|
||||
id="path9978"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9980"
|
||||
d="m 550,195 13,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999964;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,235 13,0"
|
||||
id="path9982"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9984"
|
||||
d="m 550,245 5.5,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path9986"
|
||||
d="m 550,225 5.5,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,205 5.5,0"
|
||||
id="path9988"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 550,185 5.5,0"
|
||||
id="path9990"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
sodipodi:nodetypes="zczzz" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer42"
|
||||
inkscape:label="vsi-centerline"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
style="display:inline" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer74"
|
||||
inkscape:label="vsi-unit"
|
||||
style="display:inline" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer72"
|
||||
inkscape:label="vsi-arrow">
|
||||
<g
|
||||
id="vsi-arrow"
|
||||
transform="translate(2,0)">
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:3.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
|
||||
d="m 550.25,217 25.50022,0"
|
||||
id="vsi-centerline"
|
||||
sodipodi:nodetypes="cccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path9946" />
|
||||
id="rect4893"
|
||||
d="M 593.03211,212.93018 L 678.39821,212.93018 L 678.39821,220.90718 L 593.03211,220.90718 L 589.03211,216.91868 z"
|
||||
style="fill:#c8c8c8;fill-opacity:1;stroke:#111413;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:none" />
|
||||
<path
|
||||
style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999994;stroke-linejoin:round;stroke-opacity:1"
|
||||
d="M 593.85791,214.81327 L 646.39821,214.81327 L 646.39821,219.02373 L 593.85791,219.02373 L 591.90211,216.91868 z"
|
||||
id="path4896"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccc" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="M 593.97767,217 L 641,216.91868"
|
||||
id="path5210"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer40"
|
||||
inkscape:label="vsi-bar"
|
||||
style="display:inline" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer79"
|
||||
inkscape:label="vsi-waypoint"
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:#ff00ff;fill-opacity:1;stroke:#ff00ff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 576.54916,211.75 l 6.95084,0.11285 l -0.2329,10.18229 L 576.5,222.25 z"
|
||||
id="vsi-waypoint"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer41"
|
||||
inkscape:label="vsi-scale"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="vsi-scale"
|
||||
transform="translate(-18,0)">
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 607.03209,217 l -13,0"
|
||||
id="vsi-centerline"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="arc"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:0.39452228;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
id="path3868"
|
||||
sodipodi:cx="626.35254"
|
||||
sodipodi:cy="205"
|
||||
sodipodi:rx="46.352551"
|
||||
sodipodi:ry="75"
|
||||
d="m 582.79539,230.65151 a 46.352551,75 0 0 1 0,-51.30302"
|
||||
transform="matrix(6.4484046,0,0,3.9853333,-3146.0425,-599.99333)"
|
||||
sodipodi:start="2.7925268"
|
||||
sodipodi:end="3.4906585"
|
||||
sodipodi:open="true" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 611.37496,167.3539 l -12.8025,-2.25741"
|
||||
id="path4652"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 599.81128,204.20205 l -5.49476,-0.2399"
|
||||
id="path4654"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 602.04172,178.70357 l -5.45294,-0.71787"
|
||||
id="path4658"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-x="-3.6818999"
|
||||
inkscape:transform-center-y="1.4016049" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 608.11978,192.08218 l -12.95052,-1.13304"
|
||||
id="path4660"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:transform-center-y="1.7171649"
|
||||
inkscape:transform-center-x="-3.5457349"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4662"
|
||||
d="m 606.50354,153.42132 l -5.36963,-1.19039"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4666"
|
||||
d="m 616.46289,142.9203 l -12.55702,-3.36463"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 613.11138,128.77283 l -5.24545,-1.65386"
|
||||
id="path4668"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-x="-3.3825849"
|
||||
inkscape:transform-center-y="2.0196599" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 624.66996,119.36055 l -12.21598,-4.44623"
|
||||
id="path4672"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4698"
|
||||
d="m 610.97895,266.79024 l -12.8025,2.25741"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4700"
|
||||
d="m 599.41527,229.94209 l -5.49476,0.2399"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
inkscape:transform-center-y="-1.4016049"
|
||||
inkscape:transform-center-x="-3.6818999"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4702"
|
||||
d="m 601.64571,255.44057 l -5.45294,0.71787"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4704"
|
||||
d="M 607.72377,242.06196 L 594.77325,243.195"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 606.10753,280.72282 l -5.36963,1.19039"
|
||||
id="path4706"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-x="-3.5457349"
|
||||
inkscape:transform-center-y="-1.7171649" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 616.06688,291.22384 l -12.55702,3.36463"
|
||||
id="path4708"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:transform-center-y="-2.0196599"
|
||||
inkscape:transform-center-x="-3.3825849"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4710"
|
||||
d="m 612.71537,305.37131 l -5.24545,1.65386"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4712"
|
||||
d="m 624.27395,314.78359 l -12.21598,4.44623"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1.99999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<g
|
||||
id="g4832"
|
||||
style="fill:#ffffff;stroke:none"
|
||||
transform="translate(22,-4)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5115"
|
||||
d="m 603.16431,337.9502 l 2.28271,-8.14258 l 0.77344,0 l -2.27734,8.14258 l -0.77881,0"
|
||||
style="fill:#ffffff;stroke:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5117"
|
||||
d="m 606.55347,336.11328 l 0.95605,-0.15039 c 0.0537,0.38314 0.20231,0.67676 0.4458,0.88086 c 0.24707,0.2041 0.59082,0.30615 1.03125,0.30615 c 0.44401,0 0.77344,-0.0895 0.98828,-0.26855 c 0.21484,-0.18262 0.32227,-0.39567 0.32227,-0.63916 c 0,-0.21843 -0.0949,-0.3903 -0.28467,-0.51563 c -0.13249,-0.0859 -0.46192,-0.19514 -0.98828,-0.32763 c -0.70899,-0.17904 -1.20134,-0.33301 -1.47705,-0.46192 c -0.27214,-0.13248 -0.47982,-0.31331 -0.62305,-0.54248 c -0.13965,-0.23274 -0.20947,-0.48876 -0.20947,-0.76807 c 0,-0.25422 0.0573,-0.48876 0.17187,-0.70361 c 0.11817,-0.21842 0.27751,-0.39924 0.47803,-0.54248 c 0.15039,-0.111 0.35449,-0.20409 0.61231,-0.2793 c 0.26139,-0.0788 0.54068,-0.11815 0.83789,-0.11816 c 0.44759,10e-6 0.83967,0.0645 1.17627,0.19336 c 0.34016,0.12891 0.59081,0.30437 0.75195,0.52637 c 0.16113,0.21843 0.27213,0.51205 0.33301,0.88086 l -0.94531,0.1289 c -0.043,-0.29361 -0.1683,-0.52278 -0.37598,-0.6875 c -0.20411,-0.16471 -0.49414,-0.24706 -0.87012,-0.24707 c -0.44401,1e-5 -0.76091,0.0734 -0.95068,0.22022 c -0.18978,0.14681 -0.28467,0.31869 -0.28467,0.51562 c 0,0.12533 0.0394,0.23812 0.11816,0.33838 c 0.0788,0.10385 0.20231,0.18978 0.37061,0.25781 c 0.0967,0.0358 0.38134,0.11817 0.854,0.24707 c 0.68392,0.18262 1.16016,0.33301 1.42871,0.45118 c 0.27214,0.11458 0.48519,0.28288 0.63916,0.50488 c 0.15397,0.22201 0.23096,0.49772 0.23096,0.82715 c 0,0.32226 -0.0949,0.62663 -0.28467,0.91308 c -0.1862,0.28288 -0.45654,0.5031 -0.81103,0.66065 c -0.3545,0.15397 -0.75554,0.23095 -1.20313,0.23095 c -0.74121,0 -1.30696,-0.15397 -1.69726,-0.46191 c -0.38672,-0.30794 -0.63379,-0.76448 -0.74121,-1.36963"
|
||||
style="fill:#ffffff;stroke:none" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path5113"
|
||||
d="m 594.69409,337.81592 l 0,-5.7041 l 0.86475,0 l 0,0.80029 c 0.17903,-0.27929 0.41715,-0.50309 0.71435,-0.67139 c 0.2972,-0.17187 0.63558,-0.2578 1.01514,-0.25781 c 0.42252,10e-6 0.76806,0.0877 1.03662,0.26318 c 0.27213,0.17546 0.4637,0.42074 0.57471,0.73584 c 0.45116,-0.66601 1.0384,-0.99901 1.76172,-0.99902 c 0.56574,10e-6 1.0008,0.15756 1.30517,0.47266 c 0.30436,0.31152 0.45654,0.79313 0.45655,1.44482 l 0,3.91553 l -0.96143,0 l 0,-3.59326 c -10e-6,-0.38672 -0.0322,-0.66422 -0.0967,-0.83252 c -0.0609,-0.17187 -0.17367,-0.30973 -0.33838,-0.41358 c -0.16472,-0.10383 -0.35808,-0.15575 -0.58008,-0.15576 c -0.40104,10e-6 -0.73405,0.13428 -0.99902,0.40283 c -0.26498,0.26498 -0.39747,0.69109 -0.39746,1.27832 l 0,3.31397 l -0.9668,0 l 0,-3.70606 c 0,-0.42968 -0.0788,-0.75195 -0.23633,-0.96679 c -0.15755,-0.21484 -0.41536,-0.32226 -0.77343,-0.32227 c -0.27214,10e-6 -0.52458,0.0716 -0.75733,0.21484 c -0.22917,0.14324 -0.39567,0.35271 -0.49951,0.62842 c -0.10384,0.27572 -0.15576,0.67318 -0.15576,1.19239 l 0,2.95947 l -0.9668,0"
|
||||
style="fill:#ffffff;stroke:none" />
|
||||
</g>
|
||||
<g
|
||||
id="vsi-text"
|
||||
transform="translate(18,0)">
|
||||
<g
|
||||
transform="matrix(0.93969262,0.34202015,-0.34202015,0.93969262,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5083">
|
||||
<path
|
||||
d="m 590.70471,-92.619102 l 0,-2.399415 l -4.34765,0 l 0,-1.127929 l 4.57324,-6.494144 l 1.00488,0 l 0,6.494144 l 1.35352,0 l 0,1.127929 l -1.35352,0 l 0,2.399415 l -1.23047,0 m 0,-3.527344 l 0,-4.518554 l -3.13769,4.518554 l 3.13769,0"
|
||||
id="path5162"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.96592582,0.25881906,-0.25881906,0.96592582,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5087">
|
||||
<path
|
||||
d="m 590.11182,-15.845105 l 1.23047,-0.164063 c 0.14127,0.697268 0.38053,1.200848 0.71777,1.510743 c 0.34179,0.305339 0.75651,0.458008 1.24414,0.458007 c 0.57877,1e-6 1.0664,-0.200519 1.46289,-0.601562 c 0.40104,-0.40104 0.60156,-0.897784 0.60156,-1.490235 c 0,-0.5651 -0.18457,-1.029944 -0.55371,-1.394531 c -0.36914,-0.369136 -0.83854,-0.553706 -1.4082,-0.553711 c -0.23243,5e-6 -0.52181,0.04558 -0.86817,0.136719 l 0.13672,-1.080078 c 0.082,0.0091 0.14811,0.01368 0.19825,0.01367 c 0.52408,6e-6 0.99576,-0.136713 1.41503,-0.410156 c 0.41927,-0.273431 0.62891,-0.694981 0.62891,-1.264649 c 0,-0.451164 -0.15267,-0.824861 -0.45801,-1.121094 c -0.30534,-0.296215 -0.69955,-0.444327 -1.18261,-0.444336 c -0.47852,9e-6 -0.87729,0.1504 -1.19629,0.451172 c -0.31902,0.30079 -0.52409,0.751961 -0.61524,1.353516 l -1.23047,-0.21875 c 0.15039,-0.824862 0.49219,-1.462882 1.02539,-1.914063 c 0.5332,-0.455719 1.19629,-0.683583 1.98926,-0.683593 c 0.54687,10e-6 1.05045,0.118499 1.51074,0.355468 c 0.46028,0.232432 0.8112,0.551442 1.05274,0.957032 c 0.24609,0.405607 0.36913,0.836271 0.36914,1.291992 c -10e-6,0.43295 -0.11622,0.827155 -0.34863,1.182617 c -0.23243,0.355475 -0.57651,0.638026 -1.03223,0.847656 c 0.59244,0.136724 1.05273,0.421555 1.38086,0.854492 c 0.32812,0.42839 0.49218,0.96615 0.49219,1.613282 c -10e-6,0.875002 -0.31902,1.61784 -0.95703,2.228515 c -0.63803,0.60612 -1.44467,0.90918 -2.41993,0.90918 c -0.87956,0 -1.611,-0.262044 -2.19433,-0.786133 c -0.57878,-0.524087 -0.90918,-1.203123 -0.99121,-2.037109"
|
||||
id="path5165"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.98480775,0.17364819,-0.17364819,0.98480775,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5099">
|
||||
<path
|
||||
d="m 594.85211,64.210739 l 0,1.182617 l -6.62402,0 c -0.009,-0.296223 0.0387,-0.581054 0.14355,-0.854492 c 0.16862,-0.45117 0.4375,-0.895506 0.80664,-1.333008 c 0.3737,-0.437497 0.91146,-0.943356 1.61328,-1.517578 c 1.08919,-0.893224 1.8252,-1.599604 2.20801,-2.11914 c 0.38281,-0.524083 0.57422,-1.018548 0.57422,-1.483399 c 0,-0.487622 -0.17546,-0.897778 -0.52637,-1.230469 c -0.34635,-0.33723 -0.7998,-0.50585 -1.36035,-0.505859 c -0.59245,9e-6 -1.06641,0.177743 -1.42187,0.533203 c -0.35547,0.355477 -0.53549,0.847664 -0.54004,1.476563 l -1.26465,-0.129883 c 0.0866,-0.943351 0.41243,-1.661124 0.97754,-2.15332 c 0.5651,-0.496735 1.32389,-0.745108 2.27637,-0.745118 c 0.96158,1e-5 1.72265,0.266612 2.2832,0.799805 c 0.56054,0.533212 0.84081,1.194018 0.84082,1.982422 c -10e-6,0.401048 -0.082,0.795254 -0.24609,1.182617 c -0.16407,0.387376 -0.43751,0.795253 -0.82032,1.223633 c -0.37826,0.42839 -1.00944,1.01628 -1.89355,1.763672 c -0.73829,0.619794 -1.21224,1.041343 -1.42188,1.264648 c -0.20963,0.218752 -0.38281,0.43978 -0.51953,0.663086 l 4.91504,0"
|
||||
id="path5168"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.9961947,0.08715575,-0.08715575,0.9961947,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5103">
|
||||
<path
|
||||
d="m 583.46417,143.86147 l -1.23047,0 l 0,-7.84082 c -0.29622,0.28255 -0.68587,0.56511 -1.16894,0.84765 c -0.47852,0.28256 -0.90918,0.49447 -1.29199,0.63574 l 0,-1.18945 c 0.68814,-0.32356 1.28971,-0.71549 1.80468,-1.17578 c 0.51497,-0.46028 0.87956,-0.90689 1.09375,-1.33984 l 0.79297,0 l 0,10.0625"
|
||||
id="path5171"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5137">
|
||||
<path
|
||||
d="m 562.91168,216.91772 c 0,-1.18489 0.12077,-2.13736 0.36231,-2.85742 c 0.24609,-0.7246 0.60839,-1.28287 1.08691,-1.6748 c 0.48307,-0.39192 1.08919,-0.58788 1.81836,-0.58789 c 0.53776,1e-5 1.00944,0.10938 1.41504,0.32812 c 0.40559,0.2142 0.74055,0.52638 1.00488,0.93653 c 0.26432,0.4056 0.47168,0.90235 0.62207,1.49023 c 0.15039,0.58334 0.22558,1.37175 0.22559,2.36523 c -10e-6,1.17579 -0.12078,2.12598 -0.36231,2.85059 c -0.24154,0.72005 -0.60384,1.27832 -1.08691,1.67481 c -0.47852,0.39192 -1.08464,0.58789 -1.81836,0.58789 c -0.96615,0 -1.72494,-0.34636 -2.27637,-1.03907 c -0.66081,-0.83398 -0.99121,-2.19205 -0.99121,-4.07422 m 1.26465,0 c 0,1.64519 0.1914,2.74122 0.57422,3.28809 c 0.38737,0.54232 0.8636,0.81348 1.42871,0.81348 c 0.5651,0 1.03906,-0.27344 1.42188,-0.82032 c 0.38736,-0.54687 0.58104,-1.64062 0.58105,-3.28125 c -10e-6,-1.64973 -0.19369,-2.74576 -0.58105,-3.28808 c -0.38282,-0.54231 -0.86134,-0.81347 -1.43555,-0.81348 c -0.56511,1e-5 -1.01628,0.23927 -1.35352,0.71778 c -0.42383,0.61068 -0.63574,1.73861 -0.63574,3.38378"
|
||||
id="path5186"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.98480775,-0.17364817,0.17364817,0.98480775,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5129">
|
||||
<path
|
||||
d="m 519.79114,369.1806 l 0,1.18262 l -6.62403,0 c -0.009,-0.29622 0.0387,-0.58105 0.14356,-0.85449 c 0.16862,-0.45117 0.4375,-0.89551 0.80664,-1.33301 c 0.3737,-0.4375 0.91146,-0.94336 1.61328,-1.51758 c 1.08919,-0.89322 1.82519,-1.5996 2.20801,-2.11914 c 0.38281,-0.52408 0.57421,-1.01855 0.57422,-1.4834 c -1e-5,-0.48762 -0.17546,-0.89778 -0.52637,-1.23047 c -0.34636,-0.33723 -0.79981,-0.50585 -1.36035,-0.50586 c -0.59245,10e-6 -1.06641,0.17775 -1.42188,0.53321 c -0.35547,0.35547 -0.53548,0.84766 -0.54004,1.47656 l -1.26464,-0.12988 c 0.0866,-0.94335 0.41243,-1.66113 0.97754,-2.15332 c 0.5651,-0.49674 1.32389,-0.74511 2.27636,-0.74512 c 0.96159,10e-6 1.72265,0.26661 2.28321,0.7998 c 0.56054,0.53322 0.84081,1.19402 0.84082,1.98243 c -10e-6,0.40105 -0.082,0.79525 -0.2461,1.18261 c -0.16407,0.38738 -0.4375,0.79526 -0.82031,1.22364 c -0.37826,0.42839 -1.00945,1.01628 -1.89356,1.76367 c -0.73828,0.61979 -1.21224,1.04134 -1.42187,1.26465 c -0.20964,0.21875 -0.38281,0.43978 -0.51953,0.66308 l 4.91504,0"
|
||||
id="path5180"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.9961947,-0.08715574,0.08715574,0.9961947,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5133">
|
||||
<path
|
||||
d="m 545.78973,296.81775 l -1.23046,0 l 0,-7.84082 c -0.29623,0.28256 -0.68588,0.56511 -1.16895,0.84765 c -0.47852,0.28256 -0.90918,0.49448 -1.29199,0.63575 l 0,-1.18946 c 0.68815,-0.32356 1.28971,-0.71548 1.80469,-1.17578 c 0.51497,-0.46027 0.87955,-0.90689 1.09375,-1.33984 l 0.79296,0 l 0,10.0625"
|
||||
id="path5183"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.96592583,-0.25881904,0.25881904,0.96592583,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5125">
|
||||
<path
|
||||
d="m 478.23416,437.97165 l 1.23047,-0.16406 c 0.14127,0.69726 0.38053,1.20084 0.71777,1.51074 c 0.3418,0.30534 0.75651,0.45801 1.24414,0.45801 c 0.57878,0 1.06641,-0.20052 1.46289,-0.60157 c 0.40104,-0.40104 0.60156,-0.89778 0.60157,-1.49023 c -10e-6,-0.5651 -0.18458,-1.02994 -0.55371,-1.39453 c -0.36915,-0.36914 -0.83855,-0.55371 -1.40821,-0.55371 c -0.23242,0 -0.52181,0.0456 -0.86816,0.13672 l 0.13672,-1.08008 c 0.082,0.009 0.14811,0.0137 0.19824,0.0137 c 0.52408,10e-6 0.99576,-0.13671 1.41504,-0.41016 c 0.41926,-0.27343 0.6289,-0.69498 0.62891,-1.26464 c -10e-6,-0.45117 -0.15268,-0.82487 -0.45801,-1.1211 c -0.30535,-0.29621 -0.69955,-0.44433 -1.18262,-0.44433 c -0.47852,0 -0.87728,0.1504 -1.19629,0.45117 c -0.31901,0.30079 -0.52409,0.75196 -0.61523,1.35351 l -1.23047,-0.21875 c 0.15039,-0.82486 0.49218,-1.46288 1.02539,-1.91406 c 0.5332,-0.45572 1.19629,-0.68358 1.98926,-0.68359 c 0.54687,1e-5 1.05045,0.1185 1.51074,0.35547 c 0.46028,0.23243 0.81119,0.55144 1.05273,0.95703 c 0.24609,0.4056 0.36914,0.83627 0.36914,1.29199 c 0,0.43295 -0.11621,0.82715 -0.34863,1.18262 c -0.23243,0.35547 -0.5765,0.63802 -1.03223,0.84765 c 0.59245,0.13673 1.05273,0.42156 1.38086,0.85449 c 0.32812,0.42839 0.49218,0.96615 0.49219,1.61329 c -10e-6,0.875 -0.31902,1.61784 -0.95703,2.22851 c -0.63803,0.60612 -1.44467,0.90918 -2.41992,0.90918 c -0.87956,0 -1.61101,-0.26204 -2.19434,-0.78613 c -0.57877,-0.52409 -0.90918,-1.20312 -0.99121,-2.03711"
|
||||
id="path5177"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.93969262,-0.34202014,0.34202014,0.93969262,0,0)"
|
||||
style="font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="text5121">
|
||||
<path
|
||||
d="m 442.86176,508.83423 l 0,-2.39942 l -4.34766,0 l 0,-1.12793 l 4.57324,-6.49414 l 1.00488,0 l 0,6.49414 l 1.35352,0 l 0,1.12793 l -1.35352,0 l 0,2.39942 l -1.23046,0 m 0,-3.52735 l 0,-4.51855 l -3.1377,4.51855 l 3.1377,0"
|
||||
id="path5174"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
@ -5158,10 +5322,9 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer69"
|
||||
inkscape:label="foreground_layer"
|
||||
sodipodi:insensitive="true"
|
||||
style="display:inline">
|
||||
<rect
|
||||
style="fill:none;stroke:none"
|
||||
style="fill:url(#radialGradient4865);stroke:none;fill-opacity:1"
|
||||
id="foreground"
|
||||
width="641.5"
|
||||
height="481.5"
|
||||
@ -5176,7 +5339,7 @@
|
||||
transform="translate(0,-4)"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:none;stroke:none;display:inline"
|
||||
style="fill:none;stroke:none;display:inline;fill-opacity:1;opacity:1"
|
||||
id="pfd-window"
|
||||
width="642"
|
||||
height="482"
|
||||
|
Before Width: | Height: | Size: 417 KiB After Width: | Height: | Size: 438 KiB |
Loading…
x
Reference in New Issue
Block a user