A32X: Lower ECAM F/CTL fixes

This commit is contained in:
Joshua Davidson 2017-10-05 11:37:39 -04:00
parent 4a394a7ce2
commit 9bbfec671d
3 changed files with 168 additions and 159 deletions

View file

@ -12,6 +12,9 @@ var lowerECAM_fctl = nil;
var lowerECAM_display = nil;
var page = "eng";
var oat = getprop("/environment/temperature-degc");
var blue_psi = 0;
var green_psi = 0;
var yellow_psi = 0;
setprop("/systems/electrical/extra/apu-load", 0);
setprop("/systems/electrical/extra/apu-volts", 0);
setprop("/systems/electrical/extra/apu-hz", 0);
@ -339,9 +342,9 @@ var canvas_lowerECAM_fctl = {
"ailLscale","ailRscale","path4249","path4249-3","path4249-3-6-7","path4249-3-6-7-5","path4249-3-6"];
},
update: func() {
var blue_psi = getprop("/systems/hydraulic/blue-psi");
var green_psi = getprop("/systems/hydraulic/green-psi");
var yellow_psi = getprop("/systems/hydraulic/yellow-psi");
blue_psi = getprop("/systems/hydraulic/blue-psi");
green_psi = getprop("/systems/hydraulic/green-psi");
yellow_psi = getprop("/systems/hydraulic/yellow-psi");
# Pitch Trim
me["PT"].setText(sprintf("%2.1f", getprop("/ECAM/Lower/elevator-trim-deg")));
@ -400,7 +403,7 @@ var canvas_lowerECAM_fctl = {
}
# Spoilers
if (getprop("/controls/flight/spoiler-l1") < 0.083) {
if (getprop("/controls/flight/spoiler-l1") < 0.033) {
me["spoiler1Lex"].hide();
me["spoiler1Lrt"].show();
} else {
@ -408,7 +411,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler1Lex"].show();
}
if (getprop("/controls/flight/spoiler-l2") < 0.083) {
if (getprop("/controls/flight/spoiler-l2") < 0.033) {
me["spoiler2Lex"].hide();
me["spoiler2Lrt"].show();
} else {
@ -416,7 +419,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler2Lex"].show();
}
if (getprop("/controls/flight/spoiler-l3") < 0.083) {
if (getprop("/controls/flight/spoiler-l3") < 0.033) {
me["spoiler3Lex"].hide();
me["spoiler3Lrt"].show();
} else {
@ -424,7 +427,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler3Lex"].show();
}
if (getprop("/controls/flight/spoiler-l4") < 0.083) {
if (getprop("/controls/flight/spoiler-l4") < 0.033) {
me["spoiler4Lex"].hide();
me["spoiler4Lrt"].show();
} else {
@ -432,7 +435,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler4Lex"].show();
}
if (getprop("/controls/flight/spoiler-l5") < 0.083) {
if (getprop("/controls/flight/spoiler-l5") < 0.033) {
me["spoiler5Lex"].hide();
me["spoiler5Lrt"].show();
} else {
@ -440,7 +443,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler5Lex"].show();
}
if (getprop("/controls/flight/spoiler-r1") < 0.083) {
if (getprop("/controls/flight/spoiler-r1") < 0.033) {
me["spoiler1Rex"].hide();
me["spoiler1Rrt"].show();
} else {
@ -448,7 +451,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler1Rex"].show();
}
if (getprop("/controls/flight/spoiler-r2")<0.083) {
if (getprop("/controls/flight/spoiler-r2") < 0.033) {
me["spoiler2Rex"].hide();
me["spoiler2Rrt"].show();
} else {
@ -456,7 +459,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler2Rex"].show();
}
if (getprop("/controls/flight/spoiler-r3") < 0.083) {
if (getprop("/controls/flight/spoiler-r3") < 0.033) {
me["spoiler3Rex"].hide();
me["spoiler3Rrt"].show();
} else {
@ -464,7 +467,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler3Rex"].show();
}
if (getprop("/controls/flight/spoiler-r4") < 0.083) {
if (getprop("/controls/flight/spoiler-r4") < 0.033) {
me["spoiler4Rex"].hide();
me["spoiler4Rrt"].show();
} else {
@ -472,7 +475,7 @@ var canvas_lowerECAM_fctl = {
me["spoiler4Rex"].show();
}
if (getprop("/controls/flight/spoiler-r5") < 0.083) {
if (getprop("/controls/flight/spoiler-r5") < 0.033) {
me["spoiler5Rex"].hide();
me["spoiler5Rrt"].show();
} else {
@ -481,10 +484,10 @@ var canvas_lowerECAM_fctl = {
}
# Spoiler Fail
if (getprop("/controls/flight/spoiler-l1-failed")) {
if (getprop("/controls/flight/spoiler-l1-failed") or green_psi < 1500) {
me["spoiler1Lex"].setColor(1,0.6,0);
me["spoiler1Lrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-l1") < 0.083) {
if (getprop("/controls/flight/spoiler-l1") < 0.033) {
me["spoiler1Lf"].show();
} else {
me["spoiler1Lf"].hide();
@ -495,10 +498,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler1Lf"].hide();
}
if (getprop("/controls/flight/spoiler-l2-failed")) {
if (getprop("/controls/flight/spoiler-l2-failed") or yellow_psi < 1500) {
me["spoiler2Lex"].setColor(1,0.6,0);
me["spoiler2Lrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-l2") < 0.083) {
if (getprop("/controls/flight/spoiler-l2") < 0.033) {
me["spoiler2Lf"].show();
} else {
me["spoiler2Lf"].hide();
@ -509,10 +512,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler2Lf"].hide();
}
if (getprop("/controls/flight/spoiler-l3-failed")) {
if (getprop("/controls/flight/spoiler-l3-failed") or blue_psi < 1500) {
me["spoiler3Lex"].setColor(1,0.6,0);
me["spoiler3Lrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-l3") < 0.083) {
if (getprop("/controls/flight/spoiler-l3") < 0.033) {
me["spoiler3Lf"].show();
} else {
me["spoiler3Lf"].hide();
@ -523,10 +526,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler3Lf"].hide();
}
if (getprop("/controls/flight/spoiler-l4-failed")) {
if (getprop("/controls/flight/spoiler-l4-failed") or yellow_psi < 1500) {
me["spoiler4Lex"].setColor(1,0.6,0);
me["spoiler4Lrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-l4") < 0.083) {
if (getprop("/controls/flight/spoiler-l4") < 0.033) {
me["spoiler4Lf"].show();
} else {
me["spoiler4Lf"].hide();
@ -537,10 +540,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler4Lf"].hide();
}
if (getprop("/controls/flight/spoiler-l5-failed")) {
if (getprop("/controls/flight/spoiler-l5-failed") or green_psi < 1500) {
me["spoiler5Lex"].setColor(1,0.6,0);
me["spoiler5Lrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-l5") < 0.083) {
if (getprop("/controls/flight/spoiler-l5") < 0.033) {
me["spoiler5Lf"].show();
} else {
me["spoiler5Lf"].hide();
@ -551,10 +554,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler5Lf"].hide();
}
if (getprop("/controls/flight/spoiler-r1-failed")) {
if (getprop("/controls/flight/spoiler-r1-failed") or green_psi < 1500) {
me["spoiler1Rex"].setColor(1,0.6,0);
me["spoiler1Rrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-r1") < 0.083) {
if (getprop("/controls/flight/spoiler-r1") < 0.033) {
me["spoiler1Rf"].show();
} else {
me["spoiler1Rf"].hide();
@ -565,10 +568,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler1Rf"].hide();
}
if (getprop("/controls/flight/spoiler-r2-failed")) {
if (getprop("/controls/flight/spoiler-r2-failed") or yellow_psi < 1500) {
me["spoiler2Rex"].setColor(1,0.6,0);
me["spoiler2Rrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-r2") < 0.083) {
if (getprop("/controls/flight/spoiler-r2") < 0.033) {
me["spoiler2Rf"].show();
} else {
me["spoiler2Rf"].hide();
@ -579,10 +582,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler2Rf"].hide();
}
if (getprop("/controls/flight/spoiler-r3-failed")) {
if (getprop("/controls/flight/spoiler-r3-failed") or blue_psi < 1500) {
me["spoiler3Rex"].setColor(1,0.6,0);
me["spoiler3Rrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-r3") < 0.083) {
if (getprop("/controls/flight/spoiler-r3") < 0.033) {
me["spoiler3Rf"].show();
} else {
me["spoiler3Rf"].hide();
@ -593,10 +596,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler3Rf"].hide();
}
if (getprop("/controls/flight/spoiler-r4-failed")) {
if (getprop("/controls/flight/spoiler-r4-failed") or yellow_psi < 1500) {
me["spoiler4Rex"].setColor(1,0.6,0);
me["spoiler4Rrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-r4") < 0.083) {
if (getprop("/controls/flight/spoiler-r4") < 0.033) {
me["spoiler4Rf"].show();
} else {
me["spoiler4Rf"].hide();
@ -607,10 +610,10 @@ var canvas_lowerECAM_fctl = {
me["spoiler4Rf"].hide();
}
if (getprop("/controls/flight/spoiler-r5-failed")) {
if (getprop("/controls/flight/spoiler-r5-failed") or green_psi < 1500) {
me["spoiler5Rex"].setColor(1,0.6,0);
me["spoiler5Rrt"].setColor(1,0.6,0);
if (getprop("/controls/flight/spoiler-r5") < 0.083) {
if (getprop("/controls/flight/spoiler-r5") < 0.033) {
me["spoiler5Rf"].show();
} else {
me["spoiler5Rf"].hide();

View file

@ -41,9 +41,9 @@
inkscape:window-height="1030"
id="namedview371"
showgrid="true"
inkscape:zoom="0.70710678"
inkscape:cx="301.03521"
inkscape:cy="1155.6813"
inkscape:zoom="1"
inkscape:cx="871.58709"
inkscape:cy="1066.7536"
inkscape:window-x="1592"
inkscape:window-y="-8"
inkscape:window-maximized="1"
@ -1119,128 +1119,6 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc"
inkscape:label="#path4545" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:49.63022614px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="495.39325"
y="230.67148"
id="spoiler1Rf"
sodipodi:linespacing="125%"
transform="scale(1.1174072,0.89492891)"
inkscape:label="#text4909"><tspan
sodipodi:role="line"
id="tspan4911"
x="495.39325"
y="230.67148">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:49.63022614px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="390.61353"
y="230.64827"
id="spoiler1Lf"
sodipodi:linespacing="125%"
transform="scale(1.1174072,0.8949289)"
inkscape:label="#text4909"><tspan
sodipodi:role="line"
id="tspan4911-4"
x="390.61353"
y="230.64827">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="383.61737"
y="212.47865"
id="spoiler2Lf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4933"
x="383.61737"
y="212.47865">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="616.83087"
y="212.55902"
id="spoiler2Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4933-0"
x="616.83087"
y="212.55902">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40.41407013px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="675.91882"
y="219.03233"
id="spoiler3Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4953"><tspan
sodipodi:role="line"
id="tspan4955"
x="675.91882"
y="219.03233">3</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40.41407013px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="325.77896"
y="218.8701"
id="spoiler3Lf"
sodipodi:linespacing="125%"
inkscape:label="#text4953"><tspan
sodipodi:role="line"
id="tspan4955-6"
x="325.77896"
y="218.8701">3</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:39.719944px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="733.57245"
y="227.29289"
id="spoiler4Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4975"><tspan
sodipodi:role="line"
id="tspan4977"
x="733.57245"
y="227.29289">4</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:39.719944px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="266.27011"
y="227.23184"
id="spoiler4Lf"
sodipodi:linespacing="125%"
inkscape:label="#text4975"><tspan
sodipodi:role="line"
id="tspan4977-0"
x="266.27011"
y="227.23184">4</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:38.3243103px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="793.01208"
y="233.61044"
id="spoiler5Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4997"><tspan
sodipodi:role="line"
id="tspan4999"
x="793.01208"
y="233.61044">5</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:38.3243103px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
x="210.14226"
y="233.51041"
id="spoiler5Lf"
sodipodi:linespacing="125%"
inkscape:label="#text4997"><tspan
sodipodi:role="line"
id="tspan4999-3"
x="210.14226"
y="233.51041">5</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#969696;stroke-width:1.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 151.24333,364.13663 11.99998,0.025 0.0134,-6.39998 -11.99998,-0.0251"
@ -1264,4 +1142,132 @@
x="321.05841"
id="tspan4347"
sodipodi:role="line">ELAC</tspan></text>
<text
inkscape:label="#text4931"
sodipodi:linespacing="125%"
id="spoiler1Lf"
y="205.37579"
x="442.13232"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:43.1136055px;line-height:125%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
y="205.37579"
x="442.13232"
id="tspan4329"
sodipodi:role="line">1</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="384.5567"
y="212.46097"
id="spoiler2Lf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4933"
x="384.5567"
y="212.46097"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">2</tspan></text>
<text
inkscape:label="#text4931"
sodipodi:linespacing="125%"
id="spoiler3Lf"
y="218.64847"
x="326.50671"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'"
y="218.64847"
x="326.50671"
id="tspan4334"
sodipodi:role="line">3</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="267.95621"
y="226.46095"
id="spoiler4Lf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4338"
x="267.95621"
y="226.46095"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">4</tspan></text>
<text
inkscape:label="#text4931"
sodipodi:linespacing="125%"
id="spoiler5Lf"
y="233.62128"
x="209.6062"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'"
y="233.62128"
x="209.6062"
id="tspan4342"
sodipodi:role="line">5</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:43.1136055px;line-height:125%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="558.73334"
y="205.37579"
id="spoiler1Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4346"
x="558.73334"
y="205.37579">1</tspan></text>
<text
inkscape:label="#text4931"
sodipodi:linespacing="125%"
id="spoiler2Rf"
y="212.46097"
x="617.68774"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'"
y="212.46097"
x="617.68774"
id="tspan4350"
sodipodi:role="line">2</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="676.00671"
y="218.64847"
id="spoiler3Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4354"
x="676.00671"
y="218.64847"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">3</tspan></text>
<text
inkscape:label="#text4931"
sodipodi:linespacing="125%"
id="spoiler4Rf"
y="226.46095"
x="734.3562"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
xml:space="preserve"><tspan
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'"
y="226.46095"
x="734.3562"
id="tspan4358"
sodipodi:role="line">4</tspan></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:43.1136055px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff9900;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="792.54504"
y="233.62128"
id="spoiler5Rf"
sodipodi:linespacing="125%"
inkscape:label="#text4931"><tspan
sodipodi:role="line"
id="tspan4362"
x="792.54504"
y="233.62128"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">5</tspan></text>
</svg>

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -1 +1 @@
2103
2105