mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-1438 VSI_Arc_PFD+Status : Added Thrust mode info close to Flightmode
This commit is contained in:
parent
47aadd25cd
commit
2c25d2d875
@ -16,6 +16,19 @@ Item {
|
||||
property variant flightmodeColors : ["gray", "green", "green", "green", "green", "green", "green", "red",
|
||||
"cyan", "cyan", "cyan", "cyan", "cyan", "cyan", "cyan", "cyan", "cyan"]
|
||||
|
||||
// Manual,Rate,Attitude,AxisLock,WeakLeveling,VirtualBar,Rattitude,RelayRate,RelayAttitude,
|
||||
// AltitudeHold,AltitudeVario,CruiseControl + Auto mode (VTOL/Wing pathfollower)
|
||||
// grey : 'disabled' modes
|
||||
|
||||
property variant thrustmodeColors : ["green", "grey", "grey", "grey", "grey", "grey", "grey", "grey", "grey",
|
||||
"green", "green", "green", "cyan"]
|
||||
|
||||
property var thrust_mode: FlightStatus.FlightMode < 7 ? StabilizationDesired.StabilizationMode_Thrust :
|
||||
FlightStatus.FlightMode > 7 && HwSettings.OptionalModules_VtolPathFollower == 1
|
||||
&& VtolPathFollowerSettings.ThrustControl == 1 ? 12 :
|
||||
FlightStatus.FlightMode > 7 && HwSettings.OptionalModules_FixedWingPathFollower == 1 ? 12: 0
|
||||
|
||||
|
||||
property real flight_time: Math.round(SystemStats.FlightTime / 1000)
|
||||
property real time_h: (flight_time > 0 ? Math.floor(flight_time / 3600) : 0 )
|
||||
property real time_m: (flight_time > 0 ? Math.floor((flight_time - time_h*3600)/60) : 0)
|
||||
@ -195,6 +208,35 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
SvgElementPositionItem {
|
||||
id: warning_thrustmode
|
||||
sceneSize: parent.sceneSize
|
||||
elementName: "warning-thrustmode"
|
||||
width: scaledBounds.width * sceneItem.width
|
||||
height: scaledBounds.height * sceneItem.height
|
||||
x: scaledBounds.x * sceneItem.width
|
||||
y: scaledBounds.y * sceneItem.height
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: warnings.thrustmodeColors[thrust_mode.toString()]
|
||||
|
||||
// Manual,Rate,Attitude,AxisLock,WeakLeveling,VirtualBar,Rattitude,RelayRate,RelayAttitude,
|
||||
// AltitudeHold,AltitudeVario,CruiseControl
|
||||
// grey : 'disabled' modes
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: ["MANUAL"," "," ", " ", " ", " ", " ", " ", " ",
|
||||
"ALT HOLD", "ALT VARIO", "CRUIZECTRL", "AUTO"][thrust_mode.toString()]
|
||||
font {
|
||||
family: "Arial"
|
||||
pixelSize: Math.floor(parent.height * 0.8)
|
||||
weight: Font.DemiBold
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
SvgElementImage {
|
||||
id: warning_gps
|
||||
elementName: "warning-gps"
|
||||
|
@ -84,11 +84,11 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="313.78803"
|
||||
inkscape:cy="164.34379"
|
||||
inkscape:zoom="9.3372094"
|
||||
inkscape:cx="596.49986"
|
||||
inkscape:cy="8"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer29"
|
||||
inkscape:current-layer="g3935"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
@ -150,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>
|
||||
@ -193,6 +193,20 @@
|
||||
style="fill:none;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer69"
|
||||
inkscape:label="foreground_layer"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:url(#radialGradient4865);fill-opacity:1;stroke:none"
|
||||
id="foreground"
|
||||
width="641.5"
|
||||
height="481.5"
|
||||
x="-0.5"
|
||||
y="-0.5" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
@ -204,7 +218,7 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer16"
|
||||
inkscape:label="pitch-window"
|
||||
style="display:inline"
|
||||
style="display:none"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:none;stroke:#ff0000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
@ -228,11 +242,11 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6182"
|
||||
d="m 303.37607,149 32.7768,0"
|
||||
d="m 303.37607,149 l 32.7768,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 285.77784,129 67.97326,0"
|
||||
d="m 285.77784,129 l 67.97326,0"
|
||||
id="path6190"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
@ -240,12 +254,12 @@
|
||||
id="pitch_label10L"
|
||||
inkscape:label="#pitch_label10L">
|
||||
<path
|
||||
d="m 269.90234,132.49326 1.9336,0 0,-6.67383 -2.10352,0.42187 0,-1.07812 2.0918,-0.42188 1.18359,0 0,7.75196 1.9336,0 0,0.99609 -5.03907,0 0,-0.99609"
|
||||
d="m 269.90234,132.49326 l 1.9336,0 l 0,-6.67383 l -2.10352,0.42187 l 0,-1.07812 l 2.0918,-0.42188 l 1.18359,0 l 0,7.75196 l 1.9336,0 l 0,0.99609 l -5.03907,0 l 0,-0.99609"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6614"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,125.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,125.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6616"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -254,37 +268,37 @@
|
||||
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="pitch_label10R">
|
||||
<path
|
||||
d="m 357.90234,132.49326 1.9336,0 0,-6.67383 -2.10352,0.42187 0,-1.07812 2.0918,-0.42188 1.18359,0 0,7.75196 1.9336,0 0,0.99609 -5.03907,0 0,-0.99609"
|
||||
d="m 357.90234,132.49326 l 1.9336,0 l 0,-6.67383 l -2.10352,0.42187 l 0,-1.07812 l 2.0918,-0.42188 l 1.18359,0 l 0,7.75196 l 1.9336,0 l 0,0.99609 l -5.03907,0 l 0,-0.99609"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6792"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,125.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,125.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6794"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 303.37607,109 32.7768,0"
|
||||
d="m 303.37607,109 l 32.7768,0"
|
||||
id="path6304"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6306"
|
||||
d="m 285.77784,89 67.97326,0"
|
||||
d="m 285.77784,89 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<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="pitch_label20L"
|
||||
inkscape:label="#pitch_label20L">
|
||||
<path
|
||||
d="m 270.7168,92.493256 4.13086,0 0,0.996093 -5.55469,0 0,-0.996093 c 0.44922,-0.464843 1.06054,-1.087889 1.83398,-1.869141 0.77734,-0.785153 1.26562,-1.291011 1.46485,-1.517578 0.3789,-0.425777 0.64257,-0.785151 0.79101,-1.078125 0.15234,-0.296869 0.22851,-0.587885 0.22852,-0.873047 -1e-5,-0.464837 -0.16407,-0.843743 -0.49219,-1.136719 -0.32422,-0.292961 -0.74805,-0.439445 -1.27148,-0.439453 -0.3711,8e-6 -0.76368,0.06446 -1.17774,0.193359 -0.41016,0.128914 -0.84961,0.324227 -1.31836,0.585938 l 0,-1.195313 c 0.47656,-0.191397 0.92188,-0.335928 1.33594,-0.433593 0.41406,-0.09765 0.79297,-0.146476 1.13672,-0.146485 0.90624,9e-6 1.6289,0.226572 2.16797,0.679688 0.53905,0.453133 0.80858,1.058601 0.80859,1.816406 -10e-6,0.359381 -0.0684,0.701178 -0.20508,1.025391 -0.13282,0.320317 -0.37696,0.699223 -0.73242,1.136718 -0.0977,0.113286 -0.40821,0.441411 -0.93164,0.984375 -0.52344,0.539066 -1.26172,1.294924 -2.21484,2.267579"
|
||||
d="m 270.7168,92.493256 l 4.13086,0 l 0,0.996093 l -5.55469,0 l 0,-0.996093 c 0.44922,-0.464843 1.06054,-1.087889 1.83398,-1.869141 c 0.77734,-0.785153 1.26562,-1.291011 1.46485,-1.517578 c 0.3789,-0.425777 0.64257,-0.785151 0.79101,-1.078125 c 0.15234,-0.296869 0.22851,-0.587885 0.22852,-0.873047 c -1e-5,-0.464837 -0.16407,-0.843743 -0.49219,-1.136719 c -0.32422,-0.292961 -0.74805,-0.439445 -1.27148,-0.439453 c -0.3711,8e-6 -0.76368,0.06446 -1.17774,0.193359 c -0.41016,0.128914 -0.84961,0.324227 -1.31836,0.585938 l 0,-1.195313 c 0.47656,-0.191397 0.92188,-0.335928 1.33594,-0.433593 c 0.41406,-0.09765 0.79297,-0.146476 1.13672,-0.146485 c 0.90624,9e-6 1.6289,0.226572 2.16797,0.679688 c 0.53905,0.453133 0.80858,1.058601 0.80859,1.816406 c -10e-6,0.359381 -0.0684,0.701178 -0.20508,1.025391 c -0.13282,0.320317 -0.37696,0.699223 -0.73242,1.136718 c -0.0977,0.113286 -0.40821,0.441411 -0.93164,0.984375 c -0.52344,0.539066 -1.26172,1.294924 -2.21484,2.267579"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6609"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,85.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 279.86914,85.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6611"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -293,36 +307,36 @@
|
||||
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="pitch_label20R">
|
||||
<path
|
||||
d="m 358.7168,92.493256 4.13086,0 0,0.996093 -5.55469,0 0,-0.996093 c 0.44922,-0.464843 1.06054,-1.087889 1.83398,-1.869141 0.77734,-0.785153 1.26562,-1.291011 1.46485,-1.517578 0.3789,-0.425777 0.64257,-0.785151 0.79101,-1.078125 0.15234,-0.296869 0.22851,-0.587885 0.22852,-0.873047 -1e-5,-0.464837 -0.16407,-0.843743 -0.49219,-1.136719 -0.32422,-0.292961 -0.74805,-0.439445 -1.27148,-0.439453 -0.3711,8e-6 -0.76368,0.06446 -1.17774,0.193359 -0.41016,0.128914 -0.84961,0.324227 -1.31836,0.585938 l 0,-1.195313 c 0.47656,-0.191397 0.92188,-0.335928 1.33594,-0.433593 0.41406,-0.09765 0.79297,-0.146476 1.13672,-0.146485 0.90624,9e-6 1.6289,0.226572 2.16797,0.679688 0.53905,0.453133 0.80858,1.058601 0.80859,1.816406 -10e-6,0.359381 -0.0684,0.701178 -0.20508,1.025391 -0.13282,0.320317 -0.37696,0.699223 -0.73242,1.136718 -0.0977,0.113286 -0.40821,0.441411 -0.93164,0.984375 -0.52344,0.539066 -1.26172,1.294924 -2.21484,2.267579"
|
||||
d="m 358.7168,92.493256 l 4.13086,0 l 0,0.996093 l -5.55469,0 l 0,-0.996093 c 0.44922,-0.464843 1.06054,-1.087889 1.83398,-1.869141 c 0.77734,-0.785153 1.26562,-1.291011 1.46485,-1.517578 c 0.3789,-0.425777 0.64257,-0.785151 0.79101,-1.078125 c 0.15234,-0.296869 0.22851,-0.587885 0.22852,-0.873047 c -1e-5,-0.464837 -0.16407,-0.843743 -0.49219,-1.136719 c -0.32422,-0.292961 -0.74805,-0.439445 -1.27148,-0.439453 c -0.3711,8e-6 -0.76368,0.06446 -1.17774,0.193359 c -0.41016,0.128914 -0.84961,0.324227 -1.31836,0.585938 l 0,-1.195313 c 0.47656,-0.191397 0.92188,-0.335928 1.33594,-0.433593 c 0.41406,-0.09765 0.79297,-0.146476 1.13672,-0.146485 c 0.90624,9e-6 1.6289,0.226572 2.16797,0.679688 c 0.53905,0.453133 0.80858,1.058601 0.80859,1.816406 c -10e-6,0.359381 -0.0684,0.701178 -0.20508,1.025391 c -0.13282,0.320317 -0.37696,0.699223 -0.73242,1.136718 c -0.0977,0.113286 -0.40821,0.441411 -0.93164,0.984375 c -0.52344,0.539066 -1.26172,1.294924 -2.21484,2.267579"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6787"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,85.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 367.86914,85.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6789"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 303.37607,189 32.7768,0"
|
||||
d="m 303.37607,189 l 32.7768,0"
|
||||
id="path7556"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path7642"
|
||||
d="m 285.77784,249 67.97326,0"
|
||||
d="m 285.77784,249 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<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="pitch_label-20L">
|
||||
<path
|
||||
d="m 270.7168,252.49326 4.13086,0 0,0.99609 -5.55469,0 0,-0.99609 c 0.44922,-0.46485 1.06054,-1.08789 1.83398,-1.86915 0.77734,-0.78515 1.26562,-1.29101 1.46485,-1.51757 0.3789,-0.42578 0.64257,-0.78515 0.79101,-1.07813 0.15234,-0.29687 0.22851,-0.58788 0.22852,-0.87305 -1e-5,-0.46483 -0.16407,-0.84374 -0.49219,-1.13671 -0.32422,-0.29296 -0.74805,-0.43945 -1.27148,-0.43946 -0.3711,10e-6 -0.76368,0.0645 -1.17774,0.19336 -0.41016,0.12892 -0.84961,0.32423 -1.31836,0.58594 l 0,-1.19531 c 0.47656,-0.1914 0.92188,-0.33593 1.33594,-0.4336 0.41406,-0.0976 0.79297,-0.14647 1.13672,-0.14648 0.90624,1e-5 1.6289,0.22657 2.16797,0.67969 0.53905,0.45313 0.80858,1.0586 0.80859,1.8164 -10e-6,0.35938 -0.0684,0.70118 -0.20508,1.02539 -0.13282,0.32032 -0.37696,0.69923 -0.73242,1.13672 -0.0977,0.11329 -0.40821,0.44141 -0.93164,0.98438 -0.52344,0.53906 -1.26172,1.29492 -2.21484,2.26758"
|
||||
d="m 270.7168,252.49326 l 4.13086,0 l 0,0.99609 l -5.55469,0 l 0,-0.99609 c 0.44922,-0.46485 1.06054,-1.08789 1.83398,-1.86915 c 0.77734,-0.78515 1.26562,-1.29101 1.46485,-1.51757 c 0.3789,-0.42578 0.64257,-0.78515 0.79101,-1.07813 c 0.15234,-0.29687 0.22851,-0.58788 0.22852,-0.87305 c -1e-5,-0.46483 -0.16407,-0.84374 -0.49219,-1.13671 c -0.32422,-0.29296 -0.74805,-0.43945 -1.27148,-0.43946 c -0.3711,10e-6 -0.76368,0.0645 -1.17774,0.19336 c -0.41016,0.12892 -0.84961,0.32423 -1.31836,0.58594 l 0,-1.19531 c 0.47656,-0.1914 0.92188,-0.33593 1.33594,-0.4336 c 0.41406,-0.0976 0.79297,-0.14647 1.13672,-0.14648 c 0.90624,1e-5 1.6289,0.22657 2.16797,0.67969 c 0.53905,0.45313 0.80858,1.0586 0.80859,1.8164 c -10e-6,0.35938 -0.0684,0.70118 -0.20508,1.02539 c -0.13282,0.32032 -0.37696,0.69923 -0.73242,1.13672 c -0.0977,0.11329 -0.40821,0.44141 -0.93164,0.98438 c -0.52344,0.53906 -1.26172,1.29492 -2.21484,2.26758"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6689"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,245.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,245.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6691"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -331,12 +345,12 @@
|
||||
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="pitch_label-20R">
|
||||
<path
|
||||
d="m 358.7168,252.49326 4.13086,0 0,0.99609 -5.55469,0 0,-0.99609 c 0.44922,-0.46485 1.06054,-1.08789 1.83398,-1.86915 0.77734,-0.78515 1.26562,-1.29101 1.46485,-1.51757 0.3789,-0.42578 0.64257,-0.78515 0.79101,-1.07813 0.15234,-0.29687 0.22851,-0.58788 0.22852,-0.87305 -1e-5,-0.46483 -0.16407,-0.84374 -0.49219,-1.13671 -0.32422,-0.29296 -0.74805,-0.43945 -1.27148,-0.43946 -0.3711,10e-6 -0.76368,0.0645 -1.17774,0.19336 -0.41016,0.12892 -0.84961,0.32423 -1.31836,0.58594 l 0,-1.19531 c 0.47656,-0.1914 0.92188,-0.33593 1.33594,-0.4336 0.41406,-0.0976 0.79297,-0.14647 1.13672,-0.14648 0.90624,1e-5 1.6289,0.22657 2.16797,0.67969 0.53905,0.45313 0.80858,1.0586 0.80859,1.8164 -10e-6,0.35938 -0.0684,0.70118 -0.20508,1.02539 -0.13282,0.32032 -0.37696,0.69923 -0.73242,1.13672 -0.0977,0.11329 -0.40821,0.44141 -0.93164,0.98438 -0.52344,0.53906 -1.26172,1.29492 -2.21484,2.26758"
|
||||
d="m 358.7168,252.49326 l 4.13086,0 l 0,0.99609 l -5.55469,0 l 0,-0.99609 c 0.44922,-0.46485 1.06054,-1.08789 1.83398,-1.86915 c 0.77734,-0.78515 1.26562,-1.29101 1.46485,-1.51757 c 0.3789,-0.42578 0.64257,-0.78515 0.79101,-1.07813 c 0.15234,-0.29687 0.22851,-0.58788 0.22852,-0.87305 c -1e-5,-0.46483 -0.16407,-0.84374 -0.49219,-1.13671 c -0.32422,-0.29296 -0.74805,-0.43945 -1.27148,-0.43946 c -0.3711,10e-6 -0.76368,0.0645 -1.17774,0.19336 c -0.41016,0.12892 -0.84961,0.32423 -1.31836,0.58594 l 0,-1.19531 c 0.47656,-0.1914 0.92188,-0.33593 1.33594,-0.4336 c 0.41406,-0.0976 0.79297,-0.14647 1.13672,-0.14648 c 0.90624,1e-5 1.6289,0.22657 2.16797,0.67969 c 0.53905,0.45313 0.80858,1.0586 0.80859,1.8164 c -10e-6,0.35938 -0.0684,0.70118 -0.20508,1.02539 c -0.13282,0.32032 -0.37696,0.69923 -0.73242,1.13672 c -0.0977,0.11329 -0.40821,0.44141 -0.93164,0.98438 c -0.52344,0.53906 -1.26172,1.29492 -2.21484,2.26758"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6694"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,245.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,245.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6696"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -344,23 +358,23 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path7652"
|
||||
d="m 303.37607,229 32.7768,0"
|
||||
d="m 303.37607,229 l 32.7768,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 285.77784,209 67.97326,0"
|
||||
d="m 285.77784,209 l 67.97326,0"
|
||||
id="path7654"
|
||||
inkscape:connector-curvature="0" />
|
||||
<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="pitch_label-10L">
|
||||
<path
|
||||
d="m 269.90234,212.49326 1.9336,0 0,-6.67383 -2.10352,0.42187 0,-1.07812 2.0918,-0.42188 1.18359,0 0,7.75196 1.9336,0 0,0.99609 -5.03907,0 0,-0.99609"
|
||||
d="m 269.90234,212.49326 l 1.9336,0 l 0,-6.67383 l -2.10352,0.42187 l 0,-1.07812 l 2.0918,-0.42188 l 1.18359,0 l 0,7.75196 l 1.9336,0 l 0,0.99609 l -5.03907,0 l 0,-0.99609"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6699"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,205.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,205.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6701"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -369,37 +383,37 @@
|
||||
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="pitch_label-10R">
|
||||
<path
|
||||
d="m 357.90234,212.49326 1.9336,0 0,-6.67383 -2.10352,0.42187 0,-1.07812 2.0918,-0.42188 1.18359,0 0,7.75196 1.9336,0 0,0.99609 -5.03907,0 0,-0.99609"
|
||||
d="m 357.90234,212.49326 l 1.9336,0 l 0,-6.67383 l -2.10352,0.42187 l 0,-1.07812 l 2.0918,-0.42188 l 1.18359,0 l 0,7.75196 l 1.9336,0 l 0,0.99609 l -5.03907,0 l 0,-0.99609"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6704"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,205.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,205.5206 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6706"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 303.37607,69 32.7768,0"
|
||||
d="m 303.37607,69 l 32.7768,0"
|
||||
id="path4493"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4495"
|
||||
d="m 285.77784,49 67.97326,0"
|
||||
d="m 285.77784,49 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<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="pitch_label30L"
|
||||
inkscape:label="#pitch_label30L">
|
||||
<path
|
||||
d="m 273.2832,48.772552 c 0.5664,0.121099 1.00781,0.373052 1.32422,0.75586 0.32031,0.382816 0.48046,0.855472 0.48047,1.417969 -1e-5,0.863283 -0.29688,1.531251 -0.89062,2.003906 -0.59376,0.472656 -1.43751,0.708984 -2.53125,0.708984 -0.36719,0 -0.7461,-0.03711 -1.13672,-0.111328 -0.38672,-0.07031 -0.78711,-0.177734 -1.20118,-0.322266 l 0,-1.142578 c 0.32813,0.191408 0.6875,0.335939 1.07813,0.433594 0.39062,0.09766 0.79883,0.146485 1.22461,0.146484 0.74218,1e-6 1.30664,-0.146483 1.69336,-0.439453 0.39062,-0.292967 0.58593,-0.718748 0.58594,-1.277343 -1e-5,-0.515622 -0.18165,-0.917966 -0.54493,-1.207032 -0.35938,-0.292964 -0.86133,-0.439449 -1.50586,-0.439453 l -1.01953,0 0,-0.972656 1.06641,0 c 0.58203,5e-6 1.02734,-0.115229 1.33594,-0.345703 0.30859,-0.234369 0.46288,-0.570307 0.46289,-1.007813 -1e-5,-0.449211 -0.16016,-0.792961 -0.48047,-1.03125 -0.31641,-0.242179 -0.77149,-0.363273 -1.36524,-0.363281 -0.32422,8e-6 -0.67187,0.03516 -1.04296,0.105469 -0.3711,0.07032 -0.7793,0.179695 -1.22461,0.328125 l 0,-1.054688 c 0.44921,-0.124991 0.86914,-0.218741 1.25976,-0.28125 0.39453,-0.06249 0.76562,-0.09374 1.11328,-0.09375 0.89844,9e-6 1.60937,0.205087 2.13282,0.615235 0.52343,0.406258 0.78515,0.957038 0.78515,1.652343 0,0.484382 -0.13868,0.894537 -0.41601,1.230469 -0.27735,0.332037 -0.67188,0.562505 -1.1836,0.691406"
|
||||
d="m 273.2832,48.772552 c 0.5664,0.121099 1.00781,0.373052 1.32422,0.75586 c 0.32031,0.382816 0.48046,0.855472 0.48047,1.417969 c -1e-5,0.863283 -0.29688,1.531251 -0.89062,2.003906 c -0.59376,0.472656 -1.43751,0.708984 -2.53125,0.708984 c -0.36719,0 -0.7461,-0.03711 -1.13672,-0.111328 c -0.38672,-0.07031 -0.78711,-0.177734 -1.20118,-0.322266 l 0,-1.142578 c 0.32813,0.191408 0.6875,0.335939 1.07813,0.433594 c 0.39062,0.09766 0.79883,0.146485 1.22461,0.146484 c 0.74218,1e-6 1.30664,-0.146483 1.69336,-0.439453 c 0.39062,-0.292967 0.58593,-0.718748 0.58594,-1.277343 c -1e-5,-0.515622 -0.18165,-0.917966 -0.54493,-1.207032 c -0.35938,-0.292964 -0.86133,-0.439449 -1.50586,-0.439453 l -1.01953,0 l 0,-0.972656 l 1.06641,0 c 0.58203,5e-6 1.02734,-0.115229 1.33594,-0.345703 c 0.30859,-0.234369 0.46288,-0.570307 0.46289,-1.007813 c -1e-5,-0.449211 -0.16016,-0.792961 -0.48047,-1.03125 c -0.31641,-0.242179 -0.77149,-0.363273 -1.36524,-0.363281 c -0.32422,8e-6 -0.67187,0.03516 -1.04296,0.105469 c -0.3711,0.07032 -0.7793,0.179695 -1.22461,0.328125 l 0,-1.054688 c 0.44921,-0.124991 0.86914,-0.218741 1.25976,-0.28125 c 0.39453,-0.06249 0.76562,-0.09374 1.11328,-0.09375 c 0.89844,9e-6 1.60937,0.205087 2.13282,0.615235 c 0.52343,0.406258 0.78515,0.957038 0.78515,1.652343 c 0,0.484382 -0.13868,0.894537 -0.41601,1.230469 c -0.27735,0.332037 -0.67188,0.562505 -1.1836,0.691406"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6604"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,45.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 279.86914,45.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6606"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -408,12 +422,12 @@
|
||||
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="pitch_label30R">
|
||||
<path
|
||||
d="m 361.2832,48.772552 c 0.5664,0.121099 1.00781,0.373052 1.32422,0.75586 0.32031,0.382816 0.48046,0.855472 0.48047,1.417969 -1e-5,0.863283 -0.29688,1.531251 -0.89062,2.003906 -0.59376,0.472656 -1.43751,0.708984 -2.53125,0.708984 -0.36719,0 -0.7461,-0.03711 -1.13672,-0.111328 -0.38672,-0.07031 -0.78711,-0.177734 -1.20118,-0.322266 l 0,-1.142578 c 0.32813,0.191408 0.6875,0.335939 1.07813,0.433594 0.39062,0.09766 0.79883,0.146485 1.22461,0.146484 0.74218,1e-6 1.30664,-0.146483 1.69336,-0.439453 0.39062,-0.292967 0.58593,-0.718748 0.58594,-1.277343 -1e-5,-0.515622 -0.18165,-0.917966 -0.54493,-1.207032 -0.35938,-0.292964 -0.86133,-0.439449 -1.50586,-0.439453 l -1.01953,0 0,-0.972656 1.06641,0 c 0.58203,5e-6 1.02734,-0.115229 1.33594,-0.345703 0.30859,-0.234369 0.46288,-0.570307 0.46289,-1.007813 -1e-5,-0.449211 -0.16016,-0.792961 -0.48047,-1.03125 -0.31641,-0.242179 -0.77149,-0.363273 -1.36524,-0.363281 -0.32422,8e-6 -0.67187,0.03516 -1.04296,0.105469 -0.3711,0.07032 -0.7793,0.179695 -1.22461,0.328125 l 0,-1.054688 c 0.44921,-0.124991 0.86914,-0.218741 1.25976,-0.28125 0.39453,-0.06249 0.76562,-0.09374 1.11328,-0.09375 0.89844,9e-6 1.60937,0.205087 2.13282,0.615235 0.52343,0.406258 0.78515,0.957038 0.78515,1.652343 0,0.484382 -0.13868,0.894537 -0.41601,1.230469 -0.27735,0.332037 -0.67188,0.562505 -1.1836,0.691406"
|
||||
d="m 361.2832,48.772552 c 0.5664,0.121099 1.00781,0.373052 1.32422,0.75586 c 0.32031,0.382816 0.48046,0.855472 0.48047,1.417969 c -1e-5,0.863283 -0.29688,1.531251 -0.89062,2.003906 c -0.59376,0.472656 -1.43751,0.708984 -2.53125,0.708984 c -0.36719,0 -0.7461,-0.03711 -1.13672,-0.111328 c -0.38672,-0.07031 -0.78711,-0.177734 -1.20118,-0.322266 l 0,-1.142578 c 0.32813,0.191408 0.6875,0.335939 1.07813,0.433594 c 0.39062,0.09766 0.79883,0.146485 1.22461,0.146484 c 0.74218,1e-6 1.30664,-0.146483 1.69336,-0.439453 c 0.39062,-0.292967 0.58593,-0.718748 0.58594,-1.277343 c -1e-5,-0.515622 -0.18165,-0.917966 -0.54493,-1.207032 c -0.35938,-0.292964 -0.86133,-0.439449 -1.50586,-0.439453 l -1.01953,0 l 0,-0.972656 l 1.06641,0 c 0.58203,5e-6 1.02734,-0.115229 1.33594,-0.345703 c 0.30859,-0.234369 0.46288,-0.570307 0.46289,-1.007813 c -1e-5,-0.449211 -0.16016,-0.792961 -0.48047,-1.03125 c -0.31641,-0.242179 -0.77149,-0.363273 -1.36524,-0.363281 c -0.32422,8e-6 -0.67187,0.03516 -1.04296,0.105469 c -0.3711,0.07032 -0.7793,0.179695 -1.22461,0.328125 l 0,-1.054688 c 0.44921,-0.124991 0.86914,-0.218741 1.25976,-0.28125 c 0.39453,-0.06249 0.76562,-0.09374 1.11328,-0.09375 c 0.89844,9e-6 1.60937,0.205087 2.13282,0.615235 c 0.52343,0.406258 0.78515,0.957038 0.78515,1.652343 c 0,0.484382 -0.13868,0.894537 -0.41601,1.230469 c -0.27735,0.332037 -0.67188,0.562505 -1.1836,0.691406"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6782"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,45.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 367.86914,45.520599 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6784"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -421,11 +435,11 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4505"
|
||||
d="m 303.37607,29 32.7768,0"
|
||||
d="m 303.37607,29 l 32.7768,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 285.77784,9 353.7511,9"
|
||||
d="M 285.77784,9 L 353.7511,9"
|
||||
id="path4507"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
@ -433,12 +447,12 @@
|
||||
id="pitch_label40L"
|
||||
inkscape:label="#pitch_label40L">
|
||||
<path
|
||||
d="m 272.94922,5.7725525 -2.98828,4.6699215 2.98828,0 0,-4.6699215 m -0.31055,-1.03125 1.48828,0 0,5.7011715 1.24805,0 0,0.984375 -1.24805,0 0,2.0625 -1.17773,0 0,-2.0625 -3.94922,0 0,-1.142578 3.63867,-5.5429685"
|
||||
d="m 272.94922,5.7725525 l -2.98828,4.6699215 l 2.98828,0 l 0,-4.6699215 m -0.31055,-1.03125 l 1.48828,0 l 0,5.7011715 l 1.24805,0 l 0,0.984375 l -1.24805,0 l 0,2.0625 l -1.17773,0 l 0,-2.0625 l -3.94922,0 l 0,-1.142578 l 3.63867,-5.5429685"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6599"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,5.5205994 c -0.60938,7.9e-6 -1.06836,0.3007889 -1.37695,0.9023437 -0.30469,0.5976627 -0.45704,1.4980525 -0.45703,2.7011719 -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.2031194 -0.1543,-2.1035092 -0.46289,-2.7011719 -0.30469,-0.6015548 -0.76367,-0.9023358 -1.37695,-0.9023437 m 0,-0.9375 c 0.98046,8.9e-6 1.72851,0.3886804 2.24414,1.1660156 0.51953,0.7734445 0.77929,1.8984433 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.4765567 0.25781,-2.6015555 0.77344,-3.375 0.51953,-0.7773352 1.26953,-1.1660067 2.25,-1.1660156"
|
||||
d="m 279.86914,5.5205994 c -0.60938,7.9e-6 -1.06836,0.3007889 -1.37695,0.9023437 c -0.30469,0.5976627 -0.45704,1.4980525 -0.45703,2.7011719 c -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.2031194 -0.1543,-2.1035092 -0.46289,-2.7011719 C 280.9414,5.8213883 280.48242,5.5206073 279.86914,5.5205994 m 0,-0.9375 c 0.98046,8.9e-6 1.72851,0.3886804 2.24414,1.1660156 c 0.51953,0.7734445 0.77929,1.8984433 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.4765567 0.25781,-2.6015555 0.77344,-3.375 c 0.51953,-0.7773352 1.26953,-1.1660067 2.25,-1.1660156"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6601"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -447,12 +461,12 @@
|
||||
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="pitch_label40R">
|
||||
<path
|
||||
d="m 360.94922,5.7725525 -2.98828,4.6699215 2.98828,0 0,-4.6699215 m -0.31055,-1.03125 1.48828,0 0,5.7011715 1.24805,0 0,0.984375 -1.24805,0 0,2.0625 -1.17773,0 0,-2.0625 -3.94922,0 0,-1.142578 3.63867,-5.5429685"
|
||||
d="m 360.94922,5.7725525 l -2.98828,4.6699215 l 2.98828,0 l 0,-4.6699215 m -0.31055,-1.03125 l 1.48828,0 l 0,5.7011715 l 1.24805,0 l 0,0.984375 l -1.24805,0 l 0,2.0625 l -1.17773,0 l 0,-2.0625 l -3.94922,0 l 0,-1.142578 l 3.63867,-5.5429685"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6777"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,5.5205994 c -0.60938,7.9e-6 -1.06836,0.3007889 -1.37695,0.9023437 -0.30469,0.5976627 -0.45704,1.4980525 -0.45703,2.7011719 -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.2031194 -0.1543,-2.1035092 -0.46289,-2.7011719 -0.30469,-0.6015548 -0.76367,-0.9023358 -1.37695,-0.9023437 m 0,-0.9375 c 0.98046,8.9e-6 1.72851,0.3886804 2.24414,1.1660156 0.51953,0.7734445 0.77929,1.8984433 0.7793,3.375 -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 -0.51563,0.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -2.25,-1.160156 -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 0,-1.4765567 0.25781,-2.6015555 0.77344,-3.375 0.51953,-0.7773352 1.26953,-1.1660067 2.25,-1.1660156"
|
||||
d="m 367.86914,5.5205994 c -0.60938,7.9e-6 -1.06836,0.3007889 -1.37695,0.9023437 c -0.30469,0.5976627 -0.45704,1.4980525 -0.45703,2.7011719 c -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.2031194 -0.1543,-2.1035092 -0.46289,-2.7011719 C 368.9414,5.8213883 368.48242,5.5206073 367.86914,5.5205994 m 0,-0.9375 c 0.98046,8.9e-6 1.72851,0.3886804 2.24414,1.1660156 c 0.51953,0.7734445 0.77929,1.8984433 0.7793,3.375 c -1e-5,1.472659 -0.25977,2.597658 -0.7793,3.375 c -0.51563,0.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -2.25,-1.160156 c -0.51563,-0.777342 -0.77344,-1.902341 -0.77344,-3.375 c 0,-1.4765567 0.25781,-2.6015555 0.77344,-3.375 c 0.51953,-0.7773352 1.26953,-1.1660067 2.25,-1.1660156"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6779"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -460,11 +474,11 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4517"
|
||||
d="m 303.37607,-11 32.7768,0"
|
||||
d="m 303.37607,-11 l 32.7768,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 285.77784,-31 67.97326,0"
|
||||
d="m 285.77784,-31 l 67.97326,0"
|
||||
id="path4519"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
@ -472,12 +486,12 @@
|
||||
id="pitch_label50L"
|
||||
inkscape:label="#pitch_label50L">
|
||||
<path
|
||||
d="m 269.70898,-35.258698 4.64649,0 0,0.996094 -3.5625,0 0,2.144531 c 0.17187,-0.05859 0.34375,-0.101556 0.51562,-0.128906 0.17188,-0.03124 0.34375,-0.04687 0.51563,-0.04687 0.97656,6e-6 1.74999,0.267584 2.32031,0.802735 0.57031,0.53516 0.85546,1.259769 0.85547,2.173828 -10e-6,0.941408 -0.29298,1.673829 -0.87891,2.197265 -0.58594,0.519532 -1.41211,0.779297 -2.47851,0.779297 -0.36719,0 -0.74219,-0.03125 -1.125,-0.09375 -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.189453 c 0.35156,0.191408 0.71485,0.333986 1.08985,0.427734 0.375,0.09375 0.77148,0.140626 1.18945,0.140625 0.67578,1e-6 1.21093,-0.177733 1.60547,-0.533203 0.39453,-0.355467 0.59179,-0.837888 0.5918,-1.447265 -1e-5,-0.609372 -0.19727,-1.091793 -0.5918,-1.447266 -0.39454,-0.355464 -0.92969,-0.533198 -1.60547,-0.533203 -0.31641,5e-6 -0.63281,0.03516 -0.94922,0.105469 -0.3125,0.07032 -0.63281,0.179692 -0.96094,0.328125 l 0,-4.394532"
|
||||
d="m 269.70898,-35.258698 l 4.64649,0 l 0,0.996094 l -3.5625,0 l 0,2.144531 c 0.17187,-0.05859 0.34375,-0.101556 0.51562,-0.128906 c 0.17188,-0.03124 0.34375,-0.04687 0.51563,-0.04687 c 0.97656,6e-6 1.74999,0.267584 2.32031,0.802735 c 0.57031,0.53516 0.85546,1.259769 0.85547,2.173828 c -10e-6,0.941408 -0.29298,1.673829 -0.87891,2.197265 c -0.58594,0.519532 -1.41211,0.779297 -2.47851,0.779297 c -0.36719,0 -0.74219,-0.03125 -1.125,-0.09375 c -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.189453 c 0.35156,0.191408 0.71485,0.333986 1.08985,0.427734 c 0.375,0.09375 0.77148,0.140626 1.18945,0.140625 c 0.67578,1e-6 1.21093,-0.177733 1.60547,-0.533203 c 0.39453,-0.355467 0.59179,-0.837888 0.5918,-1.447265 c -1e-5,-0.609372 -0.19727,-1.091793 -0.5918,-1.447266 c -0.39454,-0.355464 -0.92969,-0.533198 -1.60547,-0.533203 c -0.31641,5e-6 -0.63281,0.03516 -0.94922,0.105469 c -0.3125,0.07032 -0.63281,0.179692 -0.96094,0.328125 l 0,-4.394532"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6594"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,-34.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 279.86914,-34.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6596"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -486,37 +500,37 @@
|
||||
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="pitch_label50R">
|
||||
<path
|
||||
d="m 357.70898,-35.258698 4.64649,0 0,0.996094 -3.5625,0 0,2.144531 c 0.17187,-0.05859 0.34375,-0.101556 0.51562,-0.128906 0.17188,-0.03124 0.34375,-0.04687 0.51563,-0.04687 0.97656,6e-6 1.74999,0.267584 2.32031,0.802735 0.57031,0.53516 0.85546,1.259769 0.85547,2.173828 -10e-6,0.941408 -0.29298,1.673829 -0.87891,2.197265 -0.58594,0.519532 -1.41211,0.779297 -2.47851,0.779297 -0.36719,0 -0.74219,-0.03125 -1.125,-0.09375 -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.189453 c 0.35156,0.191408 0.71485,0.333986 1.08985,0.427734 0.375,0.09375 0.77148,0.140626 1.18945,0.140625 0.67578,1e-6 1.21093,-0.177733 1.60547,-0.533203 0.39453,-0.355467 0.59179,-0.837888 0.5918,-1.447265 -1e-5,-0.609372 -0.19727,-1.091793 -0.5918,-1.447266 -0.39454,-0.355464 -0.92969,-0.533198 -1.60547,-0.533203 -0.31641,5e-6 -0.63281,0.03516 -0.94922,0.105469 -0.3125,0.07032 -0.63281,0.179692 -0.96094,0.328125 l 0,-4.394532"
|
||||
d="m 357.70898,-35.258698 l 4.64649,0 l 0,0.996094 l -3.5625,0 l 0,2.144531 c 0.17187,-0.05859 0.34375,-0.101556 0.51562,-0.128906 c 0.17188,-0.03124 0.34375,-0.04687 0.51563,-0.04687 c 0.97656,6e-6 1.74999,0.267584 2.32031,0.802735 c 0.57031,0.53516 0.85546,1.259769 0.85547,2.173828 c -10e-6,0.941408 -0.29298,1.673829 -0.87891,2.197265 c -0.58594,0.519532 -1.41211,0.779297 -2.47851,0.779297 c -0.36719,0 -0.74219,-0.03125 -1.125,-0.09375 c -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.189453 c 0.35156,0.191408 0.71485,0.333986 1.08985,0.427734 c 0.375,0.09375 0.77148,0.140626 1.18945,0.140625 c 0.67578,1e-6 1.21093,-0.177733 1.60547,-0.533203 c 0.39453,-0.355467 0.59179,-0.837888 0.5918,-1.447265 c -1e-5,-0.609372 -0.19727,-1.091793 -0.5918,-1.447266 c -0.39454,-0.355464 -0.92969,-0.533198 -1.60547,-0.533203 c -0.31641,5e-6 -0.63281,0.03516 -0.94922,0.105469 c -0.3125,0.07032 -0.63281,0.179692 -0.96094,0.328125 l 0,-4.394532"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6772"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,-34.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 367.86914,-34.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 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.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6774"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 303.37607,-51 32.7768,0"
|
||||
d="m 303.37607,-51 l 32.7768,0"
|
||||
id="path4529"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4531"
|
||||
d="m 285.77784,-71 67.97326,0"
|
||||
d="m 285.77784,-71 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<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="pitch_label60L"
|
||||
inkscape:label="#pitch_label10L">
|
||||
<path
|
||||
d="m 272.375,-71.356354 c -0.53125,5e-6 -0.95313,0.181646 -1.26563,0.544922 -0.30859,0.363285 -0.46289,0.861332 -0.46289,1.494141 0,0.628908 0.1543,1.126955 0.46289,1.49414 0.3125,0.363283 0.73438,0.544923 1.26563,0.544922 0.53125,10e-7 0.95117,-0.181639 1.25977,-0.544922 0.31249,-0.367185 0.46874,-0.865232 0.46875,-1.49414 -10e-6,-0.632809 -0.15626,-1.130856 -0.46875,-1.494141 -0.3086,-0.363276 -0.72852,-0.544917 -1.25977,-0.544922 m 2.34961,-3.708984 0,1.078125 c -0.29688,-0.140618 -0.59766,-0.248039 -0.90234,-0.322266 -0.30079,-0.07421 -0.59962,-0.11132 -0.89649,-0.111328 -0.78125,8e-6 -1.37891,0.26368 -1.79297,0.791016 -0.41016,0.52735 -0.64453,1.324224 -0.70312,2.390625 0.23046,-0.339839 0.51953,-0.599604 0.86718,-0.779297 0.34766,-0.183588 0.73047,-0.275385 1.14844,-0.275391 0.8789,6e-6 1.57226,0.267584 2.08008,0.802735 0.51171,0.531254 0.76757,1.255863 0.76758,2.173828 -1e-5,0.898439 -0.26563,1.619142 -0.79688,2.162109 -0.53125,0.542969 -1.23828,0.814453 -2.12109,0.814453 -1.01172,0 -1.78516,-0.386718 -2.32031,-1.160156 -0.53516,-0.777342 -0.80274,-1.902341 -0.80274,-3.375 0,-1.382807 0.32813,-2.484368 0.98438,-3.304688 0.65625,-0.82421 1.5371,-1.236319 2.64258,-1.236328 0.29687,9e-6 0.59569,0.02931 0.89648,0.08789 0.30468,0.0586 0.62109,0.146493 0.94922,0.263672"
|
||||
d="m 272.375,-71.356354 c -0.53125,5e-6 -0.95313,0.181646 -1.26563,0.544922 c -0.30859,0.363285 -0.46289,0.861332 -0.46289,1.494141 c 0,0.628908 0.1543,1.126955 0.46289,1.49414 c 0.3125,0.363283 0.73438,0.544923 1.26563,0.544922 c 0.53125,10e-7 0.95117,-0.181639 1.25977,-0.544922 c 0.31249,-0.367185 0.46874,-0.865232 0.46875,-1.49414 c -10e-6,-0.632809 -0.15626,-1.130856 -0.46875,-1.494141 c -0.3086,-0.363276 -0.72852,-0.544917 -1.25977,-0.544922 m 2.34961,-3.708984 l 0,1.078125 c -0.29688,-0.140618 -0.59766,-0.248039 -0.90234,-0.322266 c -0.30079,-0.07421 -0.59962,-0.11132 -0.89649,-0.111328 c -0.78125,8e-6 -1.37891,0.26368 -1.79297,0.791016 c -0.41016,0.52735 -0.64453,1.324224 -0.70312,2.390625 c 0.23046,-0.339839 0.51953,-0.599604 0.86718,-0.779297 c 0.34766,-0.183588 0.73047,-0.275385 1.14844,-0.275391 c 0.8789,6e-6 1.57226,0.267584 2.08008,0.802735 c 0.51171,0.531254 0.76757,1.255863 0.76758,2.173828 c -1e-5,0.898439 -0.26563,1.619142 -0.79688,2.162109 c -0.53125,0.542969 -1.23828,0.814453 -2.12109,0.814453 c -1.01172,0 -1.78516,-0.386718 -2.32031,-1.160156 c -0.53516,-0.777342 -0.80274,-1.902341 -0.80274,-3.375 c 0,-1.382807 0.32813,-2.484368 0.98438,-3.304688 c 0.65625,-0.82421 1.5371,-1.236319 2.64258,-1.236328 c 0.29687,9e-6 0.59569,0.02931 0.89648,0.08789 c 0.30468,0.0586 0.62109,0.146493 0.94922,0.263672"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6589"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,-74.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 279.86914,-74.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6591"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -525,37 +539,37 @@
|
||||
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="pitch_label60R">
|
||||
<path
|
||||
d="m 360.375,-71.356354 c -0.53125,5e-6 -0.95313,0.181646 -1.26563,0.544922 -0.30859,0.363285 -0.46289,0.861332 -0.46289,1.494141 0,0.628908 0.1543,1.126955 0.46289,1.49414 0.3125,0.363283 0.73438,0.544923 1.26563,0.544922 0.53125,10e-7 0.95117,-0.181639 1.25977,-0.544922 0.31249,-0.367185 0.46874,-0.865232 0.46875,-1.49414 -10e-6,-0.632809 -0.15626,-1.130856 -0.46875,-1.494141 -0.3086,-0.363276 -0.72852,-0.544917 -1.25977,-0.544922 m 2.34961,-3.708984 0,1.078125 c -0.29688,-0.140618 -0.59766,-0.248039 -0.90234,-0.322266 -0.30079,-0.07421 -0.59962,-0.11132 -0.89649,-0.111328 -0.78125,8e-6 -1.37891,0.26368 -1.79297,0.791016 -0.41016,0.52735 -0.64453,1.324224 -0.70312,2.390625 0.23046,-0.339839 0.51953,-0.599604 0.86718,-0.779297 0.34766,-0.183588 0.73047,-0.275385 1.14844,-0.275391 0.8789,6e-6 1.57226,0.267584 2.08008,0.802735 0.51171,0.531254 0.76757,1.255863 0.76758,2.173828 -1e-5,0.898439 -0.26563,1.619142 -0.79688,2.162109 -0.53125,0.542969 -1.23828,0.814453 -2.12109,0.814453 -1.01172,0 -1.78516,-0.386718 -2.32031,-1.160156 -0.53516,-0.777342 -0.80274,-1.902341 -0.80274,-3.375 0,-1.382807 0.32813,-2.484368 0.98438,-3.304688 0.65625,-0.82421 1.5371,-1.236319 2.64258,-1.236328 0.29687,9e-6 0.59569,0.02931 0.89648,0.08789 0.30468,0.0586 0.62109,0.146493 0.94922,0.263672"
|
||||
d="m 360.375,-71.356354 c -0.53125,5e-6 -0.95313,0.181646 -1.26563,0.544922 c -0.30859,0.363285 -0.46289,0.861332 -0.46289,1.494141 c 0,0.628908 0.1543,1.126955 0.46289,1.49414 c 0.3125,0.363283 0.73438,0.544923 1.26563,0.544922 c 0.53125,10e-7 0.95117,-0.181639 1.25977,-0.544922 c 0.31249,-0.367185 0.46874,-0.865232 0.46875,-1.49414 c -10e-6,-0.632809 -0.15626,-1.130856 -0.46875,-1.494141 c -0.3086,-0.363276 -0.72852,-0.544917 -1.25977,-0.544922 m 2.34961,-3.708984 l 0,1.078125 c -0.29688,-0.140618 -0.59766,-0.248039 -0.90234,-0.322266 c -0.30079,-0.07421 -0.59962,-0.11132 -0.89649,-0.111328 c -0.78125,8e-6 -1.37891,0.26368 -1.79297,0.791016 c -0.41016,0.52735 -0.64453,1.324224 -0.70312,2.390625 c 0.23046,-0.339839 0.51953,-0.599604 0.86718,-0.779297 c 0.34766,-0.183588 0.73047,-0.275385 1.14844,-0.275391 c 0.8789,6e-6 1.57226,0.267584 2.08008,0.802735 c 0.51171,0.531254 0.76757,1.255863 0.76758,2.173828 c -1e-5,0.898439 -0.26563,1.619142 -0.79688,2.162109 c -0.53125,0.542969 -1.23828,0.814453 -2.12109,0.814453 c -1.01172,0 -1.78516,-0.386718 -2.32031,-1.160156 c -0.53516,-0.777342 -0.80274,-1.902341 -0.80274,-3.375 c 0,-1.382807 0.32813,-2.484368 0.98438,-3.304688 c 0.65625,-0.82421 1.5371,-1.236319 2.64258,-1.236328 c 0.29687,9e-6 0.59569,0.02931 0.89648,0.08789 c 0.30468,0.0586 0.62109,0.146493 0.94922,0.263672"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6757"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,-74.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
d="m 367.86914,-74.479401 c -0.60938,8e-6 -1.06836,0.300789 -1.37695,0.902344 c -0.30469,0.597663 -0.45704,1.498053 -0.45703,2.701172 c -1e-5,1.199222 0.15234,2.099612 0.45703,2.701172 c 0.30859,0.597657 0.76757,0.896485 1.37695,0.896484 c 0.61328,10e-7 1.07226,-0.298827 1.37695,-0.896484 c 0.30859,-0.60156 0.46289,-1.50195 0.46289,-2.701172 c 0,-1.203119 -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.388681 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.773438 -1.26368,1.160156 -2.24414,1.160156 c -0.98047,0 -1.73047,-0.386718 -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.777335 1.26953,-1.166007 2.25,-1.166016"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6759"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 303.37607,-91 32.7768,0"
|
||||
d="m 303.37607,-91 l 32.7768,0"
|
||||
id="path4541"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4543"
|
||||
d="m 285.77784,-111 67.97326,0"
|
||||
d="m 285.77784,-111 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<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="pitch_label70L"
|
||||
inkscape:label="#pitch_label70L">
|
||||
<path
|
||||
d="m 269.39844,-115.2587 5.625,0 0,0.50391 -3.17578,8.24414 -1.23633,0 2.98828,-7.75195 -4.20117,0 0,-0.9961"
|
||||
d="m 269.39844,-115.2587 l 5.625,0 l 0,0.50391 l -3.17578,8.24414 l -1.23633,0 l 2.98828,-7.75195 l -4.20117,0 l 0,-0.9961"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6584"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,-114.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,-114.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6586"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -564,12 +578,12 @@
|
||||
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="pitch_label70R">
|
||||
<path
|
||||
d="m 357.39844,-115.2587 5.625,0 0,0.50391 -3.17578,8.24414 -1.23633,0 2.98828,-7.75195 -4.20117,0 0,-0.9961"
|
||||
d="m 357.39844,-115.2587 l 5.625,0 l 0,0.50391 l -3.17578,8.24414 l -1.23633,0 l 2.98828,-7.75195 l -4.20117,0 l 0,-0.9961"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6762"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,-114.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,-114.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6764"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -577,23 +591,23 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4553"
|
||||
d="m 303.37607,-131 32.7768,0"
|
||||
d="m 303.37607,-131 l 32.7768,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 285.77784,-151 67.97326,0"
|
||||
d="m 285.77784,-151 l 67.97326,0"
|
||||
id="path4555"
|
||||
inkscape:connector-curvature="0" />
|
||||
<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="pitch_label80L">
|
||||
<path
|
||||
d="m 272.22852,-150.66495 c -0.56251,1e-5 -1.00587,0.1504 -1.33008,0.45117 -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 0,0.52735 0.16015,0.94141 0.48047,1.24219 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 0.87108,1e-5 1.55468,0.20313 2.05078,0.60937 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 0.5078,1e-5 0.90429,-0.12695 1.18945,-0.38086 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 -0.51173,1e-5 -0.91016,0.12696 -1.19532,0.38086 -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
d="m 272.22852,-150.66495 c -0.56251,1e-5 -1.00587,0.1504 -1.33008,0.45117 c -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 c 0,0.52735 0.16015,0.94141 0.48047,1.24219 c 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 c 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 c 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 c 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 c -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 c -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 c 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 c 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 c 0.87108,1e-5 1.55468,0.20313 2.05078,0.60937 c 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 c -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 c -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 c 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 c 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 c -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 c -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 c -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 c -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 c -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 c 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 c 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 c 0.5078,1e-5 0.90429,-0.12695 1.18945,-0.38086 c 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 c 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 c -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 c -0.51173,1e-5 -0.91016,0.12696 -1.19532,0.38086 c -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6579"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,-154.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,-154.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6581"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -602,25 +616,25 @@
|
||||
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="pitch_label80R">
|
||||
<path
|
||||
d="m 360.22852,-150.66495 c -0.56251,1e-5 -1.00587,0.1504 -1.33008,0.45117 -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 0,0.52735 0.16015,0.94141 0.48047,1.24219 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 0.87108,1e-5 1.55468,0.20313 2.05078,0.60937 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 0.5078,1e-5 0.90429,-0.12695 1.18945,-0.38086 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 -0.51173,1e-5 -0.91016,0.12696 -1.19532,0.38086 -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
d="m 360.22852,-150.66495 c -0.56251,1e-5 -1.00587,0.1504 -1.33008,0.45117 c -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 c 0,0.52735 0.16015,0.94141 0.48047,1.24219 c 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 c 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 c 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 c 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 c -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 c -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 c 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 c 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 c 0.87108,1e-5 1.55468,0.20313 2.05078,0.60937 c 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 c -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 c -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 c 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 c 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 c -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 c -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 c -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 c -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 c -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 c 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 c 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 c 0.5078,1e-5 0.90429,-0.12695 1.18945,-0.38086 c 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 c 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 c -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 c -0.51173,1e-5 -0.91016,0.12696 -1.19532,0.38086 c -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6767"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,-154.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,-154.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6769"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 303.37607,-171 32.7768,0"
|
||||
d="m 303.37607,-171 l 32.7768,0"
|
||||
id="path4565"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="pitch90"
|
||||
d="m 285.77784,-191 67.97326,0"
|
||||
d="m 285.77784,-191 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:label="#path4567" />
|
||||
<g
|
||||
@ -628,12 +642,12 @@
|
||||
id="pitch_label90L"
|
||||
inkscape:label="#pitch_label90L">
|
||||
<path
|
||||
d="m 269.73242,-186.69229 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 -0.34767,0.17969 -0.73243,0.26954 -1.1543,0.26954 -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 1.01171,1e-5 1.7832,0.38868 2.31445,1.16601 0.53515,0.77345 0.80273,1.89845 0.80274,3.375 -1e-5,1.37891 -0.32813,2.48048 -0.98438,3.30469 -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 -0.53125,1e-5 -0.95313,0.1836 -1.26562,0.55078 -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 0,0.63282 0.1543,1.13087 0.4629,1.49414 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
d="m 269.73242,-186.69229 l 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 c 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 c 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 c 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 c -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 c -0.34767,0.17969 -0.73243,0.26954 -1.1543,0.26954 c -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 c -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 c 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 c 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 c 1.01171,1e-5 1.7832,0.38868 2.31445,1.16601 c 0.53515,0.77345 0.80273,1.89845 0.80274,3.375 c -1e-5,1.37891 -0.32813,2.48048 -0.98438,3.30469 c -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 c -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 c -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 c 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 c -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 c -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 c -0.53125,1e-5 -0.95313,0.1836 -1.26562,0.55078 c -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 c 0,0.63282 0.1543,1.13087 0.4629,1.49414 c 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6574"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,-194.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,-194.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6576"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -642,12 +656,12 @@
|
||||
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="pitch_label90R">
|
||||
<path
|
||||
d="m 357.73242,-186.69229 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 -0.34767,0.17969 -0.73243,0.26954 -1.1543,0.26954 -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 1.01171,1e-5 1.7832,0.38868 2.31445,1.16601 0.53515,0.77345 0.80273,1.89845 0.80274,3.375 -1e-5,1.37891 -0.32813,2.48048 -0.98438,3.30469 -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 -0.53125,1e-5 -0.95313,0.1836 -1.26562,0.55078 -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 0,0.63282 0.1543,1.13087 0.4629,1.49414 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
d="m 357.73242,-186.69229 l 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 c 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 c 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 c 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 c -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 c -0.34767,0.17969 -0.73243,0.26954 -1.1543,0.26954 c -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 c -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 c 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 c 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 c 1.01171,1e-5 1.7832,0.38868 2.31445,1.16601 c 0.53515,0.77345 0.80273,1.89845 0.80274,3.375 c -1e-5,1.37891 -0.32813,2.48048 -0.98438,3.30469 c -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 c -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 c -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 c 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 c -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 c -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 c -0.53125,1e-5 -0.95313,0.1836 -1.26562,0.55078 c -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 c 0,0.63282 0.1543,1.13087 0.4629,1.49414 c 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6569"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,-194.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,1e-5 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,-194.4794 c -0.60938,1e-5 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-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.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6571"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -655,23 +669,23 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4577"
|
||||
d="m 303.37607,269 32.7768,0"
|
||||
d="m 303.37607,269 l 32.7768,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 285.77784,329 67.97326,0"
|
||||
d="m 285.77784,329 l 67.97326,0"
|
||||
id="path4579"
|
||||
inkscape:connector-curvature="0" />
|
||||
<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="pitch_label-40L">
|
||||
<path
|
||||
d="m 272.94922,325.77255 -2.98828,4.66992 2.98828,0 0,-4.66992 m -0.31055,-1.03125 1.48828,0 0,5.70117 1.24805,0 0,0.98438 -1.24805,0 0,2.0625 -1.17773,0 0,-2.0625 -3.94922,0 0,-1.14258 3.63867,-5.54297"
|
||||
d="m 272.94922,325.77255 l -2.98828,4.66992 l 2.98828,0 l 0,-4.66992 m -0.31055,-1.03125 l 1.48828,0 l 0,5.70117 l 1.24805,0 l 0,0.98438 l -1.24805,0 l 0,2.0625 l -1.17773,0 l 0,-2.0625 l -3.94922,0 l 0,-1.14258 l 3.63867,-5.54297"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6669"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,325.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,325.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6671"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -680,36 +694,36 @@
|
||||
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="pitch_label-40R">
|
||||
<path
|
||||
d="m 360.94922,325.77255 -2.98828,4.66992 2.98828,0 0,-4.66992 m -0.31055,-1.03125 1.48828,0 0,5.70117 1.24805,0 0,0.98438 -1.24805,0 0,2.0625 -1.17773,0 0,-2.0625 -3.94922,0 0,-1.14258 3.63867,-5.54297"
|
||||
d="m 360.94922,325.77255 l -2.98828,4.66992 l 2.98828,0 l 0,-4.66992 m -0.31055,-1.03125 l 1.48828,0 l 0,5.70117 l 1.24805,0 l 0,0.98438 l -1.24805,0 l 0,2.0625 l -1.17773,0 l 0,-2.0625 l -3.94922,0 l 0,-1.14258 l 3.63867,-5.54297"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6674"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,325.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,325.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6676"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 303.37607,309 32.7768,0"
|
||||
d="m 303.37607,309 l 32.7768,0"
|
||||
id="path4589"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4591"
|
||||
d="m 285.77784,289 67.97326,0"
|
||||
d="m 285.77784,289 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<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="pitch_label-30L">
|
||||
<path
|
||||
d="m 273.2832,288.77255 c 0.5664,0.1211 1.00781,0.37305 1.32422,0.75586 0.32031,0.38282 0.48046,0.85547 0.48047,1.41797 -1e-5,0.86328 -0.29688,1.53125 -0.89062,2.00391 -0.59376,0.47265 -1.43751,0.70898 -2.53125,0.70898 -0.36719,0 -0.7461,-0.0371 -1.13672,-0.11133 -0.38672,-0.0703 -0.78711,-0.17773 -1.20118,-0.32226 l 0,-1.14258 c 0.32813,0.19141 0.6875,0.33594 1.07813,0.43359 0.39062,0.0977 0.79883,0.14649 1.22461,0.14649 0.74218,0 1.30664,-0.14649 1.69336,-0.43946 0.39062,-0.29296 0.58593,-0.71874 0.58594,-1.27734 -1e-5,-0.51562 -0.18165,-0.91796 -0.54493,-1.20703 -0.35938,-0.29297 -0.86133,-0.43945 -1.50586,-0.43945 l -1.01953,0 0,-0.97266 1.06641,0 c 0.58203,10e-6 1.02734,-0.11523 1.33594,-0.3457 0.30859,-0.23437 0.46288,-0.57031 0.46289,-1.00782 -1e-5,-0.44921 -0.16016,-0.79296 -0.48047,-1.03125 -0.31641,-0.24218 -0.77149,-0.36327 -1.36524,-0.36328 -0.32422,1e-5 -0.67187,0.0352 -1.04296,0.10547 -0.3711,0.0703 -0.7793,0.1797 -1.22461,0.32813 l 0,-1.05469 c 0.44921,-0.12499 0.86914,-0.21874 1.25976,-0.28125 0.39453,-0.0625 0.76562,-0.0937 1.11328,-0.0937 0.89844,1e-5 1.60937,0.20509 2.13282,0.61523 0.52343,0.40626 0.78515,0.95704 0.78515,1.65235 0,0.48438 -0.13868,0.89453 -0.41601,1.23047 -0.27735,0.33203 -0.67188,0.5625 -1.1836,0.6914"
|
||||
d="m 273.2832,288.77255 c 0.5664,0.1211 1.00781,0.37305 1.32422,0.75586 c 0.32031,0.38282 0.48046,0.85547 0.48047,1.41797 c -1e-5,0.86328 -0.29688,1.53125 -0.89062,2.00391 c -0.59376,0.47265 -1.43751,0.70898 -2.53125,0.70898 c -0.36719,0 -0.7461,-0.0371 -1.13672,-0.11133 c -0.38672,-0.0703 -0.78711,-0.17773 -1.20118,-0.32226 l 0,-1.14258 c 0.32813,0.19141 0.6875,0.33594 1.07813,0.43359 c 0.39062,0.0977 0.79883,0.14649 1.22461,0.14649 c 0.74218,0 1.30664,-0.14649 1.69336,-0.43946 c 0.39062,-0.29296 0.58593,-0.71874 0.58594,-1.27734 c -1e-5,-0.51562 -0.18165,-0.91796 -0.54493,-1.20703 c -0.35938,-0.29297 -0.86133,-0.43945 -1.50586,-0.43945 l -1.01953,0 l 0,-0.97266 l 1.06641,0 c 0.58203,10e-6 1.02734,-0.11523 1.33594,-0.3457 c 0.30859,-0.23437 0.46288,-0.57031 0.46289,-1.00782 c -1e-5,-0.44921 -0.16016,-0.79296 -0.48047,-1.03125 c -0.31641,-0.24218 -0.77149,-0.36327 -1.36524,-0.36328 c -0.32422,1e-5 -0.67187,0.0352 -1.04296,0.10547 c -0.3711,0.0703 -0.7793,0.1797 -1.22461,0.32813 l 0,-1.05469 c 0.44921,-0.12499 0.86914,-0.21874 1.25976,-0.28125 c 0.39453,-0.0625 0.76562,-0.0937 1.11328,-0.0937 c 0.89844,1e-5 1.60937,0.20509 2.13282,0.61523 c 0.52343,0.40626 0.78515,0.95704 0.78515,1.65235 c 0,0.48438 -0.13868,0.89453 -0.41601,1.23047 c -0.27735,0.33203 -0.67188,0.5625 -1.1836,0.6914"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6679"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,285.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,285.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6681"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -718,36 +732,36 @@
|
||||
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="pitch_label-30R">
|
||||
<path
|
||||
d="m 361.2832,288.77255 c 0.5664,0.1211 1.00781,0.37305 1.32422,0.75586 0.32031,0.38282 0.48046,0.85547 0.48047,1.41797 -1e-5,0.86328 -0.29688,1.53125 -0.89062,2.00391 -0.59376,0.47265 -1.43751,0.70898 -2.53125,0.70898 -0.36719,0 -0.7461,-0.0371 -1.13672,-0.11133 -0.38672,-0.0703 -0.78711,-0.17773 -1.20118,-0.32226 l 0,-1.14258 c 0.32813,0.19141 0.6875,0.33594 1.07813,0.43359 0.39062,0.0977 0.79883,0.14649 1.22461,0.14649 0.74218,0 1.30664,-0.14649 1.69336,-0.43946 0.39062,-0.29296 0.58593,-0.71874 0.58594,-1.27734 -1e-5,-0.51562 -0.18165,-0.91796 -0.54493,-1.20703 -0.35938,-0.29297 -0.86133,-0.43945 -1.50586,-0.43945 l -1.01953,0 0,-0.97266 1.06641,0 c 0.58203,10e-6 1.02734,-0.11523 1.33594,-0.3457 0.30859,-0.23437 0.46288,-0.57031 0.46289,-1.00782 -1e-5,-0.44921 -0.16016,-0.79296 -0.48047,-1.03125 -0.31641,-0.24218 -0.77149,-0.36327 -1.36524,-0.36328 -0.32422,1e-5 -0.67187,0.0352 -1.04296,0.10547 -0.3711,0.0703 -0.7793,0.1797 -1.22461,0.32813 l 0,-1.05469 c 0.44921,-0.12499 0.86914,-0.21874 1.25976,-0.28125 0.39453,-0.0625 0.76562,-0.0937 1.11328,-0.0937 0.89844,1e-5 1.60937,0.20509 2.13282,0.61523 0.52343,0.40626 0.78515,0.95704 0.78515,1.65235 0,0.48438 -0.13868,0.89453 -0.41601,1.23047 -0.27735,0.33203 -0.67188,0.5625 -1.1836,0.6914"
|
||||
d="m 361.2832,288.77255 c 0.5664,0.1211 1.00781,0.37305 1.32422,0.75586 c 0.32031,0.38282 0.48046,0.85547 0.48047,1.41797 c -1e-5,0.86328 -0.29688,1.53125 -0.89062,2.00391 c -0.59376,0.47265 -1.43751,0.70898 -2.53125,0.70898 c -0.36719,0 -0.7461,-0.0371 -1.13672,-0.11133 c -0.38672,-0.0703 -0.78711,-0.17773 -1.20118,-0.32226 l 0,-1.14258 c 0.32813,0.19141 0.6875,0.33594 1.07813,0.43359 c 0.39062,0.0977 0.79883,0.14649 1.22461,0.14649 c 0.74218,0 1.30664,-0.14649 1.69336,-0.43946 c 0.39062,-0.29296 0.58593,-0.71874 0.58594,-1.27734 c -1e-5,-0.51562 -0.18165,-0.91796 -0.54493,-1.20703 c -0.35938,-0.29297 -0.86133,-0.43945 -1.50586,-0.43945 l -1.01953,0 l 0,-0.97266 l 1.06641,0 c 0.58203,10e-6 1.02734,-0.11523 1.33594,-0.3457 c 0.30859,-0.23437 0.46288,-0.57031 0.46289,-1.00782 c -1e-5,-0.44921 -0.16016,-0.79296 -0.48047,-1.03125 c -0.31641,-0.24218 -0.77149,-0.36327 -1.36524,-0.36328 c -0.32422,1e-5 -0.67187,0.0352 -1.04296,0.10547 c -0.3711,0.0703 -0.7793,0.1797 -1.22461,0.32813 l 0,-1.05469 c 0.44921,-0.12499 0.86914,-0.21874 1.25976,-0.28125 c 0.39453,-0.0625 0.76562,-0.0937 1.11328,-0.0937 c 0.89844,1e-5 1.60937,0.20509 2.13282,0.61523 c 0.52343,0.40626 0.78515,0.95704 0.78515,1.65235 c 0,0.48438 -0.13868,0.89453 -0.41601,1.23047 c -0.27735,0.33203 -0.67188,0.5625 -1.1836,0.6914"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6684"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,285.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,285.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6686"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 303.37607,349 32.7768,0"
|
||||
d="m 303.37607,349 l 32.7768,0"
|
||||
id="path4601"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4603"
|
||||
d="m 285.77784,409 67.97326,0"
|
||||
d="m 285.77784,409 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<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="pitch_label-60L">
|
||||
<path
|
||||
d="m 272.375,408.64365 c -0.53125,0 -0.95313,0.18164 -1.26563,0.54492 -0.30859,0.36328 -0.46289,0.86133 -0.46289,1.49414 0,0.62891 0.1543,1.12695 0.46289,1.49414 0.3125,0.36328 0.73438,0.54492 1.26563,0.54492 0.53125,0 0.95117,-0.18164 1.25977,-0.54492 0.31249,-0.36719 0.46874,-0.86523 0.46875,-1.49414 -10e-6,-0.63281 -0.15626,-1.13086 -0.46875,-1.49414 -0.3086,-0.36328 -0.72852,-0.54492 -1.25977,-0.54492 m 2.34961,-3.70899 0,1.07813 c -0.29688,-0.14062 -0.59766,-0.24804 -0.90234,-0.32227 -0.30079,-0.0742 -0.59962,-0.11132 -0.89649,-0.11133 -0.78125,1e-5 -1.37891,0.26368 -1.79297,0.79102 -0.41016,0.52735 -0.64453,1.32422 -0.70312,2.39062 0.23046,-0.33983 0.51953,-0.5996 0.86718,-0.77929 0.34766,-0.18359 0.73047,-0.27539 1.14844,-0.27539 0.8789,0 1.57226,0.26758 2.08008,0.80273 0.51171,0.53126 0.76757,1.25586 0.76758,2.17383 -1e-5,0.89844 -0.26563,1.61914 -0.79688,2.16211 -0.53125,0.54297 -1.23828,0.81445 -2.12109,0.81445 -1.01172,0 -1.78516,-0.38672 -2.32031,-1.16016 -0.53516,-0.77734 -0.80274,-1.90234 -0.80274,-3.375 0,-1.3828 0.32813,-2.48436 0.98438,-3.30468 0.65625,-0.82421 1.5371,-1.23632 2.64258,-1.23633 0.29687,10e-6 0.59569,0.0293 0.89648,0.0879 0.30468,0.0586 0.62109,0.14649 0.94922,0.26367"
|
||||
d="m 272.375,408.64365 c -0.53125,0 -0.95313,0.18164 -1.26563,0.54492 c -0.30859,0.36328 -0.46289,0.86133 -0.46289,1.49414 c 0,0.62891 0.1543,1.12695 0.46289,1.49414 c 0.3125,0.36328 0.73438,0.54492 1.26563,0.54492 c 0.53125,0 0.95117,-0.18164 1.25977,-0.54492 c 0.31249,-0.36719 0.46874,-0.86523 0.46875,-1.49414 c -10e-6,-0.63281 -0.15626,-1.13086 -0.46875,-1.49414 c -0.3086,-0.36328 -0.72852,-0.54492 -1.25977,-0.54492 m 2.34961,-3.70899 l 0,1.07813 c -0.29688,-0.14062 -0.59766,-0.24804 -0.90234,-0.32227 c -0.30079,-0.0742 -0.59962,-0.11132 -0.89649,-0.11133 c -0.78125,1e-5 -1.37891,0.26368 -1.79297,0.79102 c -0.41016,0.52735 -0.64453,1.32422 -0.70312,2.39062 c 0.23046,-0.33983 0.51953,-0.5996 0.86718,-0.77929 c 0.34766,-0.18359 0.73047,-0.27539 1.14844,-0.27539 c 0.8789,0 1.57226,0.26758 2.08008,0.80273 c 0.51171,0.53126 0.76757,1.25586 0.76758,2.17383 c -1e-5,0.89844 -0.26563,1.61914 -0.79688,2.16211 c -0.53125,0.54297 -1.23828,0.81445 -2.12109,0.81445 c -1.01172,0 -1.78516,-0.38672 -2.32031,-1.16016 c -0.53516,-0.77734 -0.80274,-1.90234 -0.80274,-3.375 c 0,-1.3828 0.32813,-2.48436 0.98438,-3.30468 c 0.65625,-0.82421 1.5371,-1.23632 2.64258,-1.23633 c 0.29687,10e-6 0.59569,0.0293 0.89648,0.0879 c 0.30468,0.0586 0.62109,0.14649 0.94922,0.26367"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6649"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,405.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,405.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6651"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -756,12 +770,12 @@
|
||||
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="pitch_label-60R">
|
||||
<path
|
||||
d="m 360.375,408.64365 c -0.53125,0 -0.95313,0.18164 -1.26563,0.54492 -0.30859,0.36328 -0.46289,0.86133 -0.46289,1.49414 0,0.62891 0.1543,1.12695 0.46289,1.49414 0.3125,0.36328 0.73438,0.54492 1.26563,0.54492 0.53125,0 0.95117,-0.18164 1.25977,-0.54492 0.31249,-0.36719 0.46874,-0.86523 0.46875,-1.49414 -10e-6,-0.63281 -0.15626,-1.13086 -0.46875,-1.49414 -0.3086,-0.36328 -0.72852,-0.54492 -1.25977,-0.54492 m 2.34961,-3.70899 0,1.07813 c -0.29688,-0.14062 -0.59766,-0.24804 -0.90234,-0.32227 -0.30079,-0.0742 -0.59962,-0.11132 -0.89649,-0.11133 -0.78125,1e-5 -1.37891,0.26368 -1.79297,0.79102 -0.41016,0.52735 -0.64453,1.32422 -0.70312,2.39062 0.23046,-0.33983 0.51953,-0.5996 0.86718,-0.77929 0.34766,-0.18359 0.73047,-0.27539 1.14844,-0.27539 0.8789,0 1.57226,0.26758 2.08008,0.80273 0.51171,0.53126 0.76757,1.25586 0.76758,2.17383 -1e-5,0.89844 -0.26563,1.61914 -0.79688,2.16211 -0.53125,0.54297 -1.23828,0.81445 -2.12109,0.81445 -1.01172,0 -1.78516,-0.38672 -2.32031,-1.16016 -0.53516,-0.77734 -0.80274,-1.90234 -0.80274,-3.375 0,-1.3828 0.32813,-2.48436 0.98438,-3.30468 0.65625,-0.82421 1.5371,-1.23632 2.64258,-1.23633 0.29687,10e-6 0.59569,0.0293 0.89648,0.0879 0.30468,0.0586 0.62109,0.14649 0.94922,0.26367"
|
||||
d="m 360.375,408.64365 c -0.53125,0 -0.95313,0.18164 -1.26563,0.54492 c -0.30859,0.36328 -0.46289,0.86133 -0.46289,1.49414 c 0,0.62891 0.1543,1.12695 0.46289,1.49414 c 0.3125,0.36328 0.73438,0.54492 1.26563,0.54492 c 0.53125,0 0.95117,-0.18164 1.25977,-0.54492 c 0.31249,-0.36719 0.46874,-0.86523 0.46875,-1.49414 c -10e-6,-0.63281 -0.15626,-1.13086 -0.46875,-1.49414 c -0.3086,-0.36328 -0.72852,-0.54492 -1.25977,-0.54492 m 2.34961,-3.70899 l 0,1.07813 c -0.29688,-0.14062 -0.59766,-0.24804 -0.90234,-0.32227 c -0.30079,-0.0742 -0.59962,-0.11132 -0.89649,-0.11133 c -0.78125,1e-5 -1.37891,0.26368 -1.79297,0.79102 c -0.41016,0.52735 -0.64453,1.32422 -0.70312,2.39062 c 0.23046,-0.33983 0.51953,-0.5996 0.86718,-0.77929 c 0.34766,-0.18359 0.73047,-0.27539 1.14844,-0.27539 c 0.8789,0 1.57226,0.26758 2.08008,0.80273 c 0.51171,0.53126 0.76757,1.25586 0.76758,2.17383 c -1e-5,0.89844 -0.26563,1.61914 -0.79688,2.16211 c -0.53125,0.54297 -1.23828,0.81445 -2.12109,0.81445 c -1.01172,0 -1.78516,-0.38672 -2.32031,-1.16016 c -0.53516,-0.77734 -0.80274,-1.90234 -0.80274,-3.375 c 0,-1.3828 0.32813,-2.48436 0.98438,-3.30468 c 0.65625,-0.82421 1.5371,-1.23632 2.64258,-1.23633 c 0.29687,10e-6 0.59569,0.0293 0.89648,0.0879 c 0.30468,0.0586 0.62109,0.14649 0.94922,0.26367"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6654"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,405.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,405.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6656"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -769,23 +783,23 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4613"
|
||||
d="m 303.37607,389 32.7768,0"
|
||||
d="m 303.37607,389 l 32.7768,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 285.77784,369 67.97326,0"
|
||||
d="m 285.77784,369 l 67.97326,0"
|
||||
id="path4615"
|
||||
inkscape:connector-curvature="0" />
|
||||
<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="pitch_label-50L">
|
||||
<path
|
||||
d="m 269.70898,364.7413 4.64649,0 0,0.9961 -3.5625,0 0,2.14453 c 0.17187,-0.0586 0.34375,-0.10156 0.51562,-0.12891 0.17188,-0.0312 0.34375,-0.0469 0.51563,-0.0469 0.97656,0 1.74999,0.26758 2.32031,0.80273 0.57031,0.53516 0.85546,1.25977 0.85547,2.17383 -10e-6,0.94141 -0.29298,1.67383 -0.87891,2.19726 -0.58594,0.51954 -1.41211,0.7793 -2.47851,0.7793 -0.36719,0 -0.74219,-0.0312 -1.125,-0.0937 -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.18945 c 0.35156,0.19141 0.71485,0.33398 1.08985,0.42773 0.375,0.0937 0.77148,0.14063 1.18945,0.14063 0.67578,0 1.21093,-0.17774 1.60547,-0.53321 0.39453,-0.35546 0.59179,-0.83788 0.5918,-1.44726 -1e-5,-0.60937 -0.19727,-1.09179 -0.5918,-1.44727 -0.39454,-0.35546 -0.92969,-0.5332 -1.60547,-0.5332 -0.31641,0 -0.63281,0.0352 -0.94922,0.10547 -0.3125,0.0703 -0.63281,0.17969 -0.96094,0.32812 l 0,-4.39453"
|
||||
d="m 269.70898,364.7413 l 4.64649,0 l 0,0.9961 l -3.5625,0 l 0,2.14453 c 0.17187,-0.0586 0.34375,-0.10156 0.51562,-0.12891 c 0.17188,-0.0312 0.34375,-0.0469 0.51563,-0.0469 c 0.97656,0 1.74999,0.26758 2.32031,0.80273 c 0.57031,0.53516 0.85546,1.25977 0.85547,2.17383 c -10e-6,0.94141 -0.29298,1.67383 -0.87891,2.19726 c -0.58594,0.51954 -1.41211,0.7793 -2.47851,0.7793 c -0.36719,0 -0.74219,-0.0312 -1.125,-0.0937 c -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.18945 c 0.35156,0.19141 0.71485,0.33398 1.08985,0.42773 c 0.375,0.0937 0.77148,0.14063 1.18945,0.14063 c 0.67578,0 1.21093,-0.17774 1.60547,-0.53321 c 0.39453,-0.35546 0.59179,-0.83788 0.5918,-1.44726 c -1e-5,-0.60937 -0.19727,-1.09179 -0.5918,-1.44727 c -0.39454,-0.35546 -0.92969,-0.5332 -1.60547,-0.5332 c -0.31641,0 -0.63281,0.0352 -0.94922,0.10547 c -0.3125,0.0703 -0.63281,0.17969 -0.96094,0.32812 l 0,-4.39453"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6659"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,365.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,365.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6661"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -794,12 +808,12 @@
|
||||
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="pitch_label-50R">
|
||||
<path
|
||||
d="m 357.70898,364.7413 4.64649,0 0,0.9961 -3.5625,0 0,2.14453 c 0.17187,-0.0586 0.34375,-0.10156 0.51562,-0.12891 0.17188,-0.0312 0.34375,-0.0469 0.51563,-0.0469 0.97656,0 1.74999,0.26758 2.32031,0.80273 0.57031,0.53516 0.85546,1.25977 0.85547,2.17383 -10e-6,0.94141 -0.29298,1.67383 -0.87891,2.19726 -0.58594,0.51954 -1.41211,0.7793 -2.47851,0.7793 -0.36719,0 -0.74219,-0.0312 -1.125,-0.0937 -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.18945 c 0.35156,0.19141 0.71485,0.33398 1.08985,0.42773 0.375,0.0937 0.77148,0.14063 1.18945,0.14063 0.67578,0 1.21093,-0.17774 1.60547,-0.53321 0.39453,-0.35546 0.59179,-0.83788 0.5918,-1.44726 -1e-5,-0.60937 -0.19727,-1.09179 -0.5918,-1.44727 -0.39454,-0.35546 -0.92969,-0.5332 -1.60547,-0.5332 -0.31641,0 -0.63281,0.0352 -0.94922,0.10547 -0.3125,0.0703 -0.63281,0.17969 -0.96094,0.32812 l 0,-4.39453"
|
||||
d="m 357.70898,364.7413 l 4.64649,0 l 0,0.9961 l -3.5625,0 l 0,2.14453 c 0.17187,-0.0586 0.34375,-0.10156 0.51562,-0.12891 c 0.17188,-0.0312 0.34375,-0.0469 0.51563,-0.0469 c 0.97656,0 1.74999,0.26758 2.32031,0.80273 c 0.57031,0.53516 0.85546,1.25977 0.85547,2.17383 c -10e-6,0.94141 -0.29298,1.67383 -0.87891,2.19726 c -0.58594,0.51954 -1.41211,0.7793 -2.47851,0.7793 c -0.36719,0 -0.74219,-0.0312 -1.125,-0.0937 c -0.37891,-0.0625 -0.77149,-0.15625 -1.17774,-0.28125 l 0,-1.18945 c 0.35156,0.19141 0.71485,0.33398 1.08985,0.42773 c 0.375,0.0937 0.77148,0.14063 1.18945,0.14063 c 0.67578,0 1.21093,-0.17774 1.60547,-0.53321 c 0.39453,-0.35546 0.59179,-0.83788 0.5918,-1.44726 c -1e-5,-0.60937 -0.19727,-1.09179 -0.5918,-1.44727 c -0.39454,-0.35546 -0.92969,-0.5332 -1.60547,-0.5332 c -0.31641,0 -0.63281,0.0352 -0.94922,0.10547 c -0.3125,0.0703 -0.63281,0.17969 -0.96094,0.32812 l 0,-4.39453"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6664"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,365.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,365.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6666"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -807,23 +821,23 @@
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4625"
|
||||
d="m 303.37607,429 32.7768,0"
|
||||
d="m 303.37607,429 l 32.7768,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 285.77784,489 67.97326,0"
|
||||
d="m 285.77784,489 l 67.97326,0"
|
||||
id="path4627"
|
||||
inkscape:connector-curvature="0" />
|
||||
<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="pitch_label-80L">
|
||||
<path
|
||||
d="m 272.22852,489.33505 c -0.56251,10e-6 -1.00587,0.1504 -1.33008,0.45117 -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 0,0.52735 0.16015,0.94141 0.48047,1.24219 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 0.87108,10e-6 1.55468,0.20313 2.05078,0.60937 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 0.5078,10e-6 0.90429,-0.12695 1.18945,-0.38086 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 -0.51173,10e-6 -0.91016,0.12696 -1.19532,0.38086 -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
d="m 272.22852,489.33505 c -0.56251,10e-6 -1.00587,0.1504 -1.33008,0.45117 c -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 c 0,0.52735 0.16015,0.94141 0.48047,1.24219 c 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 c 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 c 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 c 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 c -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 c -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 c 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 c 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 c 0.87108,10e-6 1.55468,0.20313 2.05078,0.60937 c 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 c -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 c -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 c 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 c 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 c -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 c -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 c -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 c -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 c -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 c 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 c 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 c 0.5078,10e-6 0.90429,-0.12695 1.18945,-0.38086 c 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 c 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 c -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 c -0.51173,10e-6 -0.91016,0.12696 -1.19532,0.38086 c -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6629"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,485.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,485.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6631"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -832,36 +846,36 @@
|
||||
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="pitch_label-80R">
|
||||
<path
|
||||
d="m 360.22852,489.33505 c -0.56251,10e-6 -1.00587,0.1504 -1.33008,0.45117 -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 0,0.52735 0.16015,0.94141 0.48047,1.24219 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 0.87108,10e-6 1.55468,0.20313 2.05078,0.60937 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 0.5078,10e-6 0.90429,-0.12695 1.18945,-0.38086 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 -0.51173,10e-6 -0.91016,0.12696 -1.19532,0.38086 -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
d="m 360.22852,489.33505 c -0.56251,10e-6 -1.00587,0.1504 -1.33008,0.45117 c -0.32032,0.30079 -0.48047,0.71485 -0.48047,1.24219 c 0,0.52735 0.16015,0.94141 0.48047,1.24219 c 0.32421,0.30078 0.76757,0.45117 1.33008,0.45117 c 0.56249,0 1.00585,-0.15039 1.33007,-0.45117 c 0.32422,-0.30469 0.48633,-0.71875 0.48633,-1.24219 c 0,-0.52734 -0.16211,-0.9414 -0.48633,-1.24219 c -0.32031,-0.30077 -0.76367,-0.45116 -1.33007,-0.45117 m -1.1836,-0.5039 c -0.50781,-0.125 -0.9043,-0.36133 -1.18945,-0.70899 c -0.28125,-0.34765 -0.42188,-0.77148 -0.42188,-1.27148 c 0,-0.69921 0.24805,-1.25195 0.74414,-1.65821 c 0.5,-0.40624 1.1836,-0.60936 2.05079,-0.60937 c 0.87108,10e-6 1.55468,0.20313 2.05078,0.60937 c 0.49608,0.40626 0.74413,0.959 0.74414,1.65821 c -10e-6,0.5 -0.14259,0.92383 -0.42774,1.27148 c -0.28125,0.34766 -0.67383,0.58399 -1.17773,0.70899 c 0.57031,0.13281 1.01366,0.39258 1.33008,0.77929 c 0.3203,0.38673 0.48046,0.85938 0.48047,1.41797 c -10e-6,0.84766 -0.25978,1.49805 -0.7793,1.95117 c -0.51563,0.45313 -1.25587,0.67969 -2.2207,0.67969 c -0.96485,0 -1.70704,-0.22656 -2.22657,-0.67969 c -0.51562,-0.45312 -0.77344,-1.10351 -0.77343,-1.95117 c -10e-6,-0.55859 0.16015,-1.03124 0.48046,-1.41797 c 0.32032,-0.38671 0.76563,-0.64648 1.33594,-0.77929 m -0.43359,-1.86914 c 0,0.45313 0.14062,0.80664 0.42187,1.06054 c 0.28516,0.25391 0.68359,0.38087 1.19532,0.38086 c 0.5078,10e-6 0.90429,-0.12695 1.18945,-0.38086 c 0.28906,-0.2539 0.43359,-0.60741 0.43359,-1.06054 c 0,-0.45312 -0.14453,-0.80664 -0.43359,-1.06055 c -0.28516,-0.2539 -0.68165,-0.38085 -1.18945,-0.38086 c -0.51173,10e-6 -0.91016,0.12696 -1.19532,0.38086 c -0.28125,0.25391 -0.42187,0.60743 -0.42187,1.06055"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6797"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,485.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,485.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6799"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 303.37607,469 32.7768,0"
|
||||
d="m 303.37607,469 l 32.7768,0"
|
||||
id="path4637"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4639"
|
||||
d="m 285.77784,449 67.97326,0"
|
||||
d="m 285.77784,449 l 67.97326,0"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0" />
|
||||
<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="pitch_label-70L">
|
||||
<path
|
||||
d="m 269.39844,444.7413 5.625,0 0,0.50391 -3.17578,8.24414 -1.23633,0 2.98828,-7.75195 -4.20117,0 0,-0.9961"
|
||||
d="m 269.39844,444.7413 l 5.625,0 l 0,0.50391 l -3.17578,8.24414 l -1.23633,0 l 2.98828,-7.75195 l -4.20117,0 l 0,-0.9961"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6639"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,445.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 279.86914,445.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6641"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -870,24 +884,24 @@
|
||||
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="pitch_label-70R">
|
||||
<path
|
||||
d="m 357.39844,444.7413 5.625,0 0,0.50391 -3.17578,8.24414 -1.23633,0 2.98828,-7.75195 -4.20117,0 0,-0.9961"
|
||||
d="m 357.39844,444.7413 l 5.625,0 l 0,0.50391 l -3.17578,8.24414 l -1.23633,0 l 2.98828,-7.75195 l -4.20117,0 l 0,-0.9961"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6644"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,445.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
d="m 367.86914,445.5206 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -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.20311 -0.1543,-2.1035 -0.46289,-2.70117 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16601 c 0.51953,0.77345 0.77929,1.89845 0.7793,3.375 c -1e-5,1.47266 -0.25977,2.59766 -0.7793,3.375 c -0.51563,0.77344 -1.26368,1.16016 -2.24414,1.16016 c -0.98047,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.26953,-1.166 2.25,-1.16601"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6646"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 2;stroke-dashoffset:0"
|
||||
d="m 303.37607,509 32.7768,0"
|
||||
d="m 303.37607,509 l 32.7768,0"
|
||||
id="path4649"
|
||||
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:4, 2;stroke-dashoffset:0"
|
||||
d="m 285.77784,529 67.97326,0"
|
||||
d="m 285.77784,529 l 67.97326,0"
|
||||
id="pitch-90"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:label="#path4663" />
|
||||
@ -895,12 +909,12 @@
|
||||
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="pitch_label-90L">
|
||||
<path
|
||||
d="m 269.73242,533.30774 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 -0.34767,0.1797 -0.73243,0.26954 -1.1543,0.26954 -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 1.01171,10e-6 1.7832,0.38868 2.31445,1.16602 0.53515,0.77344 0.80273,1.89844 0.80274,3.375 -1e-5,1.3789 -0.32813,2.48047 -0.98438,3.30468 -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 -0.53125,10e-6 -0.95313,0.1836 -1.26562,0.55078 -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 0,0.63282 0.1543,1.13087 0.4629,1.49414 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
d="m 269.73242,533.30774 l 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 c 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 c 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 c 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 c -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 c -0.34767,0.1797 -0.73243,0.26954 -1.1543,0.26954 c -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 c -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 c 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 c 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 c 1.01171,10e-6 1.7832,0.38868 2.31445,1.16602 c 0.53515,0.77344 0.80273,1.89844 0.80274,3.375 c -1e-5,1.3789 -0.32813,2.48047 -0.98438,3.30468 c -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 c -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 c -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 c 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 c -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 c -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 c -0.53125,10e-6 -0.95313,0.1836 -1.26562,0.55078 c -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 c 0,0.63282 0.1543,1.13087 0.4629,1.49414 c 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6619"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 279.86914,525.52063 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -0.45703,2.70118 -1e-5,1.19922 0.15234,2.09961 0.45703,2.70117 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.70117 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70118 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16602 0.51953,0.77344 0.77929,1.89844 0.7793,3.375 -1e-5,1.47265 -0.25977,2.59765 -0.7793,3.375 -0.51563,0.77343 -1.26368,1.16015 -2.24414,1.16015 -0.98047,0 -1.73047,-0.38672 -2.25,-1.16015 -0.51563,-0.77735 -0.77344,-1.90235 -0.77344,-3.375 0,-1.47656 0.25781,-2.60156 0.77344,-3.375 0.51953,-0.77734 1.26953,-1.16601 2.25,-1.16602"
|
||||
d="m 279.86914,525.52063 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -0.45703,2.70118 c -1e-5,1.19922 0.15234,2.09961 0.45703,2.70117 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.70117 c 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70118 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16602 c 0.51953,0.77344 0.77929,1.89844 0.7793,3.375 c -1e-5,1.47265 -0.25977,2.59765 -0.7793,3.375 c -0.51563,0.77343 -1.26368,1.16015 -2.24414,1.16015 c -0.98047,0 -1.73047,-0.38672 -2.25,-1.16015 c -0.51563,-0.77735 -0.77344,-1.90235 -0.77344,-3.375 c 0,-1.47656 0.25781,-2.60156 0.77344,-3.375 c 0.51953,-0.77734 1.26953,-1.16601 2.25,-1.16602"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6621"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -909,12 +923,12 @@
|
||||
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="pitch_label-90R">
|
||||
<path
|
||||
d="m 357.73242,533.30774 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 -0.34767,0.1797 -0.73243,0.26954 -1.1543,0.26954 -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 1.01171,10e-6 1.7832,0.38868 2.31445,1.16602 0.53515,0.77344 0.80273,1.89844 0.80274,3.375 -1e-5,1.3789 -0.32813,2.48047 -0.98438,3.30468 -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 -0.53125,10e-6 -0.95313,0.1836 -1.26562,0.55078 -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 0,0.63282 0.1543,1.13087 0.4629,1.49414 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
d="m 357.73242,533.30774 l 0,-1.07813 c 0.29688,0.14063 0.59766,0.24805 0.90235,0.32227 c 0.30468,0.0742 0.60351,0.11133 0.89648,0.11133 c 0.78125,0 1.37695,-0.26172 1.78711,-0.78516 c 0.41406,-0.52734 0.65038,-1.32617 0.70898,-2.39648 c -0.22656,0.33594 -0.51367,0.59375 -0.86132,0.77343 c -0.34767,0.1797 -0.73243,0.26954 -1.1543,0.26954 c -0.875,0 -1.56836,-0.26367 -2.08008,-0.79102 c -0.50781,-0.53125 -0.76172,-1.25585 -0.76172,-2.17383 c 0,-0.89843 0.26563,-1.61913 0.79688,-2.16211 c 0.53124,-0.54296 1.23828,-0.81444 2.12109,-0.81445 c 1.01171,10e-6 1.7832,0.38868 2.31445,1.16602 c 0.53515,0.77344 0.80273,1.89844 0.80274,3.375 c -1e-5,1.3789 -0.32813,2.48047 -0.98438,3.30468 c -0.65235,0.82032 -1.53125,1.23047 -2.63672,1.23047 c -0.29687,0 -0.59765,-0.0293 -0.90234,-0.0879 c -0.30469,-0.0586 -0.62109,-0.14648 -0.94922,-0.26367 m 2.35547,-3.70899 c 0.53125,10e-6 0.95117,-0.18163 1.25977,-0.54492 c 0.31249,-0.36327 0.46874,-0.86132 0.46875,-1.49414 c -1e-5,-0.6289 -0.15626,-1.12499 -0.46875,-1.48828 c -0.3086,-0.36718 -0.72852,-0.55077 -1.25977,-0.55078 c -0.53125,10e-6 -0.95313,0.1836 -1.26562,0.55078 c -0.3086,0.36329 -0.4629,0.85938 -0.4629,1.48828 c 0,0.63282 0.1543,1.13087 0.4629,1.49414 c 0.31249,0.36329 0.73437,0.54493 1.26562,0.54492"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6624"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 367.86914,525.52063 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 -0.30469,0.59767 -0.45704,1.49806 -0.45703,2.70118 -1e-5,1.19922 0.15234,2.09961 0.45703,2.70117 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.70117 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70118 -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16602 0.51953,0.77344 0.77929,1.89844 0.7793,3.375 -1e-5,1.47265 -0.25977,2.59765 -0.7793,3.375 -0.51563,0.77343 -1.26368,1.16015 -2.24414,1.16015 -0.98047,0 -1.73047,-0.38672 -2.25,-1.16015 -0.51563,-0.77735 -0.77344,-1.90235 -0.77344,-3.375 0,-1.47656 0.25781,-2.60156 0.77344,-3.375 0.51953,-0.77734 1.26953,-1.16601 2.25,-1.16602"
|
||||
d="m 367.86914,525.52063 c -0.60938,10e-6 -1.06836,0.30079 -1.37695,0.90234 c -0.30469,0.59767 -0.45704,1.49806 -0.45703,2.70118 c -1e-5,1.19922 0.15234,2.09961 0.45703,2.70117 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.70117 c 0,-1.20312 -0.1543,-2.10351 -0.46289,-2.70118 c -0.30469,-0.60155 -0.76367,-0.90233 -1.37695,-0.90234 m 0,-0.9375 c 0.98046,10e-6 1.72851,0.38868 2.24414,1.16602 c 0.51953,0.77344 0.77929,1.89844 0.7793,3.375 c -1e-5,1.47265 -0.25977,2.59765 -0.7793,3.375 c -0.51563,0.77343 -1.26368,1.16015 -2.24414,1.16015 c -0.98047,0 -1.73047,-0.38672 -2.25,-1.16015 c -0.51563,-0.77735 -0.77344,-1.90235 -0.77344,-3.375 c 0,-1.47656 0.25781,-2.60156 0.77344,-3.375 c 0.51953,-0.77734 1.26953,-1.16601 2.25,-1.16602"
|
||||
style="font-size:12px;fill:#ffffff;-inkscape-font-specification:Sans"
|
||||
id="path6626"
|
||||
inkscape:connector-curvature="0" />
|
||||
@ -2678,7 +2692,7 @@
|
||||
transform="translate(0,4)"
|
||||
inkscape:transform-center-x="31.416405"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 290.26594,60.402428 286.90125,47.845226"
|
||||
d="M 290.26594,60.402428 L 286.90125,47.845226"
|
||||
id="path3442"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-117.24761" />
|
||||
@ -2687,14 +2701,14 @@
|
||||
inkscape:transform-center-y="-105.12133"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3444"
|
||||
d="m 262.55821,71.879346 -6.50008,-11.25848"
|
||||
d="m 262.55821,71.879346 l -6.50008,-11.25848"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="60.69183" />
|
||||
<path
|
||||
transform="translate(0,4)"
|
||||
inkscape:transform-center-x="85.83121"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 240.16234,91.372557 228.92763,81.105201"
|
||||
d="M 240.16234,91.372557 L 228.92763,81.105201"
|
||||
id="path3446"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-85.831206"
|
||||
@ -2704,7 +2718,7 @@
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:transform-center-x="10.57928"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 309.61986,56.242757 308.8542,51.425032"
|
||||
d="M 309.61986,56.242757 L 308.8542,51.425032"
|
||||
id="path3460"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-51.353944" />
|
||||
@ -2713,7 +2727,7 @@
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:transform-center-x="20.198055"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="M 300.02868,57.474202 298.9979,52.82864"
|
||||
d="M 300.02868,57.474202 L 298.9979,52.82864"
|
||||
id="path3464"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-109.4812" />
|
||||
@ -2723,7 +2737,7 @@
|
||||
inkscape:transform-center-y="-104.31057"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3466"
|
||||
d="m 281.77925,62.464332 -1.94063,-4.28458"
|
||||
d="m 281.77925,62.464332 l -1.94063,-4.28458"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="38.90241" />
|
||||
<path
|
||||
@ -2731,7 +2745,7 @@
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:transform-center-x="47.84564"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 272.99748,66.39497 -2.31603,-4.30844"
|
||||
d="m 272.99748,66.39497 l -2.31603,-4.30844"
|
||||
id="path3468"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-100.52307" />
|
||||
@ -2740,14 +2754,14 @@
|
||||
inkscape:transform-center-y="-117.24761"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3491"
|
||||
d="m 349.73406,60.402428 3.36469,-12.557202"
|
||||
d="m 349.73406,60.402428 l 3.36469,-12.557202"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="31.416405" />
|
||||
<path
|
||||
transform="translate(0,4)"
|
||||
inkscape:transform-center-x="60.69183"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 377.44179,71.879346 6.50008,-11.25848"
|
||||
d="m 377.44179,71.879346 l 6.50008,-11.25848"
|
||||
id="path3493"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-105.12133" />
|
||||
@ -2756,7 +2770,7 @@
|
||||
inkscape:transform-center-y="-85.831206"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3495"
|
||||
d="m 399.82423,91.345686 11.40936,-9.763523"
|
||||
d="m 399.82423,91.345686 l 11.40936,-9.763523"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="85.83121"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -2765,7 +2779,7 @@
|
||||
inkscape:transform-center-y="-51.353944"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3497"
|
||||
d="m 330.38014,56.242757 0.76566,-4.817725"
|
||||
d="m 330.38014,56.242757 l 0.76566,-4.817725"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="10.57928"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -2774,7 +2788,7 @@
|
||||
inkscape:transform-center-y="-109.4812"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3499"
|
||||
d="M 339.97132,57.474202 341.0021,52.82864"
|
||||
d="M 339.97132,57.474202 L 341.0021,52.82864"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="20.198055"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -2782,7 +2796,7 @@
|
||||
transform="translate(0,4)"
|
||||
inkscape:transform-center-x="38.90241"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 358.22075,62.464332 1.94063,-4.28458"
|
||||
d="m 358.22075,62.464332 l 1.94063,-4.28458"
|
||||
id="path3501"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-104.31057"
|
||||
@ -2792,7 +2806,7 @@
|
||||
inkscape:transform-center-y="-100.52307"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3503"
|
||||
d="m 367.00252,66.39497 2.31603,-4.30844"
|
||||
d="m 367.00252,66.39497 l 2.31603,-4.30844"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
inkscape:transform-center-x="47.84564"
|
||||
sodipodi:nodetypes="cc" />
|
||||
@ -2801,7 +2815,7 @@
|
||||
sodipodi:open="true"
|
||||
sodipodi:end="5.5477076"
|
||||
sodipodi:start="3.8773293"
|
||||
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"
|
||||
d="m 238.84479,91.530033 a 109.47147,109.47147 0 0 1 162.32944,0.02102"
|
||||
sodipodi:ry="109.47147"
|
||||
sodipodi:rx="109.47147"
|
||||
sodipodi:cy="165"
|
||||
@ -2811,7 +2825,7 @@
|
||||
sodipodi:type="arc" />
|
||||
<path
|
||||
style="fill:#ffffff;stroke:none;display:inline"
|
||||
d="m 311.913,44.002 8.08652,15 8.01834,-15 z"
|
||||
d="m 311.913,44.002 l 8.08652,15 l 8.01834,-15 z"
|
||||
id="path8288"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:transform-center-y="-7.5"
|
||||
@ -4737,7 +4751,7 @@
|
||||
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"
|
||||
d="m 582.79539,230.65151 c -3.7272,-16.56932 -3.7272,-34.7337 0,-51.30302"
|
||||
transform="matrix(6.4484046,0,0,3.9853333,-3146.0425,-599.99333)"
|
||||
sodipodi:start="2.7925268"
|
||||
sodipodi:end="3.4906585"
|
||||
@ -4967,6 +4981,111 @@
|
||||
style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer82"
|
||||
inkscape:label="warning-thrustmode">
|
||||
<g
|
||||
style="display:inline"
|
||||
transform="matrix(1.0117647,0,0,1,83.535158,0)"
|
||||
id="warning-thrustmode">
|
||||
<g
|
||||
inkscape:label="#g4860"
|
||||
id="g3935"
|
||||
transform="translate(81,0)">
|
||||
<rect
|
||||
inkscape:label="#rect4824"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
id="rect3937"
|
||||
width="85"
|
||||
height="16"
|
||||
x="383.5"
|
||||
y="464" />
|
||||
<g
|
||||
id="g4778"
|
||||
transform="translate(-169.99985,0)"
|
||||
style="fill:#ffffff;fill-opacity:1">
|
||||
<path
|
||||
id="path4770"
|
||||
d="m 588.36773,476.43933 l 0,-8.77666 l 3.89142,0 c 0.78227,1e-5 1.37696,0.0798 1.78407,0.23947 c 0.4071,0.15567 0.73238,0.43306 0.97585,0.83217 c 0.24346,0.39913 0.36519,0.84016 0.3652,1.32308 c -10e-6,0.62264 -0.20157,1.14748 -0.60467,1.57453 c -0.40312,0.42707 -1.02575,0.69847 -1.86788,0.81421 c 0.30731,0.14768 0.5408,0.29336 0.70045,0.43704 c 0.33925,0.31131 0.66054,0.70046 0.96388,1.16742 l 1.52663,2.38874 l -1.46078,0 l -1.16144,-1.82598 c -0.33926,-0.52683 -0.61864,-0.92994 -0.83815,-1.20933 c -0.21952,-0.27938 -0.41709,-0.47495 -0.59269,-0.58671 c -0.17163,-0.11175 -0.34724,-0.18958 -0.52684,-0.23348 c -0.13172,-0.0279 -0.34724,-0.0419 -0.64658,-0.0419 l -1.34703,0 l 0,3.89741 l -1.16144,0 m 1.16144,-4.90319 l 2.4965,0 c 0.53082,0 0.94591,-0.0539 1.24525,-0.16165 c 0.29934,-0.11175 0.52684,-0.28736 0.6825,-0.52684 c 0.15565,-0.24345 0.23348,-0.50687 0.23349,-0.79026 c -10e-6,-0.41507 -0.15168,-0.75632 -0.455,-1.02374 c -0.29935,-0.2674 -0.7743,-0.40111 -1.42486,-0.40112 l -2.77788,0 l 0,2.90361"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1" />
|
||||
<path
|
||||
id="path4772"
|
||||
d="m 602.96955,467.66267 l 1.16144,0 l 0,5.07083 c -10e-6,0.88206 -0.0998,1.58251 -0.29934,2.10137 c -0.19957,0.51885 -0.56077,0.94192 -1.08361,1.2692 c -0.51886,0.32329 -1.20136,0.48493 -2.04749,0.48493 c -0.82219,0 -1.49471,-0.14169 -2.01755,-0.42506 c -0.52285,-0.28338 -0.89603,-0.69248 -1.11954,-1.2273 c -0.22351,-0.53881 -0.33526,-1.27319 -0.33526,-2.20314 l 0,-5.07083 l 1.16144,0 l 0,5.06484 c 0,0.76232 0.0698,1.32508 0.20954,1.68828 c 0.14368,0.35921 0.38715,0.6366 0.73039,0.83217 c 0.34723,0.19557 0.7703,0.29335 1.2692,0.29335 c 0.85412,0 1.46278,-0.19357 1.82598,-0.58072 c 0.36319,-0.38715 0.54479,-1.1315 0.5448,-2.23308 l 0,-5.06484"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1" />
|
||||
<path
|
||||
id="path4768"
|
||||
d="m 579.52521,476.43933 l 0,-8.77666 l 1.16144,0 l 0,3.60406 l 4.56195,0 l 0,-3.60406 l 1.16144,0 l 0,8.77666 l -1.16144,0 l 0,-4.13688 l -4.56195,0 l 0,4.13688 l -1.16144,0"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1" />
|
||||
<path
|
||||
id="path4774"
|
||||
d="m 605.67559,473.61954 l 1.09558,-0.0958 c 0.0519,0.43903 0.17162,0.80023 0.35921,1.08361 c 0.19158,0.27938 0.48693,0.50688 0.88605,0.68249 c 0.39912,0.17163 0.84813,0.25744 1.34703,0.25744 c 0.44302,0 0.83416,-0.0659 1.17342,-0.19757 c 0.33924,-0.13171 0.59069,-0.31131 0.75433,-0.53881 c 0.16763,-0.23149 0.25144,-0.48293 0.25145,-0.75434 c -10e-6,-0.27539 -0.0798,-0.51486 -0.23947,-0.71842 c -0.15966,-0.20753 -0.42308,-0.38115 -0.79026,-0.52085 c -0.23549,-0.0918 -0.75634,-0.23348 -1.56256,-0.42506 c -0.80622,-0.19557 -1.37098,-0.37916 -1.69426,-0.55079 c -0.41908,-0.21951 -0.73239,-0.49091 -0.93993,-0.8142 c -0.20356,-0.32728 -0.30533,-0.69247 -0.30533,-1.09559 c 0,-0.44302 0.12572,-0.8561 0.37717,-1.23927 c 0.25144,-0.38714 0.61863,-0.68049 1.10157,-0.88006 c 0.48293,-0.19955 1.01975,-0.29933 1.61045,-0.29934 c 0.65056,10e-6 1.2233,0.10578 1.71822,0.3173 c 0.49889,0.20755 0.88205,0.51488 1.14946,0.92197 c 0.26741,0.40711 0.41109,0.86809 0.43105,1.38295 l -1.11354,0.0838 c -0.0599,-0.55477 -0.26343,-0.97385 -0.61066,-1.25723 c -0.34325,-0.28337 -0.85212,-0.42506 -1.52663,-0.42506 c -0.70246,0 -1.21533,0.12972 -1.53861,0.38914 c -0.3193,0.25544 -0.47895,0.56476 -0.47895,0.92795 c 0,0.31531 0.11375,0.57474 0.34125,0.77829 c 0.22351,0.20355 0.80622,0.41309 1.74815,0.62861 c 0.94591,0.21154 1.59448,0.39713 1.94571,0.55678 c 0.51087,0.23548 0.88804,0.53482 1.13151,0.89802 c 0.24345,0.35921 0.36518,0.77429 0.36519,1.24525 c -10e-6,0.46698 -0.13371,0.908 -0.40111,1.32309 c -0.26742,0.41109 -0.65257,0.73238 -1.15546,0.96387 c -0.4989,0.2275 -1.06166,0.34125 -1.68828,0.34125 c -0.79425,0 -1.46078,-0.11574 -1.99959,-0.34723 c -0.53482,-0.23149 -0.9559,-0.57873 -1.26322,-1.04171 c -0.30333,-0.46697 -0.46298,-0.99381 -0.47894,-1.58052"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1" />
|
||||
<path
|
||||
id="path4766"
|
||||
d="m 574.17899,476.43933 l 0,-7.74094 l -2.89162,0 l 0,-1.03572 l 6.95667,0 l 0,1.03572 l -2.9036,0 l 0,7.74094 l -1.16145,0"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff;fill-opacity:1" />
|
||||
<path
|
||||
style="font-size:12.26098156px;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;display:inline;font-family:Arial;-inkscape-font-specification:Arial"
|
||||
id="path4776"
|
||||
d="m 616.49354,476.43933 l 0,-7.74094 l -2.89163,0 l 0,-1.03572 l 6.95667,0 l 0,1.03572 l -2.9036,0 l 0,7.74094 l -1.16144,0"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer80"
|
||||
inkscape:label="warning-flightmode">
|
||||
<g
|
||||
id="warning-flightmode"
|
||||
transform="translate(2,0)">
|
||||
<g
|
||||
transform="translate(81,0)"
|
||||
id="g4911"
|
||||
inkscape:label="#g4860">
|
||||
<rect
|
||||
y="464"
|
||||
x="383.5"
|
||||
height="16"
|
||||
width="85"
|
||||
id="warning-flightmode-box"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:label="#rect4824" />
|
||||
<g
|
||||
id="warning-flightmode-label"
|
||||
style="font-size:12.26098156px;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"
|
||||
transform="translate(2,0.10002)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4715"
|
||||
d="m 404.79999,473.51954 l 1.09559,-0.0958 c 0.0519,0.43903 0.17162,0.80024 0.35921,1.08361 c 0.19157,0.27939 0.48692,0.50689 0.88604,0.6825 c 0.39912,0.17162 0.84813,0.25743 1.34704,0.25743 c 0.44302,0 0.83415,-0.0659 1.17341,-0.19756 c 0.33925,-0.13171 0.59069,-0.31132 0.75434,-0.53882 c 0.16762,-0.23148 0.25144,-0.48293 0.25144,-0.75433 c 0,-0.27539 -0.0798,-0.51487 -0.23947,-0.71842 c -0.15965,-0.20754 -0.42307,-0.38116 -0.79026,-0.52085 c -0.23548,-0.0918 -0.75633,-0.23349 -1.56255,-0.42507 c -0.80623,-0.19556 -1.37098,-0.37916 -1.69427,-0.55078 c -0.41908,-0.21951 -0.73239,-0.49092 -0.93993,-0.81421 c -0.20355,-0.32727 -0.30533,-0.69247 -0.30533,-1.09558 c 0,-0.44302 0.12573,-0.85611 0.37717,-1.23927 c 0.25145,-0.38714 0.61864,-0.6805 1.10158,-0.88006 c 0.48293,-0.19956 1.01974,-0.29934 1.61045,-0.29934 c 0.65056,0 1.2233,0.10577 1.71821,0.3173 c 0.49889,0.20755 0.88205,0.51487 1.14947,0.92196 c 0.2674,0.40711 0.41108,0.8681 0.43105,1.38296 l -1.11355,0.0838 c -0.0599,-0.55477 -0.26342,-0.97384 -0.61065,-1.25723 c -0.34325,-0.28337 -0.85213,-0.42505 -1.52664,-0.42506 c -0.70245,1e-5 -1.21532,0.12972 -1.53861,0.38914 c -0.3193,0.25545 -0.47894,0.56476 -0.47894,0.92796 c 0,0.31531 0.11374,0.57474 0.34125,0.77828 c 0.2235,0.20356 0.80622,0.4131 1.74814,0.62862 c 0.94591,0.21154 1.59448,0.39713 1.94572,0.55677 c 0.51086,0.23549 0.88803,0.53483 1.1315,0.89802 c 0.24346,0.35921 0.36519,0.7743 0.3652,1.24526 c -1e-5,0.46697 -0.13372,0.908 -0.40112,1.32308 c -0.26742,0.4111 -0.65257,0.73239 -1.15545,0.96388 c -0.49891,0.2275 -1.06167,0.34124 -1.68828,0.34125 c -0.79426,-1e-5 -1.46079,-0.11575 -1.9996,-0.34724 c -0.53482,-0.23149 -0.95589,-0.57872 -1.26321,-1.0417 c -0.30333,-0.46697 -0.46298,-0.99381 -0.47895,-1.58052" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4717"
|
||||
d="m 415.61815,476.33932 l 0,-7.74094 l -2.89162,0 l 0,-1.03571 l 6.95667,0 l 0,1.03571 l -2.90361,0 l 0,7.74094 l -1.16144,0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4719"
|
||||
d="m 419.05458,476.33932 l 3.37057,-8.77665 l 1.25125,0 l 3.59208,8.77665 l -1.32308,0 l -1.02375,-2.65814 l -3.66991,0 l -0.96388,2.65814 l -1.23328,0 m 2.53242,-3.60405 l 2.97544,0 l -0.91598,-2.43065 c -0.27939,-0.73836 -0.48693,-1.34503 -0.62262,-1.81999 c -0.11176,0.56277 -0.26941,1.12154 -0.47296,1.67631 l -0.96388,2.57433" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4721"
|
||||
d="m 428.16052,476.33932 l 0,-8.77665 l 3.29274,0 c 0.67052,0 1.20733,0.0898 1.61045,0.2694 c 0.4071,0.17562 0.7244,0.44902 0.9519,0.82019 c 0.23149,0.3672 0.34723,0.75235 0.34724,1.15546 c -10e-6,0.37518 -0.10178,0.7284 -0.30533,1.05966 c -0.20356,0.33128 -0.51088,0.59869 -0.92197,0.80224 c 0.53083,0.15566 0.93793,0.42107 1.22131,0.79624 c 0.28736,0.37518 0.43104,0.8182 0.43105,1.32907 c -1e-5,0.4111 -0.0878,0.79425 -0.26342,1.14947 c -0.17163,0.35123 -0.38516,0.62263 -0.64059,0.8142 c -0.25544,0.19158 -0.57673,0.33726 -0.96387,0.43704 c -0.38316,0.0958 -0.85412,0.14368 -1.41289,0.14368 l -3.34662,0 m 1.16144,-5.08878 l 1.89781,0 c 0.51487,0 0.88405,-0.0339 1.10756,-0.10178 c 0.29535,-0.0878 0.51686,-0.23348 0.66454,-0.43703 c 0.15166,-0.20355 0.22749,-0.45899 0.2275,-0.76632 c -1e-5,-0.29135 -0.0699,-0.54678 -0.20954,-0.76631 c -0.1397,-0.2235 -0.33926,-0.37516 -0.59868,-0.45499 c -0.25943,-0.0838 -0.70445,-0.12572 -1.33506,-0.12573 l -1.75413,0 l 0,2.65216 m 0,4.05307 l 2.18518,0 c 0.37517,0 0.63859,-0.014 0.79026,-0.0419 c 0.26741,-0.0479 0.49091,-0.12772 0.67052,-0.23947 c 0.1796,-0.11175 0.32728,-0.2734 0.44303,-0.48493 c 0.11573,-0.21553 0.17361,-0.46298 0.17361,-0.74237 c 0,-0.32727 -0.0838,-0.61065 -0.25144,-0.85012 c -0.16764,-0.24346 -0.40112,-0.41309 -0.70046,-0.50888 c -0.29535,-0.0998 -0.72241,-0.14967 -1.28118,-0.14967 l -2.02952,0 l 0,3.01735" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4723"
|
||||
d="m 443.42089,476.33932 l -1.07763,0 l 0,-6.86686 c -0.25943,0.24746 -0.60068,0.49491 -1.02374,0.74236 c -0.41908,0.24746 -0.79625,0.43305 -1.13151,0.55677 l 0,-1.0417 c 0.60267,-0.28337 1.12951,-0.62661 1.58052,-1.02973 c 0.451,-0.4031 0.7703,-0.79424 0.95789,-1.17342 l 0.69447,0 l 0,8.81258" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer51"
|
||||
@ -5036,114 +5155,6 @@
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer78"
|
||||
inkscape:label="warning-arm">
|
||||
<g
|
||||
id="warning-arm"
|
||||
transform="translate(-1,0)">
|
||||
<rect
|
||||
inkscape:label="#rect4824"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
|
||||
id="warning-arm-box"
|
||||
width="80"
|
||||
height="16"
|
||||
x="94.5"
|
||||
y="464" />
|
||||
<g
|
||||
id="warning-arm-label"
|
||||
style="font-size:12.67915916px;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">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4800"
|
||||
d="m 121,476.58899 l 3.48553,-9.076 l 1.29392,0 l 3.71459,9.076 l -1.36821,0 l -1.05866,-2.7488 l -3.79508,0 l -0.99675,2.7488 l -1.27534,0 m 2.61879,-3.72698 l 3.07692,0 l -0.94722,-2.51354 c -0.28892,-0.76355 -0.50354,-1.39091 -0.64386,-1.88207 c -0.11557,0.58196 -0.2786,1.15979 -0.48909,1.73348 l -0.99675,2.66213" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802"
|
||||
d="m 130.4846,476.58899 l 0,-9.076 l 4.02415,0 c 0.80895,10e-6 1.42392,0.0826 1.84492,0.24764 c 0.42098,0.16097 0.75735,0.44782 1.00913,0.86055 c 0.25176,0.41274 0.37764,0.86881 0.37765,1.36821 c -1e-5,0.64387 -0.20844,1.18661 -0.62529,1.62823 c -0.41687,0.44163 -1.06073,0.72229 -1.93159,0.84198 c 0.3178,0.15271 0.55925,0.30336 0.72434,0.45194 c 0.35082,0.32193 0.68307,0.72435 0.99675,1.20724 l 1.57871,2.47021 l -1.5106,0 l -1.20106,-1.88825 c -0.35083,-0.54481 -0.63974,-0.96167 -0.86674,-1.25059 c -0.22701,-0.28891 -0.43131,-0.49114 -0.61291,-0.60671 c -0.17748,-0.11556 -0.35908,-0.19605 -0.5448,-0.24145 c -0.13621,-0.0289 -0.35908,-0.0433 -0.66863,-0.0433 l -1.39297,0 l 0,4.03034 l -1.20106,0 m 1.20106,-5.07043 l 2.58164,0 c 0.54893,1e-5 0.97817,-0.0557 1.28773,-0.16715 c 0.30954,-0.11556 0.5448,-0.29717 0.70577,-0.54481 c 0.16096,-0.25176 0.24144,-0.52417 0.24145,-0.81721 c -1e-5,-0.42924 -0.15685,-0.78212 -0.47052,-1.05866 c -0.30955,-0.27653 -0.8007,-0.41479 -1.47345,-0.4148 l -2.87262,0 l 0,3.00263" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4804"
|
||||
d="m 139.59156,476.58899 l 0,-9.076 l 1.80777,0 l 2.14827,6.42625 c 0.19811,0.59847 0.34257,1.04628 0.43337,1.34345 c 0.10318,-0.33019 0.26415,-0.81515 0.4829,-1.45488 l 2.17304,-6.31482 l 1.61585,0 l 0,9.076 l -1.15772,0 l 0,-7.59635 l -2.63736,7.59635 l -1.08342,0 l -2.62499,-7.72636 l 0,7.72636 l -1.15771,0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer80"
|
||||
inkscape:label="warning-flightmode">
|
||||
<g
|
||||
id="warning-flightmode"
|
||||
transform="translate(2,0)">
|
||||
<g
|
||||
transform="translate(81,0)"
|
||||
id="g4911"
|
||||
inkscape:label="#g4860">
|
||||
<rect
|
||||
y="464"
|
||||
x="383.5"
|
||||
height="16"
|
||||
width="85"
|
||||
id="warning-flightmode-box"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none"
|
||||
inkscape:label="#rect4824" />
|
||||
<g
|
||||
id="warning-flightmode-label"
|
||||
style="font-size:12.26098156px;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"
|
||||
transform="translate(2,0)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4715"
|
||||
d="m 404.79999,473.51954 l 1.09559,-0.0958 c 0.0519,0.43903 0.17162,0.80024 0.35921,1.08361 c 0.19157,0.27939 0.48692,0.50689 0.88604,0.6825 c 0.39912,0.17162 0.84813,0.25743 1.34704,0.25743 c 0.44302,0 0.83415,-0.0659 1.17341,-0.19756 c 0.33925,-0.13171 0.59069,-0.31132 0.75434,-0.53882 c 0.16762,-0.23148 0.25144,-0.48293 0.25144,-0.75433 c 0,-0.27539 -0.0798,-0.51487 -0.23947,-0.71842 c -0.15965,-0.20754 -0.42307,-0.38116 -0.79026,-0.52085 c -0.23548,-0.0918 -0.75633,-0.23349 -1.56255,-0.42507 c -0.80623,-0.19556 -1.37098,-0.37916 -1.69427,-0.55078 c -0.41908,-0.21951 -0.73239,-0.49092 -0.93993,-0.81421 c -0.20355,-0.32727 -0.30533,-0.69247 -0.30533,-1.09558 c 0,-0.44302 0.12573,-0.85611 0.37717,-1.23927 c 0.25145,-0.38714 0.61864,-0.6805 1.10158,-0.88006 c 0.48293,-0.19956 1.01974,-0.29934 1.61045,-0.29934 c 0.65056,0 1.2233,0.10577 1.71821,0.3173 c 0.49889,0.20755 0.88205,0.51487 1.14947,0.92196 c 0.2674,0.40711 0.41108,0.8681 0.43105,1.38296 l -1.11355,0.0838 c -0.0599,-0.55477 -0.26342,-0.97384 -0.61065,-1.25723 c -0.34325,-0.28337 -0.85213,-0.42505 -1.52664,-0.42506 c -0.70245,1e-5 -1.21532,0.12972 -1.53861,0.38914 c -0.3193,0.25545 -0.47894,0.56476 -0.47894,0.92796 c 0,0.31531 0.11374,0.57474 0.34125,0.77828 c 0.2235,0.20356 0.80622,0.4131 1.74814,0.62862 c 0.94591,0.21154 1.59448,0.39713 1.94572,0.55677 c 0.51086,0.23549 0.88803,0.53483 1.1315,0.89802 c 0.24346,0.35921 0.36519,0.7743 0.3652,1.24526 c -1e-5,0.46697 -0.13372,0.908 -0.40112,1.32308 c -0.26742,0.4111 -0.65257,0.73239 -1.15545,0.96388 c -0.49891,0.2275 -1.06167,0.34124 -1.68828,0.34125 c -0.79426,-1e-5 -1.46079,-0.11575 -1.9996,-0.34724 c -0.53482,-0.23149 -0.95589,-0.57872 -1.26321,-1.0417 c -0.30333,-0.46697 -0.46298,-0.99381 -0.47895,-1.58052" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4717"
|
||||
d="m 415.61815,476.33932 l 0,-7.74094 l -2.89162,0 l 0,-1.03571 l 6.95667,0 l 0,1.03571 l -2.90361,0 l 0,7.74094 l -1.16144,0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4719"
|
||||
d="m 419.05458,476.33932 l 3.37057,-8.77665 l 1.25125,0 l 3.59208,8.77665 l -1.32308,0 l -1.02375,-2.65814 l -3.66991,0 l -0.96388,2.65814 l -1.23328,0 m 2.53242,-3.60405 l 2.97544,0 l -0.91598,-2.43065 c -0.27939,-0.73836 -0.48693,-1.34503 -0.62262,-1.81999 c -0.11176,0.56277 -0.26941,1.12154 -0.47296,1.67631 l -0.96388,2.57433" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4721"
|
||||
d="m 428.16052,476.33932 l 0,-8.77665 l 3.29274,0 c 0.67052,0 1.20733,0.0898 1.61045,0.2694 c 0.4071,0.17562 0.7244,0.44902 0.9519,0.82019 c 0.23149,0.3672 0.34723,0.75235 0.34724,1.15546 c -10e-6,0.37518 -0.10178,0.7284 -0.30533,1.05966 c -0.20356,0.33128 -0.51088,0.59869 -0.92197,0.80224 c 0.53083,0.15566 0.93793,0.42107 1.22131,0.79624 c 0.28736,0.37518 0.43104,0.8182 0.43105,1.32907 c -1e-5,0.4111 -0.0878,0.79425 -0.26342,1.14947 c -0.17163,0.35123 -0.38516,0.62263 -0.64059,0.8142 c -0.25544,0.19158 -0.57673,0.33726 -0.96387,0.43704 c -0.38316,0.0958 -0.85412,0.14368 -1.41289,0.14368 l -3.34662,0 m 1.16144,-5.08878 l 1.89781,0 c 0.51487,0 0.88405,-0.0339 1.10756,-0.10178 c 0.29535,-0.0878 0.51686,-0.23348 0.66454,-0.43703 c 0.15166,-0.20355 0.22749,-0.45899 0.2275,-0.76632 c -1e-5,-0.29135 -0.0699,-0.54678 -0.20954,-0.76631 c -0.1397,-0.2235 -0.33926,-0.37516 -0.59868,-0.45499 c -0.25943,-0.0838 -0.70445,-0.12572 -1.33506,-0.12573 l -1.75413,0 l 0,2.65216 m 0,4.05307 l 2.18518,0 c 0.37517,0 0.63859,-0.014 0.79026,-0.0419 c 0.26741,-0.0479 0.49091,-0.12772 0.67052,-0.23947 c 0.1796,-0.11175 0.32728,-0.2734 0.44303,-0.48493 c 0.11573,-0.21553 0.17361,-0.46298 0.17361,-0.74237 c 0,-0.32727 -0.0838,-0.61065 -0.25144,-0.85012 c -0.16764,-0.24346 -0.40112,-0.41309 -0.70046,-0.50888 c -0.29535,-0.0998 -0.72241,-0.14967 -1.28118,-0.14967 l -2.02952,0 l 0,3.01735" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4723"
|
||||
d="m 443.42089,476.33932 l -1.07763,0 l 0,-6.86686 c -0.25943,0.24746 -0.60068,0.49491 -1.02374,0.74236 c -0.41908,0.24746 -0.79625,0.43305 -1.13151,0.55677 l 0,-1.0417 c 0.60267,-0.28337 1.12951,-0.62661 1.58052,-1.02973 c 0.451,-0.4031 0.7703,-0.79424 0.95789,-1.17342 l 0.69447,0 l 0,8.81258" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer81"
|
||||
inkscape:label="warning-time">
|
||||
<g
|
||||
id="warning-time"
|
||||
transform="scale(0.96825397,1)">
|
||||
<rect
|
||||
y="464"
|
||||
x="-1.0658141e-14"
|
||||
height="16"
|
||||
width="94.5"
|
||||
id="warning-time-box"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
|
||||
inkscape:label="#rect4824" />
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4886"
|
||||
y="476.43744"
|
||||
x="22.708328"
|
||||
style="font-size:12.41659832px;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"
|
||||
xml:space="preserve"><tspan
|
||||
y="476.43744"
|
||||
x="22.708328"
|
||||
id="tspan4888"
|
||||
sodipodi:role="line">00.00.00</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer29"
|
||||
@ -5290,11 +5301,73 @@
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer78"
|
||||
inkscape:label="warning-arm">
|
||||
<g
|
||||
id="warning-arm"
|
||||
transform="translate(-1,0)">
|
||||
<rect
|
||||
inkscape:label="#rect4824"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
|
||||
id="warning-arm-box"
|
||||
width="80"
|
||||
height="16"
|
||||
x="94.5"
|
||||
y="464" />
|
||||
<g
|
||||
id="warning-arm-label"
|
||||
style="font-size:12.67915916px;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">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4800"
|
||||
d="m 121,476.58899 l 3.48553,-9.076 l 1.29392,0 l 3.71459,9.076 l -1.36821,0 l -1.05866,-2.7488 l -3.79508,0 l -0.99675,2.7488 l -1.27534,0 m 2.61879,-3.72698 l 3.07692,0 l -0.94722,-2.51354 c -0.28892,-0.76355 -0.50354,-1.39091 -0.64386,-1.88207 c -0.11557,0.58196 -0.2786,1.15979 -0.48909,1.73348 l -0.99675,2.66213" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802"
|
||||
d="m 130.4846,476.58899 l 0,-9.076 l 4.02415,0 c 0.80895,10e-6 1.42392,0.0826 1.84492,0.24764 c 0.42098,0.16097 0.75735,0.44782 1.00913,0.86055 c 0.25176,0.41274 0.37764,0.86881 0.37765,1.36821 c -1e-5,0.64387 -0.20844,1.18661 -0.62529,1.62823 c -0.41687,0.44163 -1.06073,0.72229 -1.93159,0.84198 c 0.3178,0.15271 0.55925,0.30336 0.72434,0.45194 c 0.35082,0.32193 0.68307,0.72435 0.99675,1.20724 l 1.57871,2.47021 l -1.5106,0 l -1.20106,-1.88825 c -0.35083,-0.54481 -0.63974,-0.96167 -0.86674,-1.25059 c -0.22701,-0.28891 -0.43131,-0.49114 -0.61291,-0.60671 c -0.17748,-0.11556 -0.35908,-0.19605 -0.5448,-0.24145 c -0.13621,-0.0289 -0.35908,-0.0433 -0.66863,-0.0433 l -1.39297,0 l 0,4.03034 l -1.20106,0 m 1.20106,-5.07043 l 2.58164,0 c 0.54893,1e-5 0.97817,-0.0557 1.28773,-0.16715 c 0.30954,-0.11556 0.5448,-0.29717 0.70577,-0.54481 c 0.16096,-0.25176 0.24144,-0.52417 0.24145,-0.81721 c -1e-5,-0.42924 -0.15685,-0.78212 -0.47052,-1.05866 c -0.30955,-0.27653 -0.8007,-0.41479 -1.47345,-0.4148 l -2.87262,0 l 0,3.00263" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4804"
|
||||
d="m 139.59156,476.58899 l 0,-9.076 l 1.80777,0 l 2.14827,6.42625 c 0.19811,0.59847 0.34257,1.04628 0.43337,1.34345 c 0.10318,-0.33019 0.26415,-0.81515 0.4829,-1.45488 l 2.17304,-6.31482 l 1.61585,0 l 0,9.076 l -1.15772,0 l 0,-7.59635 l -2.63736,7.59635 l -1.08342,0 l -2.62499,-7.72636 l 0,7.72636 l -1.15771,0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer81"
|
||||
inkscape:label="warning-time"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
id="warning-time"
|
||||
transform="scale(0.96825397,1)">
|
||||
<rect
|
||||
y="464"
|
||||
x="-1.0658141e-14"
|
||||
height="16"
|
||||
width="94.5"
|
||||
id="warning-time-box"
|
||||
style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
|
||||
inkscape:label="#rect4824" />
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4886"
|
||||
y="476.43744"
|
||||
x="22.708328"
|
||||
style="font-size:12.41659832px;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"
|
||||
xml:space="preserve"><tspan
|
||||
y="476.43744"
|
||||
x="22.708328"
|
||||
id="tspan4888"
|
||||
sodipodi:role="line">00.00.00</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer34"
|
||||
inkscape:label="warning-attitude"
|
||||
style="display:inline"
|
||||
style="display:none"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
id="warning-attitude"
|
||||
@ -5338,7 +5411,7 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer77"
|
||||
inkscape:label="warning-battery"
|
||||
style="display:inline"
|
||||
style="display:none"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
style="display:inline"
|
||||
@ -5370,7 +5443,7 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer76"
|
||||
inkscape:label="warning-telemetry"
|
||||
style="display:inline"
|
||||
style="display:none"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
transform="matrix(0.99951655,0,0,1.532684,91.008546,-1.7168189)"
|
||||
@ -5402,7 +5475,7 @@
|
||||
inkscape:groupmode="layer"
|
||||
id="layer75"
|
||||
inkscape:label="warning-gps"
|
||||
style="display:inline"
|
||||
style="display:none"
|
||||
sodipodi:insensitive="true">
|
||||
<g
|
||||
style="display:inline"
|
||||
@ -5431,20 +5504,6 @@
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer69"
|
||||
inkscape:label="foreground_layer"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<rect
|
||||
style="fill:url(#radialGradient4865);fill-opacity:1;stroke:none"
|
||||
id="foreground"
|
||||
width="641.5"
|
||||
height="481.5"
|
||||
x="-0.5"
|
||||
y="-0.5" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
|
Before Width: | Height: | Size: 447 KiB After Width: | Height: | Size: 455 KiB |
@ -69,7 +69,10 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWindow *parent) :
|
||||
"WaypointActive" <<
|
||||
"OPLinkStatus" <<
|
||||
"FlightStatus" <<
|
||||
"SystemStats";
|
||||
"SystemStats" <<
|
||||
"StabilizationDesired" <<
|
||||
"VtolPathFollowerSettings" <<
|
||||
"HwSettings";
|
||||
|
||||
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
|
||||
UAVObjectManager *objManager = pm->getObject<UAVObjectManager>();
|
||||
|
Loading…
Reference in New Issue
Block a user