diff --git a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas index 2205402b..9851331f 100644 --- a/Models/Instruments/Lower-ECAM/Lower-ECAM.nas +++ b/Models/Instruments/Lower-ECAM/Lower-ECAM.nas @@ -162,15 +162,15 @@ var canvas_lowerECAM_apu = { # APU Gen if (getprop("/systems/electrical/extra/apu-volts") > 110) { - me["APUGenVolt"].setColor(0,1,0); + me["APUGenVolt"].setColor(0.0667,0.7294,0.3137); } else { - me["APUGenVolt"].setColor(1,0.6,0); + me["APUGenVolt"].setColor(0.7333,0.3803,0); } if (getprop("/systems/electrical/extra/apu-hz") > 380) { - me["APUGenHz"].setColor(0,1,0); + me["APUGenHz"].setColor(0.0667,0.7294,0.3137); } else { - me["APUGenHz"].setColor(1,0.6,0); + me["APUGenHz"].setColor(0.7333,0.3803,0); } if (getprop("/controls/APU/master") == 1 or getprop("/systems/apu/rpm") >= 94.9) { @@ -198,9 +198,9 @@ var canvas_lowerECAM_apu = { } if ((getprop("/controls/APU/master") == 0) or ((getprop("/controls/APU/master") == 1) and (getprop("/controls/electrical/switches/gen-apu") == 1) and (getprop("/systems/apu/rpm") > 94.9))) { - me["APUGentext"].setColor(1,1,1); + me["APUGentext"].setColor(0.8078,0.8039,0.8078); } else if ((getprop("/controls/APU/master") == 1) and (getprop("/controls/electrical/switches/gen-apu") == 0) and (getprop("/systems/apu/rpm") < 94.9)) { - me["APUGentext"].setColor(1,0.6,0); + me["APUGentext"].setColor(0.7333,0.3803,0); } me["APUGenLoad"].setText(sprintf("%s", math.round(getprop("/systems/electrical/extra/apu-load")))); @@ -209,10 +209,10 @@ var canvas_lowerECAM_apu = { # APU Bleed if (getprop("/controls/adirs/ir[1]/knob") != 1 and (getprop("/controls/APU/master") == 1 or getprop("/systems/pneumatic/bleedapu") > 0)) { - me["APUBleedPSI"].setColor(0,1,0); + me["APUBleedPSI"].setColor(0.0667,0.7294,0.3137); me["APUBleedPSI"].setText(sprintf("%s", math.round(getprop("/systems/pneumatic/bleedapu")))); } else { - me["APUBleedPSI"].setColor(1,0.6,0); + me["APUBleedPSI"].setColor(0.7333,0.3803,0); me["APUBleedPSI"].setText(sprintf("%s", "XX")); } @@ -226,19 +226,19 @@ var canvas_lowerECAM_apu = { # APU N and EGT if (getprop("/controls/APU/master") == 1) { - me["APUN"].setColor(0,1,0); + me["APUN"].setColor(0.0667,0.7294,0.3137); me["APUN"].setText(sprintf("%s", math.round(getprop("/systems/apu/rpm")))); - me["APUEGT"].setColor(0,1,0); + me["APUEGT"].setColor(0.0667,0.7294,0.3137); me["APUEGT"].setText(sprintf("%s", math.round(getprop("/systems/apu/egt")))); } else if (getprop("/systems/apu/rpm") >= 1) { - me["APUN"].setColor(0,1,0); + me["APUN"].setColor(0.0667,0.7294,0.3137); me["APUN"].setText(sprintf("%s", math.round(getprop("/systems/apu/rpm")))); - me["APUEGT"].setColor(0,1,0); + me["APUEGT"].setColor(0.0667,0.7294,0.3137); me["APUEGT"].setText(sprintf("%s", math.round(getprop("/systems/apu/egt")))); } else { - me["APUN"].setColor(1,0.6,0); + me["APUN"].setColor(0.7333,0.3803,0); me["APUN"].setText(sprintf("%s", "XX")); - me["APUEGT"].setColor(1,0.6,0); + me["APUEGT"].setColor(0.7333,0.3803,0); me["APUEGT"].setText(sprintf("%s", "XX")); } me["APUN-needle"].setRotation((getprop("/ECAM/Lower/APU-N") + 90)*D2R); @@ -270,16 +270,16 @@ var canvas_lowerECAM_eng1 = { # Oil Pressure if (getprop("/engines/engine[0]/oil-psi-actual") >= 20) { - me["OilPSI1"].setColor(0,1,0); - me["OilPSI1-needle"].setColorFill(0,1,0); + me["OilPSI1"].setColor(0.0667,0.7294,0.3137); + me["OilPSI1-needle"].setColorFill(0.0667,0.7294,0.3137); } else { me["OilPSI1"].setColor(1,0,0); me["OilPSI1-needle"].setColorFill(1,0,0); } if (getprop("/engines/engine[1]/oil-psi-actual") >= 20) { - me["OilPSI2"].setColor(0,1,0); - me["OilPSI2-needle"].setColorFill(0,1,0); + me["OilPSI2"].setColor(0.0667,0.7294,0.3137); + me["OilPSI2-needle"].setColorFill(0.0667,0.7294,0.3137); } else { me["OilPSI2"].setColor(1,0,0); me["OilPSI2-needle"].setColorFill(1,0,0); @@ -317,16 +317,16 @@ var canvas_lowerECAM_eng = { # Oil Pressure if (getprop("/engines/engine[0]/oil-psi-actual") >= 20) { - me["OilPSI1"].setColor(0,1,0); - me["OilPSI1-needle"].setColorFill(0,1,0); + me["OilPSI1"].setColor(0.0667,0.7294,0.3137); + me["OilPSI1-needle"].setColorFill(0.0667,0.7294,0.3137); } else { me["OilPSI1"].setColor(1,0,0); me["OilPSI1-needle"].setColorFill(1,0,0); } if (getprop("/engines/engine[1]/oil-psi-actual") >= 20) { - me["OilPSI2"].setColor(0,1,0); - me["OilPSI2-needle"].setColorFill(0,1,0); + me["OilPSI2"].setColor(0.0667,0.7294,0.3137); + me["OilPSI2-needle"].setColorFill(0.0667,0.7294,0.3137); } else { me["OilPSI2"].setColor(1,0,0); me["OilPSI2-needle"].setColorFill(1,0,0); @@ -371,13 +371,13 @@ var canvas_lowerECAM_fctl = { } if (green_psi < 1500 and yellow_psi < 1500) { - me["PT"].setColor(1,0.6,0); - me["PTupdn"].setColor(1,0.6,0); - me["PTcc"].setColor(1,0.6,0); + me["PT"].setColor(0.7333,0.3803,0); + me["PTupdn"].setColor(0.7333,0.3803,0); + me["PTcc"].setColor(0.7333,0.3803,0); } else { - me["PT"].setColor(0,1,0); - me["PTupdn"].setColor(0,1,0); - me["PTcc"].setColor(0,1,0); + me["PT"].setColor(0.0667,0.7294,0.3137); + me["PTupdn"].setColor(0.0667,0.7294,0.3137); + me["PTcc"].setColor(0.0667,0.7294,0.3137); } # Ailerons @@ -385,11 +385,11 @@ var canvas_lowerECAM_fctl = { me["ailR"].setTranslation(0,getprop("/ECAM/Lower/aileron-ind-right")*(-100)); if (blue_psi < 1500 and green_psi < 1500) { - me["ailL"].setColor(1,0.6,0); - me["ailR"].setColor(1,0.6,0); + me["ailL"].setColor(0.7333,0.3803,0); + me["ailR"].setColor(0.7333,0.3803,0); } else { - me["ailL"].setColor(0,1,0); - me["ailR"].setColor(0,1,0); + me["ailL"].setColor(0.0667,0.7294,0.3137); + me["ailR"].setColor(0.0667,0.7294,0.3137); } # Elevators @@ -397,24 +397,24 @@ var canvas_lowerECAM_fctl = { me["elevR"].setTranslation(0,getprop("/ECAM/Lower/elevator-ind-right")*100); if (blue_psi < 1500 and green_psi < 1500) { - me["elevL"].setColor(1,0.6,0); + me["elevL"].setColor(0.7333,0.3803,0); } else { - me["elevL"].setColor(0,1,0); + me["elevL"].setColor(0.0667,0.7294,0.3137); } if (blue_psi < 1500 and yellow_psi < 1500) { - me["elevR"].setColor(1,0.6,0); + me["elevR"].setColor(0.7333,0.3803,0); } else { - me["elevR"].setColor(0,1,0); + me["elevR"].setColor(0.0667,0.7294,0.3137); } # Rudder me["rudder"].setRotation(getprop("/controls/flight/rudder-fdm")*(-0.6)); if (blue_psi < 1500 and yellow_psi < 1500 and green_psi < 1500) { - me["rudder"].setColor(1,0.6,0); + me["rudder"].setColor(0.7333,0.3803,0); } else { - me["rudder"].setColor(0,1,0); + me["rudder"].setColor(0.0667,0.7294,0.3137); } # Spoilers @@ -500,229 +500,229 @@ var canvas_lowerECAM_fctl = { # Spoiler Fail 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); + me["spoiler1Lex"].setColor(0.7333,0.3803,0); + me["spoiler1Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l1") < 0.033) { me["spoiler1Lf"].show(); } else { me["spoiler1Lf"].hide(); } } else { - me["spoiler1Lex"].setColor(0,1,0); - me["spoiler1Lrt"].setColor(0,1,0); + me["spoiler1Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler1Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler1Lf"].hide(); } 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); + me["spoiler2Lex"].setColor(0.7333,0.3803,0); + me["spoiler2Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l2") < 0.033) { me["spoiler2Lf"].show(); } else { me["spoiler2Lf"].hide(); } } else { - me["spoiler2Lex"].setColor(0,1,0); - me["spoiler2Lrt"].setColor(0,1,0); + me["spoiler2Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler2Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler2Lf"].hide(); } 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); + me["spoiler3Lex"].setColor(0.7333,0.3803,0); + me["spoiler3Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l3") < 0.033) { me["spoiler3Lf"].show(); } else { me["spoiler3Lf"].hide(); } } else { - me["spoiler3Lex"].setColor(0,1,0); - me["spoiler3Lrt"].setColor(0,1,0); + me["spoiler3Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler3Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler3Lf"].hide(); } 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); + me["spoiler4Lex"].setColor(0.7333,0.3803,0); + me["spoiler4Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l4") < 0.033) { me["spoiler4Lf"].show(); } else { me["spoiler4Lf"].hide(); } } else { - me["spoiler4Lex"].setColor(0,1,0); - me["spoiler4Lrt"].setColor(0,1,0); + me["spoiler4Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler4Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler4Lf"].hide(); } 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); + me["spoiler5Lex"].setColor(0.7333,0.3803,0); + me["spoiler5Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l5") < 0.033) { me["spoiler5Lf"].show(); } else { me["spoiler5Lf"].hide(); } } else { - me["spoiler5Lex"].setColor(0,1,0); - me["spoiler5Lrt"].setColor(0,1,0); + me["spoiler5Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler5Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler5Lf"].hide(); } 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); + me["spoiler1Rex"].setColor(0.7333,0.3803,0); + me["spoiler1Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r1") < 0.033) { me["spoiler1Rf"].show(); } else { me["spoiler1Rf"].hide(); } } else { - me["spoiler1Rex"].setColor(0,1,0); - me["spoiler1Rrt"].setColor(0,1,0); + me["spoiler1Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler1Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler1Rf"].hide(); } 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); + me["spoiler2Rex"].setColor(0.7333,0.3803,0); + me["spoiler2Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r2") < 0.033) { me["spoiler2Rf"].show(); } else { me["spoiler2Rf"].hide(); } } else { - me["spoiler2Rex"].setColor(0,1,0); - me["spoiler2Rrt"].setColor(0,1,0); + me["spoiler2Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler2Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler2Rf"].hide(); } 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); + me["spoiler3Rex"].setColor(0.7333,0.3803,0); + me["spoiler3Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r3") < 0.033) { me["spoiler3Rf"].show(); } else { me["spoiler3Rf"].hide(); } } else { - me["spoiler3Rex"].setColor(0,1,0); - me["spoiler3Rrt"].setColor(0,1,0); + me["spoiler3Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler3Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler3Rf"].hide(); } 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); + me["spoiler4Rex"].setColor(0.7333,0.3803,0); + me["spoiler4Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r4") < 0.033) { me["spoiler4Rf"].show(); } else { me["spoiler4Rf"].hide(); } } else { - me["spoiler4Rex"].setColor(0,1,0); - me["spoiler4Rrt"].setColor(0,1,0); + me["spoiler4Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler4Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler4Rf"].hide(); } 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); + me["spoiler5Rex"].setColor(0.7333,0.3803,0); + me["spoiler5Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r5") < 0.033) { me["spoiler5Rf"].show(); } else { me["spoiler5Rf"].hide(); } } else { - me["spoiler5Rex"].setColor(0,1,0); - me["spoiler5Rrt"].setColor(0,1,0); + me["spoiler5Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler5Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler5Rf"].hide(); } # Flight Computers if (getprop("/systems/fctl/elac1")) { - me["elac1"].setColor(0,1,0); - me["path4249"].setColor(0,1,0); + me["elac1"].setColor(0.0667,0.7294,0.3137); + me["path4249"].setColor(0.0667,0.7294,0.3137); } else if ((getprop("/systems/fctl/elac1") == 0) or (getprop("/systems/failures/elac1") == 1)) { - me["elac1"].setColor(1,0.6,0); - me["path4249"].setColor(1,0.6,0); + me["elac1"].setColor(0.7333,0.3803,0); + me["path4249"].setColor(0.7333,0.3803,0); } if (getprop("/systems/fctl/elac2")) { - me["elac2"].setColor(0,1,0); - me["path4249-3"].setColor(0,1,0); + me["elac2"].setColor(0.0667,0.7294,0.3137); + me["path4249-3"].setColor(0.0667,0.7294,0.3137); } else if ((getprop("/systems/fctl/elac2") == 0) or (getprop("/systems/failures/elac2") == 1)) { - me["elac2"].setColor(1,0.6,0); - me["path4249-3"].setColor(1,0.6,0); + me["elac2"].setColor(0.7333,0.3803,0); + me["path4249-3"].setColor(0.7333,0.3803,0); } if (getprop("/systems/fctl/sec1")) { - me["sec1"].setColor(0,1,0); - me["path4249-3-6-7"].setColor(0,1,0); + me["sec1"].setColor(0.0667,0.7294,0.3137); + me["path4249-3-6-7"].setColor(0.0667,0.7294,0.3137); } else if ((getprop("/systems/fctl/sec1") == 0) or (getprop("/systems/failures/sec1") == 1)) { - me["sec1"].setColor(1,0.6,0); - me["path4249-3-6-7"].setColor(1,0.6,0); + me["sec1"].setColor(0.7333,0.3803,0); + me["path4249-3-6-7"].setColor(0.7333,0.3803,0); } if (getprop("/systems/fctl/sec2")) { - me["sec2"].setColor(0,1,0); - me["path4249-3-6-7-5"].setColor(0,1,0); + me["sec2"].setColor(0.0667,0.7294,0.3137); + me["path4249-3-6-7-5"].setColor(0.0667,0.7294,0.3137); } else if ((getprop("/systems/fctl/sec2") == 0) or (getprop("/systems/failures/sec2") == 1)) { - me["sec2"].setColor(1,0.6,0); - me["path4249-3-6-7-5"].setColor(1,0.6,0); + me["sec2"].setColor(0.7333,0.3803,0); + me["path4249-3-6-7-5"].setColor(0.7333,0.3803,0); } if (getprop("/systems/fctl/sec3")) { - me["sec3"].setColor(0,1,0); - me["path4249-3-6"].setColor(0,1,0); + me["sec3"].setColor(0.0667,0.7294,0.3137); + me["path4249-3-6"].setColor(0.0667,0.7294,0.3137); } else if ((getprop("/systems/fctl/sec3") == 0) or (getprop("/systems/failures/sec3") == 1)) { - me["sec3"].setColor(1,0.6,0); - me["path4249-3-6"].setColor(1,0.6,0); + me["sec3"].setColor(0.7333,0.3803,0); + me["path4249-3-6"].setColor(0.7333,0.3803,0); } # Hydraulic Indicators if (getprop("/systems/hydraulic/blue-psi") > 1500) { - me["ailLblue"].setColor(0,1,0); - me["ailRblue"].setColor(0,1,0); - me["elevLblue"].setColor(0,1,0); - me["elevRblue"].setColor(0,1,0); - me["rudderblue"].setColor(0,1,0); - me["spdbrkblue"].setColor(0,1,0); + me["ailLblue"].setColor(0.0667,0.7294,0.3137); + me["ailRblue"].setColor(0.0667,0.7294,0.3137); + me["elevLblue"].setColor(0.0667,0.7294,0.3137); + me["elevRblue"].setColor(0.0667,0.7294,0.3137); + me["rudderblue"].setColor(0.0667,0.7294,0.3137); + me["spdbrkblue"].setColor(0.0667,0.7294,0.3137); } else { - me["ailLblue"].setColor(1,0.6,0); - me["ailRblue"].setColor(1,0.6,0); - me["elevLblue"].setColor(1,0.6,0); - me["elevRblue"].setColor(1,0.6,0); - me["rudderblue"].setColor(1,0.6,0); - me["spdbrkblue"].setColor(1,0.6,0); + me["ailLblue"].setColor(0.7333,0.3803,0); + me["ailRblue"].setColor(0.7333,0.3803,0); + me["elevLblue"].setColor(0.7333,0.3803,0); + me["elevRblue"].setColor(0.7333,0.3803,0); + me["rudderblue"].setColor(0.7333,0.3803,0); + me["spdbrkblue"].setColor(0.7333,0.3803,0); } if (getprop("/systems/hydraulic/green-psi") > 1500) { - me["ailLgreen"].setColor(0,1,0); - me["ailRgreen"].setColor(0,1,0); - me["elevLgreen"].setColor(0,1,0); - me["ruddergreen"].setColor(0,1,0); - me["PTgreen"].setColor(0,1,0); - me["spdbrkgreen"].setColor(0,1,0); + me["ailLgreen"].setColor(0.0667,0.7294,0.3137); + me["ailRgreen"].setColor(0.0667,0.7294,0.3137); + me["elevLgreen"].setColor(0.0667,0.7294,0.3137); + me["ruddergreen"].setColor(0.0667,0.7294,0.3137); + me["PTgreen"].setColor(0.0667,0.7294,0.3137); + me["spdbrkgreen"].setColor(0.0667,0.7294,0.3137); } else { - me["ailLgreen"].setColor(1,0.6,0); - me["ailRgreen"].setColor(1,0.6,0); - me["elevLgreen"].setColor(1,0.6,0); - me["ruddergreen"].setColor(1,0.6,0); - me["PTgreen"].setColor(1,0.6,0); - me["spdbrkgreen"].setColor(1,0.6,0); + me["ailLgreen"].setColor(0.7333,0.3803,0); + me["ailRgreen"].setColor(0.7333,0.3803,0); + me["elevLgreen"].setColor(0.7333,0.3803,0); + me["ruddergreen"].setColor(0.7333,0.3803,0); + me["PTgreen"].setColor(0.7333,0.3803,0); + me["spdbrkgreen"].setColor(0.7333,0.3803,0); } if (getprop("/systems/hydraulic/yellow-psi") > 1500) { - me["elevRyellow"].setColor(0,1,0); - me["rudderyellow"].setColor(0,1,0); - me["PTyellow"].setColor(0,1,0); - me["spdbrkyellow"].setColor(0,1,0); + me["elevRyellow"].setColor(0.0667,0.7294,0.3137); + me["rudderyellow"].setColor(0.0667,0.7294,0.3137); + me["PTyellow"].setColor(0.0667,0.7294,0.3137); + me["spdbrkyellow"].setColor(0.0667,0.7294,0.3137); } else { - me["elevRyellow"].setColor(1,0.6,0); - me["rudderyellow"].setColor(1,0.6,0); - me["PTyellow"].setColor(1,0.6,0); - me["spdbrkyellow"].setColor(1,0.6,0); + me["elevRyellow"].setColor(0.7333,0.3803,0); + me["rudderyellow"].setColor(0.7333,0.3803,0); + me["PTyellow"].setColor(0.7333,0.3803,0); + me["spdbrkyellow"].setColor(0.7333,0.3803,0); } me.updateBottomStatus(); @@ -850,158 +850,158 @@ var canvas_lowerECAM_wheel = { # Spoiler Fail 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); + me["spoiler1Lex"].setColor(0.7333,0.3803,0); + me["spoiler1Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l1") < 0.033) { me["spoiler1Lf"].show(); } else { me["spoiler1Lf"].hide(); } } else { - me["spoiler1Lex"].setColor(0,1,0); - me["spoiler1Lrt"].setColor(0,1,0); + me["spoiler1Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler1Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler1Lf"].hide(); } 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); + me["spoiler2Lex"].setColor(0.7333,0.3803,0); + me["spoiler2Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l2") < 0.033) { me["spoiler2Lf"].show(); } else { me["spoiler2Lf"].hide(); } } else { - me["spoiler2Lex"].setColor(0,1,0); - me["spoiler2Lrt"].setColor(0,1,0); + me["spoiler2Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler2Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler2Lf"].hide(); } 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); + me["spoiler3Lex"].setColor(0.7333,0.3803,0); + me["spoiler3Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l3") < 0.033) { me["spoiler3Lf"].show(); } else { me["spoiler3Lf"].hide(); } } else { - me["spoiler3Lex"].setColor(0,1,0); - me["spoiler3Lrt"].setColor(0,1,0); + me["spoiler3Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler3Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler3Lf"].hide(); } 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); + me["spoiler4Lex"].setColor(0.7333,0.3803,0); + me["spoiler4Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l4") < 0.033) { me["spoiler4Lf"].show(); } else { me["spoiler4Lf"].hide(); } } else { - me["spoiler4Lex"].setColor(0,1,0); - me["spoiler4Lrt"].setColor(0,1,0); + me["spoiler4Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler4Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler4Lf"].hide(); } 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); + me["spoiler5Lex"].setColor(0.7333,0.3803,0); + me["spoiler5Lrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-l5") < 0.033) { me["spoiler5Lf"].show(); } else { me["spoiler5Lf"].hide(); } } else { - me["spoiler5Lex"].setColor(0,1,0); - me["spoiler5Lrt"].setColor(0,1,0); + me["spoiler5Lex"].setColor(0.0667,0.7294,0.3137); + me["spoiler5Lrt"].setColor(0.0667,0.7294,0.3137); me["spoiler5Lf"].hide(); } 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); + me["spoiler1Rex"].setColor(0.7333,0.3803,0); + me["spoiler1Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r1") < 0.033) { me["spoiler1Rf"].show(); } else { me["spoiler1Rf"].hide(); } } else { - me["spoiler1Rex"].setColor(0,1,0); - me["spoiler1Rrt"].setColor(0,1,0); + me["spoiler1Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler1Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler1Rf"].hide(); } 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); + me["spoiler2Rex"].setColor(0.7333,0.3803,0); + me["spoiler2Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r2") < 0.033) { me["spoiler2Rf"].show(); } else { me["spoiler2Rf"].hide(); } } else { - me["spoiler2Rex"].setColor(0,1,0); - me["spoiler2Rrt"].setColor(0,1,0); + me["spoiler2Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler2Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler2Rf"].hide(); } 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); + me["spoiler3Rex"].setColor(0.7333,0.3803,0); + me["spoiler3Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r3") < 0.033) { me["spoiler3Rf"].show(); } else { me["spoiler3Rf"].hide(); } } else { - me["spoiler3Rex"].setColor(0,1,0); - me["spoiler3Rrt"].setColor(0,1,0); + me["spoiler3Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler3Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler3Rf"].hide(); } 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); + me["spoiler4Rex"].setColor(0.7333,0.3803,0); + me["spoiler4Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r4") < 0.033) { me["spoiler4Rf"].show(); } else { me["spoiler4Rf"].hide(); } } else { - me["spoiler4Rex"].setColor(0,1,0); - me["spoiler4Rrt"].setColor(0,1,0); + me["spoiler4Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler4Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler4Rf"].hide(); } 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); + me["spoiler5Rex"].setColor(0.7333,0.3803,0); + me["spoiler5Rrt"].setColor(0.7333,0.3803,0); if (getprop("/controls/flight/spoiler-r5") < 0.033) { me["spoiler5Rf"].show(); } else { me["spoiler5Rf"].hide(); } } else { - me["spoiler5Rex"].setColor(0,1,0); - me["spoiler5Rrt"].setColor(0,1,0); + me["spoiler5Rex"].setColor(0.0667,0.7294,0.3137); + me["spoiler5Rrt"].setColor(0.0667,0.7294,0.3137); me["spoiler5Rf"].hide(); } # Hydraulic Boxes if (getprop("/systems/hydraulic/green-psi") > 1500) { - me["normbrkgreen"].setColor(0,1,0); + me["normbrkgreen"].setColor(0.0667,0.7294,0.3137); } else { - me["normbrkgreen"].setColor(1,0.6,0); + me["normbrkgreen"].setColor(0.7333,0.3803,0); } if (getprop("/systems/hydraulic/yellow-psi") > 1500) { - me["altnbrkyellow"].setColor(0,1,0); - me["NWSyellowrect"].setColor(0,1,0); + me["altnbrkyellow"].setColor(0.0667,0.7294,0.3137); + me["NWSyellowrect"].setColor(0.0667,0.7294,0.3137); } else { - me["altnbrkyellow"].setColor(1,0.6,0); - me["NWSyellowrect"].setColor(1,0.6,0); + me["altnbrkyellow"].setColor(0.7333,0.3803,0); + me["NWSyellowrect"].setColor(0.7333,0.3803,0); } # Hide not yet implemented stuff diff --git a/Models/Instruments/Lower-ECAM/res/apu.svg b/Models/Instruments/Lower-ECAM/res/apu.svg index e5c91321..b8bd54f6 100644 --- a/Models/Instruments/Lower-ECAM/res/apu.svg +++ b/Models/Instruments/Lower-ECAM/res/apu.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -164,7 +164,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -176,7 +176,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -188,7 +188,7 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -200,9 +200,9 @@ id="tspan3716" x="518.69232" y="52.393005" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">APU</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">APU</tspan></text> <rect - style="fill:#ffffff;fill-opacity:1" + style="fill:#cecdce;fill-opacity:1" id="PageTitleAPU2" width="104.69489" height="4.677979" @@ -220,10 +220,10 @@ id="tspan3722" x="196.37218" y="164.61017" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">APU GEN</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">APU GEN</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="221.1424" y="212.74576" id="text3724"><tspan @@ -231,10 +231,10 @@ id="tspan3726" x="221.1424" y="212.74576" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">%</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="227.79607" y="258.51193" id="text3728"><tspan @@ -242,10 +242,10 @@ id="tspan3730" x="227.79607" y="258.51193" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">V</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">V</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="226.3051" y="304.67798" id="text3732"><tspan @@ -253,10 +253,10 @@ id="tspan3734" x="226.3051" y="304.67798" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">HZ</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">HZ</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="371.18027" y="500.7019" id="text3724-2"><tspan @@ -264,7 +264,7 @@ id="tspan3726-1" x="371.18027" y="500.7019" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">%</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -275,7 +275,7 @@ id="tspan3756" x="371.02597" y="472.65088" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">N</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">N</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -286,10 +286,10 @@ id="tspan3756-0" x="343.04745" y="682.17487" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">EGT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">EGT</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="367.02402" y="711.13287" id="text3724-2-2-6-4-8"><tspan @@ -297,7 +297,7 @@ id="tspan3726-1-4-5-3-5" x="367.02402" y="711.13287" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -308,10 +308,10 @@ id="tspan3722-0" x="844.07709" y="261.85529" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">BLEED</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">BLEED</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="853.79095" y="310.06229" id="text3728-3"><tspan @@ -319,7 +319,7 @@ id="tspan3730-0" x="853.79095" y="310.06229" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">PSI</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">PSI</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -330,7 +330,7 @@ id="tspan3756-4" x="268.90338" y="501.14264" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce" dx="0" dy="0">1</tspan></text> <text @@ -343,7 +343,7 @@ id="tspan3756-4-2" x="283.99689" y="501" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce">0</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -354,7 +354,7 @@ id="tspan3756-4-24" x="275.73615" y="726.21393" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce" dx="0" dy="0">1</tspan></text> <text @@ -367,7 +367,7 @@ id="tspan3756-4-2-3" x="290.82965" y="726.07129" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce">0</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -378,7 +378,7 @@ id="tspan3756-4-24-6" x="198.88774" y="687.96619" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff">7</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce">7</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -389,7 +389,7 @@ id="tspan3756-4-2-9" x="167.9091" y="585.79962" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce">0</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -400,7 +400,7 @@ id="tspan3756-4-24-6-8" x="154.62032" y="774.55463" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff">3</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce">3</tspan></text> <g id="g3449"> <rect @@ -458,7 +458,7 @@ style="fill:#515256;fill-opacity:1" /> </g> <path - style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 170.76926,597.07403 c -24.22075,-24.26668 -32.77468,-60.39334 -22.06503,-93.18947 10.70965,-32.79613 38.82539,-56.57357 72.52513,-61.3344 33.69974,-4.76083 67.13862,10.32067 86.25626,38.90304" id="APUN-scale" inkscape:connector-curvature="0" @@ -470,7 +470,7 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cc" /> <path - style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 153.85938,785.54646 c -13.64086,-25.16733 -14.7451,-55.40662 -2.97724,-81.53083 11.76786,-26.12421 35.01863,-45.04933 62.68843,-51.0257" id="APUEGT-scale" inkscape:connector-curvature="0" @@ -513,7 +513,7 @@ style="fill:#515256;fill-opacity:1" /> </g> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect5105" width="5.3955846" height="21.920309" @@ -527,20 +527,20 @@ inkscape:connector-curvature="0" id="path5107" d="m 872.14551,172.28989 c 0,15.58192 -12.63164,28.21356 -28.21356,28.21356 -15.58192,0 -28.21356,-12.63164 -28.21356,-28.21356 0,-15.58192 12.63164,-28.21356 28.21356,-28.21356 15.58192,0 28.21356,12.63164 28.21356,28.21356 z" - style="fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:4.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:4.80000019;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect y="169.28328" x="817.61298" height="5.1203089" width="53.195583" id="rect5105-2" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> </g> <g id="APUBleedOnline" inkscape:label="#g3441"> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="use5139" width="5.3955846" height="21.920309" @@ -562,7 +562,7 @@ sodipodi:cx="788.80811" sodipodi:sides="3" id="path5145" - style="fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" sodipodi:type="star" /> </g> <text @@ -576,7 +576,7 @@ id="tspan5151" x="198.17009" y="212.90416" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -588,7 +588,7 @@ id="tspan5151-0" x="198.02702" y="259.31854" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">115</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">115</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -600,7 +600,7 @@ id="tspan5151-0-2" x="197.96585" y="306.59421" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">400</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">400</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -611,7 +611,7 @@ sodipodi:role="line" x="453.27744" y="142.75148" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#11ba50" id="tspan5227-3">AVAIL</tspan></text> <text xml:space="preserve" @@ -623,7 +623,7 @@ sodipodi:role="line" x="582.35168" y="618.75146" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:48px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#11ba50" id="tspan5227-3-2">FLAP OPEN</tspan></text> <text xml:space="preserve" @@ -636,7 +636,7 @@ id="tspan5151-5" x="308.65347" y="574.82245" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">100</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">100</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -648,9 +648,9 @@ id="tspan5151-5-7" x="312.30875" y="778.53198" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">400</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">400</tspan></text> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="APUN-needle" width="103.08969" height="5.1203089" @@ -666,7 +666,7 @@ height="5.1203089" width="103.08969" id="APUEGT-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -678,7 +678,7 @@ id="tspan5151-3" x="830.58368" y="312.50412" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">34</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">34</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -690,7 +690,7 @@ id="tspan4239" x="579.20001" y="537.60004" - style="font-size:48px;line-height:1.25;fill:#ff9900;fill-opacity:1">FUEL LO PR</tspan></text> + style="font-size:48px;line-height:1.25;fill:#bb6100;fill-opacity:1">FUEL LO PR</tspan></text> <g inkscape:label="#g3441" id="APUGenOnline" @@ -701,10 +701,10 @@ height="21.920309" width="5.3955846" id="rect4241" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path sodipodi:type="star" - style="fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:4.69756889;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4243" sodipodi:sides="3" sodipodi:cx="788.80811" diff --git a/Models/Instruments/Lower-ECAM/res/bottomstatus.svg b/Models/Instruments/Lower-ECAM/res/bottomstatus.svg index 804fdf54..18ad342f 100644 --- a/Models/Instruments/Lower-ECAM/res/bottomstatus.svg +++ b/Models/Instruments/Lower-ECAM/res/bottomstatus.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -164,7 +164,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -176,7 +176,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -188,5 +188,5 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> </svg> diff --git a/Models/Instruments/Lower-ECAM/res/eng-eis1.svg b/Models/Instruments/Lower-ECAM/res/eng-eis1.svg index af756f9d..2d14c265 100644 --- a/Models/Instruments/Lower-ECAM/res/eng-eis1.svg +++ b/Models/Instruments/Lower-ECAM/res/eng-eis1.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <rect transform="rotate(90)" y="-676.71429" @@ -172,7 +172,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -184,7 +184,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -196,7 +196,7 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -208,9 +208,9 @@ id="tspan3716" x="676.89569" y="78.524399" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">ENGINE</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">ENGINE</tspan></text> <rect - style="fill:#ffffff;fill-opacity:1" + style="fill:#cecdce;fill-opacity:1" id="PageTitleENG2" width="194.29491" height="4.677979" @@ -227,10 +227,10 @@ id="tspan3722" x="342.24911" y="130.32729" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">F.USED</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">F.USED</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="339.35202" y="169.19514" id="text3732"><tspan @@ -238,10 +238,10 @@ id="tspan3734" x="339.35202" y="169.19514" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="316.43405" y="607.48859" id="text4945"><tspan @@ -249,7 +249,7 @@ id="tspan3726-1-4-5-3-5" x="316.43405" y="607.48859" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -260,10 +260,10 @@ id="tspan3726-1-4-5-3-5-2" x="844.79474" y="162.44568" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">VIB (N1)</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">VIB (N1)</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="300.07611" y="510.57724" id="text5112"><tspan @@ -271,10 +271,10 @@ id="tspan3726-1-4-5-3-5-9" x="300.07611" y="510.57724" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">PSI</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">PSI</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="307.15253" y="335.03955" id="text4949"><tspan @@ -282,7 +282,7 @@ id="tspan3726-1-4-5-3-5-9-4" x="307.15253" y="335.03955" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">QT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">QT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -304,7 +304,7 @@ id="tspan3726-1-4-5-3-5-9-4-4" x="305.49701" y="291.15942" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">OIL</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">OIL</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -316,7 +316,7 @@ id="tspan5151-5" x="188.04053" y="373.00482" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <text inkscape:label="#text5149" id="OilQT1-decimal" @@ -324,13 +324,13 @@ x="199.19365" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="373.00482" x="199.19365" id="tspan4640" sodipodi:role="line">0</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect4642" width="3.2" height="3.2" @@ -349,7 +349,7 @@ id="tspan5151-5-8" x="187.93481" y="554.70142" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <path style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#666666;stroke-width:9.60000038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 199.08964,167.00941 83.86287,-22.2931" @@ -380,20 +380,20 @@ x="844.79474" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;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-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce" y="293.08051" x="844.79474" id="tspan4227" sodipodi:role="line">VIB (N2)</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect4229" width="29.074999" height="3.325" x="830.92499" y="168.8" /> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect4231" width="3.425" height="20" @@ -405,14 +405,14 @@ height="3.325" width="29.074999" id="rect4233" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <rect y="303.05908" x="843.77502" height="20" width="3.425" id="rect4235" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -423,7 +423,7 @@ id="tspan4239" x="207.43848" y="473.83432" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">100</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">100</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -434,7 +434,7 @@ id="tspan4239-3" x="87.127884" y="553.26752" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">0</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -445,26 +445,26 @@ id="tspan4239-3-0" x="85.098488" y="363.98743" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">0</tspan></text> <text id="text4277" y="295.06375" x="217.3591" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="295.06375" x="217.3591" id="tspan4279" sodipodi:role="line">25</tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 75.003326,373.85357 C 55.378234,326.69275 75.405384,272.37533 120.94823,249.24231 166.49108,226.10929 222.16665,241.97428 248.6753,285.63867" id="OilQT1-scale" inkscape:connector-curvature="0" sodipodi:nodetypes="czc" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="OilQT1-needle" width="111.1039" height="5.1203089" @@ -473,7 +473,7 @@ inkscape:label="#rect5105-2-6" inkscape:transform-center-x="52.854691" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 69.728917,497.21218 c 8.476897,-39.06058 39.896823,-69.01503 79.317473,-75.61798 39.42065,-6.60295 78.88652,11.47814 99.62891,45.6445" id="OilPSI1-scale" inkscape:connector-curvature="0" @@ -491,7 +491,7 @@ x="540.04126" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="373.00482" x="540.04126" id="tspan4233" @@ -507,14 +507,14 @@ id="tspan4237" x="551.19415" y="373.00482" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50">0</tspan></text> <rect y="370.03125" x="538.60559" height="3.2" width="3.2" id="rect4239" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text inkscape:transform-center-y="14.4" inkscape:transform-center-x="7.2" @@ -524,7 +524,7 @@ x="539.93555" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="554.70142" x="539.93555" id="tspan4243" @@ -535,7 +535,7 @@ x="559.4389" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="473.83432" x="559.4389" id="tspan4247" @@ -546,7 +546,7 @@ x="439.12906" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="553.26752" x="439.12906" id="tspan4251" @@ -557,7 +557,7 @@ x="437.09964" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="363.98743" x="437.09964" id="tspan4255" @@ -572,15 +572,15 @@ id="tspan4259" x="569.35938" y="295.06375" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">25</tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 427.00456,373.85357 c -19.62509,-47.16082 0.40205,-101.47824 45.9449,-124.61126 45.54285,-23.13302 101.21843,-7.26804 127.72708,36.39636" id="OilQT2-scale" inkscape:connector-curvature="0" sodipodi:nodetypes="czc" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 421.73015,497.21218 c 8.4769,-39.06058 39.89683,-69.01503 79.31748,-75.61798 39.42065,-6.60295 78.88652,11.47814 99.62891,45.6445" id="OilPSI2-scale" inkscape:connector-curvature="0" @@ -599,7 +599,7 @@ height="5.1203089" width="111.1039" id="OilQT2-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect inkscape:transform-center-x="52.854691" inkscape:label="#rect5105-2-6" @@ -608,9 +608,9 @@ height="5.1203089" width="111.1039" id="OilPSI1-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="OilPSI2-needle" width="111.1039" height="5.1203089" diff --git a/Models/Instruments/Lower-ECAM/res/eng-eis2.svg b/Models/Instruments/Lower-ECAM/res/eng-eis2.svg index 65263170..723703d7 100644 --- a/Models/Instruments/Lower-ECAM/res/eng-eis2.svg +++ b/Models/Instruments/Lower-ECAM/res/eng-eis2.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -164,7 +164,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -176,7 +176,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -188,7 +188,7 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -200,9 +200,9 @@ id="tspan3716" x="112.87798" y="58.393024" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">ENGINE</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">ENGINE</tspan></text> <rect - style="fill:#ffffff;fill-opacity:1" + style="fill:#cecdce;fill-opacity:1" id="PageTitleENG2" width="194.29491" height="4.677979" @@ -219,10 +219,10 @@ id="tspan3722" x="511.37216" y="102.61012" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">F.USED</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">F.USED</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="511.77209" y="138.27797" id="text3732"><tspan @@ -230,10 +230,10 @@ id="tspan3734" x="511.77209" y="138.27797" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="486.43405" y="505.88855" id="text4945"><tspan @@ -241,7 +241,7 @@ id="tspan3726-1-4-5-3-5" x="486.43405" y="505.88855" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#16699a;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -252,15 +252,15 @@ id="tspan3726-1-4-5-3-5-2" x="514.36139" y="597.08832" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">VIB N1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">VIB N1</tspan></text> <path inkscape:connector-curvature="0" id="OilQT1-scale" d="m 398.01774,308.93682 c 0,-52.42507 -42.45597,-97.80292 -94.88097,-97.88389 -52.425,-0.081 -95.01212,45.16551 -95.17407,97.59032" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" sodipodi:nodetypes="csc" /> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="OilQT1-scaletick" width="4.0499997" height="8.0535526" @@ -272,11 +272,11 @@ inkscape:connector-curvature="0" id="OilPSI1-scale" d="m 398.01774,441.90607 c 0,-41.25118 -26.61376,-80.31611 -65.87593,-92.9708 -39.26217,-12.65469 -82.20461,1.4664 -106.29366,34.95337" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4413" sodipodi:nodetypes="csc" /> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="OilPSI1-scaletick" width="4.0499997" height="8.0535526" @@ -301,10 +301,10 @@ id="tspan4427" x="546.27319" y="654.32928" - style="font-size:36px;line-height:1.25;text-align:center;text-anchor:middle;fill:#ffffff">N2</tspan></text> + style="font-size:36px;line-height:1.25;text-align:center;text-anchor:middle;fill:#cecdce">N2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="480.07611" y="414.57724" id="text5112"><tspan @@ -312,10 +312,10 @@ id="tspan3726-1-4-5-3-5-9" x="480.07611" y="414.57724" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">PSI</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">PSI</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="482.23218" y="296.8558" id="text4949"><tspan @@ -323,7 +323,7 @@ id="tspan3726-1-4-5-3-5-9-4" x="482.23218" y="296.8558" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">QT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">QT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -345,7 +345,7 @@ id="tspan3726-1-4-5-3-5-9-4-4" x="480.57666" y="252.97568" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">OIL</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">OIL</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -357,7 +357,7 @@ id="tspan5151-5" x="316.50934" y="305.54309" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <text inkscape:label="#text5149" id="OilQT1-decimal" @@ -365,13 +365,13 @@ x="328.44028" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;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-size:35px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="305.54309" x="328.44028" id="tspan4640" sodipodi:role="line">0</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="rect4642" width="3.2" height="3.2" @@ -388,12 +388,12 @@ id="tspan5151-5-8" x="327.60934" y="438.50732" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <path inkscape:connector-curvature="0" id="OilQT2-scale" d="m 816.06462,308.93682 c 0,-52.42507 -42.45597,-97.80292 -94.88097,-97.88389 -52.425,-0.081 -95.01212,45.16551 -95.17407,97.59032" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4775" sodipodi:nodetypes="csc" /> <rect @@ -403,12 +403,12 @@ height="8.0535526" width="4.0499997" id="OilQT2-scaletick" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path inkscape:connector-curvature="0" id="OilPSI2-scale" d="m 816.06462,441.90607 c 0,-41.25118 -26.61376,-80.31611 -65.87593,-92.9708 -39.26217,-12.65469 -82.20461,1.4664 -106.29366,34.95337" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4787" sodipodi:nodetypes="csc" /> <rect @@ -418,7 +418,7 @@ height="8.0535526" width="4.0499997" id="OilPSI2-scaletick" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#rect4789" /> <path style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:5.02424574;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" @@ -434,7 +434,7 @@ x="734.55359" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;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-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="305.54309" x="734.55359" id="tspan4799" @@ -450,14 +450,14 @@ id="tspan4803" x="746.48431" y="305.54309" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50">0</tspan></text> <rect y="302.56952" x="733.11786" height="3.2" width="3.2" id="rect4805" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text inkscape:label="#text5149" id="OilPSI2" @@ -465,7 +465,7 @@ x="745.65338" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;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-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:44px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="438.50732" x="745.65338" id="tspan4809" @@ -519,7 +519,7 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cc" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="OilQT1-needle" width="36.684273" height="5.1203089" @@ -535,7 +535,7 @@ height="5.1203089" width="36.684273" id="OilQT2-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect inkscape:transform-center-x="95.06433" inkscape:label="#rect5105-2-6" @@ -544,9 +544,9 @@ height="5.1203089" width="36.684273" id="OilPSI1-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="OilPSI2-needle" width="36.684273" height="5.1203089" diff --git a/Models/Instruments/Lower-ECAM/res/fctl.svg b/Models/Instruments/Lower-ECAM/res/fctl.svg index ec7b23d7..3d7ab965 100644 --- a/Models/Instruments/Lower-ECAM/res/fctl.svg +++ b/Models/Instruments/Lower-ECAM/res/fctl.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -164,7 +164,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -176,7 +176,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -188,7 +188,7 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -200,9 +200,9 @@ id="tspan3716" x="99.295692" y="78.524399" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">F/CTL</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">F/CTL</tspan></text> <rect - style="fill:#ffffff;fill-opacity:1" + style="fill:#cecdce;fill-opacity:1" id="PageTitleENG2" width="140.02486" height="4.677979" @@ -280,10 +280,10 @@ id="tspan4317" x="390.37976" y="387.46661" - style="font-size:39.1399231px;line-height:1.25;fill:#00ff00;fill-opacity:1">1</tspan></text> + style="font-size:39.1399231px;line-height:1.25;fill:#11ba50;fill-opacity:1">1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="480.16635" y="382.16803" id="elac2" @@ -296,7 +296,7 @@ style="font-size:36.83391571px;line-height:1.25">2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="777.35413" y="406.5748" id="sec3" @@ -319,10 +319,10 @@ id="tspan4317-5" x="616.31134" y="388.68933" - style="font-size:39.1399231px;line-height:1.25;fill:#00ff00;fill-opacity:1">1</tspan></text> + style="font-size:39.1399231px;line-height:1.25;fill:#11ba50;fill-opacity:1">1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="719.61761" y="381.89911" id="sec2" @@ -385,7 +385,7 @@ id="path4455-3-6" inkscape:connector-curvature="0" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 500.0293,735.99199 28.18241,0.0152 -14.68178,69.70054 -13.51075,-69.71353" id="rudder" inkscape:connector-curvature="0" @@ -394,12 +394,12 @@ inkscape:transform-center-x="0.075213552" inkscape:transform-center-y="100.23816" /> <path - style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + style="fill:none;fill-rule:evenodd;stroke:#cecdce;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 412,576 -73.6,30.4 0,43.68194 L 453.6,635.2" id="path3454" inkscape:connector-curvature="0" /> <path - style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#cecdce;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 613.61826,576.80155 73.9792,30.39873 0,43.68012 -115.79353,-14.88132" id="path3454-3" inkscape:connector-curvature="0" /> @@ -435,7 +435,7 @@ id="tspan4333" x="594.52124" y="350.0433" - style="font-size:33.51122284px;line-height:1.25;fill:#ffffff;fill-opacity:1">SEC</tspan></text> + style="font-size:33.51122284px;line-height:1.25;fill:#cecdce;fill-opacity:1">SEC</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -447,10 +447,10 @@ id="tspan4337" x="474.80362" y="268.75244" - style="font-size:34.58100891px;line-height:1.25;fill:#ffffff;fill-opacity:1">SPD BRK</tspan></text> + style="font-size:34.58100891px;line-height:1.25;fill:#cecdce;fill-opacity:1">SPD BRK</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="371.59274" y="519.38177" id="text4343" @@ -469,7 +469,7 @@ y="503.59415" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="645.71008" y="499.73752" id="PTgreen" @@ -489,7 +489,7 @@ y="503.19415" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="696.84619" y="496.11667" id="PTyellow" @@ -502,7 +502,7 @@ style="font-size:34.50801086px;line-height:1.25">Y</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="639.08258" y="494.57248" id="PTupdn" @@ -515,7 +515,7 @@ style="font-size:32.03270721px;line-height:1.25">DN</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="515.71716" y="567.75739" id="PTcc" @@ -534,7 +534,7 @@ y="647.85999" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="547.90643" y="623.91565" id="rudderblue" @@ -554,7 +554,7 @@ y="647.89423" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="571.21545" y="629.27997" id="rudderyellow" @@ -567,7 +567,7 @@ style="font-size:34.50801086px;line-height:1.25">Y</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="547.8645" y="565.62201" id="text4451" @@ -588,15 +588,15 @@ id="tspan4457" x="73.084137" y="275.63892" - style="font-size:38.63742447px;line-height:1.25;fill:#ffffff;fill-opacity:1"> </tspan><tspan + style="font-size:38.63742447px;line-height:1.25;fill:#cecdce;fill-opacity:1"> </tspan><tspan sodipodi:role="line" x="73.084137" y="323.9357" id="tspan4459" - style="font-size:38.63742447px;line-height:1.25;fill:#ffffff;fill-opacity:1">AIL</tspan></text> + style="font-size:38.63742447px;line-height:1.25;fill:#cecdce;fill-opacity:1">AIL</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="100.07736" y="267.37128" id="text4461" @@ -617,15 +617,15 @@ id="tspan4457-3" x="896.62933" y="275.65222" - style="font-size:38.63742447px;line-height:1.25;fill:#ffffff;fill-opacity:1"> </tspan><tspan + style="font-size:38.63742447px;line-height:1.25;fill:#cecdce;fill-opacity:1"> </tspan><tspan sodipodi:role="line" x="896.62933" y="323.94901" id="tspan4459-6" - style="font-size:38.63742447px;line-height:1.25;fill:#ffffff;fill-opacity:1">AIL</tspan></text> + style="font-size:38.63742447px;line-height:1.25;fill:#cecdce;fill-opacity:1">AIL</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="985.13922" y="267.21289" id="text4486" @@ -644,7 +644,7 @@ y="647.79419" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="509.28641" y="633.83917" id="ruddergreen" @@ -664,7 +664,7 @@ y="327.59415" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="118.64819" y="335.1636" id="ailLgreen" @@ -677,7 +677,7 @@ style="font-size:34.2665329px;line-height:1.25">G</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="78.4776" y="329.96588" id="text4351-1-7" @@ -696,7 +696,7 @@ y="327.1442" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="1015.4791" y="329.75821" id="ailRblue" @@ -716,7 +716,7 @@ y="327.1442" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="955.30261" y="335.05096" id="ailRgreen" @@ -729,7 +729,7 @@ style="font-size:34.2665329px;line-height:1.25">G</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="203.8161" y="548.85791" id="text4461-7" @@ -741,7 +741,7 @@ style="font-size:34.5196991px;line-height:1.25">L</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="881.46405" y="548.97394" id="text4486-9" @@ -760,7 +760,7 @@ y="327.69415" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="78.4776" y="329.96588" id="ailLblue" @@ -780,7 +780,7 @@ y="672.36768" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="183.42683" y="647.10468" id="elevLblue" @@ -800,7 +800,7 @@ y="672.36139" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="222.85838" y="657.31158" id="elevLgreen" @@ -820,7 +820,7 @@ y="671.34418" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="911.57098" y="646.80011" id="elevRblue" @@ -840,7 +840,7 @@ y="671.34418" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="860.73682" y="651.89752" id="elevRyellow" @@ -853,7 +853,7 @@ style="font-size:34.50801086px;line-height:1.25">Y</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="172.05634" y="575.58044" id="text4714" @@ -865,7 +865,7 @@ style="font-size:36.08533478px;line-height:1.25">ELEV</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="858.55914" y="575.03058" id="text4714-9" @@ -876,32 +876,32 @@ y="575.03058" style="font-size:36.08533478px;line-height:1.25">ELEV</tspan></text> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 281.6,684.39393 28,-14.4 0,27.2 z" id="elevL" inkscape:connector-curvature="0" inkscape:label="#path4736" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 745.1443,685.15661 -27.78059,-14.40264 0,27.20498 z" id="elevR" inkscape:connector-curvature="0" inkscape:label="#path4736-7" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 165.76292,360.97091 28,-14.4 0,27.2 z" id="ailL" inkscape:connector-curvature="0" inkscape:label="#path4736-8" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 861.28715,361.17464 -27.78059,-14.40264 0,27.20498 z" id="ailR" inkscape:connector-curvature="0" inkscape:label="#path4736-7-5" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="475.86395" y="542.09473" id="PT" @@ -921,7 +921,7 @@ y="75.71489" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="506.57623" y="99.568321" id="spdbrkgreen" @@ -941,7 +941,7 @@ y="75.614883" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="547.10791" y="98.468781" id="spdbrkblue" @@ -961,7 +961,7 @@ y="75.584373" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="575.88898" y="98.898796" id="spdbrkyellow" @@ -973,130 +973,130 @@ y="98.898796" style="font-size:34.50801086px;line-height:1.25">Y</tspan></text> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 585.91821,208.72929 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler1Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 644.31821,215.42926 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler2Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 557.20014,208.7375 28.39986,0" id="spoiler1Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 615.79144,215.44291 28.39986,0" id="spoiler2Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 702.52096,222.30273 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler3Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 760.82872,229.76839 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler4Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 819.12942,237.32696 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler5Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 673.88954,222.2661 28.39986,0" id="spoiler3Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 732.14118,229.63772 28.39986,0" id="spoiler4Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 790.57886,237.25168 28.39986,0" id="spoiler5Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 440.75007,208.54791 28.39986,0" id="spoiler1Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 469.31821,208.52926 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler1Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 382.60738,215.44288 28.39986,0" id="spoiler2Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 411.18511,215.43895 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler2Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 324.1203,222.26608 28.39986,0" id="spoiler3Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 353.02096,222.25895 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler3Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 265.84289,229.63772 28.39986,0" id="spoiler4Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 294.42973,229.64338 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler4Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 207.47784,237.22117 28.39986,0" id="spoiler5Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 236.15628,237.20565 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.31891 12.54179,28.46893 -12.56035,0" id="spoiler5Lex" inkscape:connector-curvature="0" @@ -1119,7 +1119,7 @@ x="321.05841" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan - style="font-size:33.51122284px;line-height:1.25;fill:#ffffff;fill-opacity:1" + style="font-size:33.51122284px;line-height:1.25;fill:#cecdce;fill-opacity:1" y="350.05472" x="321.05841" id="tspan4347" @@ -1129,7 +1129,7 @@ id="spoiler1Lf" y="205.37579" x="442.13232" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;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" @@ -1138,7 +1138,7 @@ style="font-size:43.1136055px;line-height:1.25">1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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" @@ -1153,7 +1153,7 @@ id="spoiler3Lf" y="218.64847" x="326.50671" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="218.64847" @@ -1162,7 +1162,7 @@ sodipodi:role="line">3</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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" @@ -1177,7 +1177,7 @@ id="spoiler5Lf" y="233.62128" x="209.6062" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="233.62128" @@ -1186,7 +1186,7 @@ sodipodi:role="line">5</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;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" @@ -1201,7 +1201,7 @@ id="spoiler2Rf" y="212.46097" x="617.68774" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="212.46097" @@ -1210,7 +1210,7 @@ sodipodi:role="line">2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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" @@ -1225,7 +1225,7 @@ id="spoiler4Rf" y="226.46095" x="734.3562" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="226.46095" @@ -1234,7 +1234,7 @@ sodipodi:role="line">4</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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" diff --git a/Models/Instruments/Lower-ECAM/res/status.svg b/Models/Instruments/Lower-ECAM/res/status.svg index deea4a8a..f1b96282 100644 --- a/Models/Instruments/Lower-ECAM/res/status.svg +++ b/Models/Instruments/Lower-ECAM/res/status.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -164,7 +164,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -176,7 +176,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -188,7 +188,7 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -200,9 +200,9 @@ id="tspan3716" x="496.04086" y="52.393005" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">STATUS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">STATUS</tspan></text> <rect - style="fill:#ffffff;fill-opacity:1" + style="fill:#cecdce;fill-opacity:1" id="PageTitleSTATUS2" width="180.59233" height="4.677979" @@ -220,5 +220,5 @@ id="tspan4244" x="400.73315" y="439.38461" - style="font-size:46px;line-height:1.25;fill:#00ff00;fill-opacity:1">NORMAL</tspan></text> + style="font-size:46px;line-height:1.25;fill:#11ba50;fill-opacity:1">NORMAL</tspan></text> </svg> diff --git a/Models/Instruments/Lower-ECAM/res/wheel.svg b/Models/Instruments/Lower-ECAM/res/wheel.svg index 291d66fc..a50583ff 100644 --- a/Models/Instruments/Lower-ECAM/res/wheel.svg +++ b/Models/Instruments/Lower-ECAM/res/wheel.svg @@ -78,7 +78,7 @@ </g> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="286.01636" y="947.15186" id="text6231"><tspan @@ -86,10 +86,10 @@ id="tspan3726-1-4-5" x="286.01636" y="947.15186" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="500.75214" y="974.06525" id="text6232"><tspan @@ -97,10 +97,10 @@ id="tspan3726-1-4-5-7" x="500.75214" y="974.06525" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">H</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="285.86758" y="1008.0583" id="text6233"><tspan @@ -108,10 +108,10 @@ id="tspan3726-1-4-5-3" x="285.86758" y="1008.0583" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">°C</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">°C</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="940.17981" y="947.52124" id="text6234"><tspan @@ -119,7 +119,7 @@ id="tspan3726-1-4-5-7-7" x="940.17981" y="947.52124" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#00a0d2;fill-opacity:1">LBS</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#238995;fill-opacity:1">LBS</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -130,7 +130,7 @@ id="tspan3914" x="695.24951" y="947.40448" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">GW</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">GW</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -141,7 +141,7 @@ id="tspan3914-9" x="80.976402" y="946.65228" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">TAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">TAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -152,7 +152,7 @@ id="tspan3914-9-4" x="79.798637" y="1007.6474" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#ffffff">SAT</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:Arial;-inkscape-font-specification:Arial;fill:#cecdce">SAT</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -164,7 +164,7 @@ id="tspan5151-5-7-1" x="268.61197" y="947.13043" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -176,7 +176,7 @@ id="tspan5151-5-7-1-0" x="268.61197" y="1007.5985" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">25</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">25</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -188,7 +188,7 @@ id="tspan5151-5-7-1-9" x="925.0899" y="946.6001" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">120000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:34px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">120000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -200,9 +200,9 @@ id="tspan3716" x="124.87952" y="232.22" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#ffffff">WHEEL</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:50px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#cecdce">WHEEL</tspan></text> <rect - style="fill:#ffffff;fill-opacity:1;stroke-width:0.95849174" + style="fill:#cecdce;fill-opacity:1;stroke-width:0.95849174" id="PageTitleWHEEL2" width="178.5" height="4.677979" @@ -223,7 +223,7 @@ style="font-size:32px;line-height:1.25"> </tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="117.83356" y="370.81567" id="leftuplock" @@ -237,7 +237,7 @@ id="noseuplock" y="198.44504" x="444.87604" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4253"><tspan y="198.44504" @@ -247,7 +247,7 @@ style="font-size:32px;line-height:1.25">UP LOCK</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="771.91852" y="371.58517" id="rightuplock" @@ -259,7 +259,7 @@ style="font-size:32px;line-height:1.25">UP LOCK</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="396.29852" y="364.52844" id="nwstext" @@ -271,7 +271,7 @@ style="font-size:32px;line-height:1.25">N/W STEERING</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="450.93387" y="447.63568" id="lgctltext" @@ -283,7 +283,7 @@ style="font-size:32px;line-height:1.25">L/G CTL</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="434.00464" y="552.28931" id="antiskidtext" @@ -295,7 +295,7 @@ style="font-size:32px;line-height:1.25">ANTI SKID</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="435.54364" y="667.42596" id="ALTNbrk" @@ -307,7 +307,7 @@ style="font-size:32px;line-height:1.25">ALTN BRK</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="430.15707" y="766.21356" id="autobrk" @@ -319,7 +319,7 @@ style="font-size:32px;line-height:1.25">AUTO BRK</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="477.86679" y="801.61115" id="autobrkind" @@ -333,7 +333,7 @@ id="NORMbrk" y="616.38831" x="426.55933" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4285"><tspan y="616.38831" @@ -345,7 +345,7 @@ id="acuupress_text" y="707.69037" x="433.75488" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4289"><tspan y="707.69037" @@ -355,7 +355,7 @@ style="font-size:32px;line-height:1.25">ACCU PRESS</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="743.59778" y="667.91455" id="text4293"><tspan @@ -366,7 +366,7 @@ style="font-size:32px;line-height:1.25">3</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="909.52106" y="668.76947" id="text4297"><tspan @@ -377,7 +377,7 @@ style="font-size:32px;line-height:1.25">4</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="104.61599" y="667.99396" id="text4301"><tspan @@ -388,7 +388,7 @@ style="font-size:32px;line-height:1.25">1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="263.95673" y="667.69611" id="text4305"><tspan @@ -399,7 +399,7 @@ style="font-size:32px;line-height:1.25">2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="87.762543" y="626.00983" id="braketemp1" @@ -413,7 +413,7 @@ id="braketemp2" y="626.68555" x="245.75887" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4313"><tspan y="626.68555" @@ -423,7 +423,7 @@ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">999</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="890.17999" y="625.87329" id="braketemp4" @@ -437,7 +437,7 @@ id="braketemp3" y="625.33063" x="728.06555" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4321"><tspan y="625.33063" @@ -447,7 +447,7 @@ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">999</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="926.31042" y="555.97632" id="releaseR3" @@ -463,7 +463,7 @@ id="releaseL3" y="555.97632" x="852.14044" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4331"><tspan y="555.97632" @@ -476,7 +476,7 @@ id="releaseL4" y="556.23566" x="1048.9662" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4335"><tspan y="556.23566" @@ -486,7 +486,7 @@ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:21.63888741px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">|||</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="804.20532" y="667.86505" id="RELr" @@ -500,7 +500,7 @@ id="RELl" y="667.86475" x="160.33633" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4347"><tspan y="667.86475" @@ -510,7 +510,7 @@ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">REL</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="80.142349" y="607.25616" id="releaseL1" @@ -526,7 +526,7 @@ id="releaseR1" y="606.97186" x="147.61992" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4355"><tspan y="606.97186" @@ -536,7 +536,7 @@ style="font-size:23.3301487px;line-height:1.25">|||</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="254.77022" y="607.25616" id="releaseL2" @@ -552,7 +552,7 @@ id="releaseR2" y="606.97186" x="321.23053" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4363"><tspan y="606.97186" @@ -561,7 +561,7 @@ sodipodi:role="line" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:23.3301487px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'">|||</tspan></text> <path - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#cecdce;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 62.082323,383.88565 50.858397,0 0,2.80598 -50.861852,-0.0503 z" id="path4367" inkscape:connector-curvature="0" @@ -571,15 +571,15 @@ inkscape:connector-curvature="0" id="path4369" d="m 132.6982,383.88565 132.73078,0 0,2.80598 -132.73978,-0.0503 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path4371" d="m 281.04875,383.88565 40.34267,0 0,2.80598 -40.34542,-0.0503 z" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#cecdce;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4375" sodipodi:type="arc" sodipodi:cx="273.31589" @@ -591,13 +591,13 @@ d="m 274.16299,392.15564 a 7.6024261,7.6023316 0 0 1 -8.39976,-6.68657 7.6024261,7.6023316 0 0 1 6.6629,-8.41851 7.6024261,7.6023316 0 0 1 8.43739,6.63902 7.6024261,7.6023316 0 0 1 -6.61524,8.45601" sodipodi:open="true" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 207.87954,395.16357 0.13614,32.54313 2.94623,-3.33148 -0.0205,-29.23092 z" id="path4379" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.56;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.56;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" d="m 197.20632,395.05035 43.92622,0 -43.92622,44.8496 z" id="path4381" inkscape:connector-curvature="0" @@ -607,21 +607,21 @@ inkscape:connector-curvature="0" id="path4383" d="m 219.61958,395.42037 0.13614,20.67821 2.94623,-2.11686 -0.0205,-18.57359 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path4385" d="m 178.32852,395.76914 -0.13614,32.54313 -2.94623,-3.33148 0.0205,-29.23092 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path4387" d="m 189.00174,395.21818 -43.92622,0 43.92622,44.8496 z" - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 166.58848,396.02594 -0.13614,20.67821 -2.94623,-2.11686 0.0205,-18.57359 z" id="path4389" inkscape:connector-curvature="0" @@ -631,31 +631,31 @@ inkscape:connector-curvature="0" id="nosetriangleR-3" d="m 529.96931,225.40331 0.13614,32.54313 2.94623,-3.33148 -0.0205,-29.23092 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#00ff00;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:#11ba50;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" inkscape:label="#path4391" /> <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="nosetriangleR-1" d="m 519.29609,225.29009 43.92622,0 -43.92622,44.8496 z" - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1" inkscape:label="#path4393" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#00ff00;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:#11ba50;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 541.70935,225.66011 0.13614,20.67821 2.94623,-2.11686 -0.0205,-18.57359 z" id="nosetriangleR-2" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" inkscape:label="#path4395" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#00ff00;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:#11ba50;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 500.41829,226.00888 -0.13614,32.54313 -2.94623,-3.33148 0.0205,-29.23092 z" id="nosetriangleL-3" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" inkscape:label="#path4397" /> <path - style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 511.17157,225.4153 -43.92622,0 43.92622,44.8496 z" id="nosetriangleL-1" inkscape:connector-curvature="0" @@ -666,16 +666,16 @@ inkscape:connector-curvature="0" id="nosetriangleL-2" d="m 488.67825,226.26568 -0.13614,20.67821 -2.94623,-2.11686 0.0205,-18.57359 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#00ff00;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:#11ba50;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" inkscape:label="#path4401" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 858.12195,395.16357 0.13614,32.54313 2.94623,-3.33148 -0.0205,-29.23092 z" id="path4403" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 847.44873,395.05035 43.92622,0 -43.92622,44.8496 z" id="path4405" inkscape:connector-curvature="0" @@ -685,21 +685,21 @@ inkscape:connector-curvature="0" id="path4407" d="m 869.86199,395.42037 0.13614,20.67821 2.94623,-2.11686 -0.0205,-18.57359 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path4409" d="m 828.57093,395.76914 -0.13614,32.54313 -2.94623,-3.33148 0.0205,-29.23092 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path sodipodi:nodetypes="cccc" inkscape:connector-curvature="0" id="path4411" d="m 839.77047,395.1296 -43.92622,0 43.92622,44.8496 z" - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.55999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 816.83089,396.02594 -0.13614,20.67821 -2.94623,-2.11686 0.0205,-18.57359 z" id="path4413" inkscape:connector-curvature="0" @@ -709,15 +709,15 @@ inkscape:connector-curvature="0" id="path4415" d="m 961.77821,384.64351 -50.8584,0 0,2.80598 50.86186,-0.0503 z" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#cecdce;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 900.25663,383.88565 -132.73078,0 0,2.80598 132.73978,-0.0503 z" id="path4417" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" /> <path - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#cecdce;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 751.90546,383.88565 -49.43635,0 0,2.80598 49.43972,-0.0503 z" id="path4419" inkscape:connector-curvature="0" @@ -733,17 +733,17 @@ sodipodi:cx="-759.63898" sodipodi:type="arc" id="path4421" - style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="scale(-1,1)" /> <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="path4423" d="m 427.84645,213.05298 -34.34462,0 0,2.80598 34.34696,-0.0503 z" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + style="fill:#cecdce;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> <path transform="scale(-1,1)" - style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4425" sodipodi:type="arc" sodipodi:cx="-436.03351" @@ -755,7 +755,7 @@ d="m -435.1864,222.39538 a 7.6024261,7.6023316 0 0 1 -8.39977,-6.68656 7.6024261,7.6023316 0 0 1 6.6629,-8.41851 7.6024261,7.6023316 0 0 1 8.4374,6.63902 7.6024261,7.6023316 0 0 1 -6.61525,8.456" sodipodi:open="true" /> <path - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#cecdce;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 605.22364,213.14198 37.28382,0 0,2.80598 -37.28636,-0.0503 z" id="path4431" inkscape:connector-curvature="0" @@ -771,206 +771,206 @@ sodipodi:cx="597.9455" sodipodi:type="arc" id="path4433" - style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="opacity:1;fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:1.16106236;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path sodipodi:nodetypes="ccccc" inkscape:connector-curvature="0" id="nosegeardoorR" d="m 535.20968,213.53256 54.88262,0 0,2.80598 -54.88636,-0.0503 z" - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" inkscape:label="#path4435" /> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 444.07939,213.06894 54.88262,0 0,2.80598 -54.88636,-0.0503 z" id="nosegeardoorL" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" inkscape:label="#path4437" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 474.92632,318.99999 c -9.60617,5.62651 -23.82998,8.88082 -38.54106,8.81793 -14.71109,-0.0629 -28.26087,-3.43594 -36.7147,-9.13967" id="noseARCl" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 631.89134,319.32173 c -9.60616,5.62651 -23.82997,8.88082 -38.54106,8.81793 -14.71108,-0.0629 -28.26086,-3.43595 -36.7147,-9.13967" id="noseARCr" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 791.82029,716.82172 c -9.60617,5.62651 -23.82999,8.88083 -38.54108,8.81793 -14.71108,-0.0629 -28.26086,-3.43594 -36.71469,-9.13967" id="bottomarc3" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 953.64778,716.82172 c -9.60617,5.62651 -23.82998,8.88083 -38.54107,8.81793 -14.71109,-0.0629 -28.26087,-3.43594 -36.7147,-9.13967" id="bottomarc4" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 311.65244,716.82172 c -9.60617,5.62651 -23.82999,8.88082 -38.54107,8.81792 -14.71109,-0.0629 -28.26087,-3.43594 -36.7147,-9.13966" id="bottomarc2" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 152.53518,716.82172 c -9.60618,5.62651 -23.82999,8.88082 -38.54107,8.81793 -14.711089,-0.0629 -28.260867,-3.43595 -36.714701,-9.13967" id="bottomarc1" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 309.1338,588.67824 c -9.60617,-5.62651 -23.82998,-8.88083 -38.54107,-8.81793 -14.71109,0.0629 -28.26087,3.43594 -36.7147,9.13967" id="toparc2" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 152.10042,588.99998 c -9.60617,-5.62651 -23.82998,-8.88083 -38.54106,-8.81793 -14.71109,0.0629 -28.260878,3.43594 -36.714703,9.13967" id="toparc1" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 953.64777,588.67824 c -9.60617,-5.62651 -23.82998,-8.88083 -38.54107,-8.81793 -14.71109,0.0629 -28.26086,3.43595 -36.71469,9.13967" id="toparc4" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="opacity:1;fill:none;fill-opacity:1;stroke:#00ff00;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="opacity:1;fill:none;fill-opacity:1;stroke:#11ba50;stroke-width:2.60787535;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 791.82029,588.67824 c -9.60617,-5.62651 -23.82999,-8.88082 -38.54107,-8.81792 -14.71109,0.0629 -28.26087,3.43594 -36.7147,9.13966" id="toparc3" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 587.83749,116.60365 -28.8,0 14.4,0 -0.10607,-28.906074 -12.79687,-0.15 12.81856,-28.318909 12.54179,28.468929 -12.56035,0" id="spoiler1Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 646.23749,123.30362 -28.8,0 14.4,0 -0.10607,-28.906074 -12.79687,-0.15 12.81856,-28.318909 12.54179,28.468929 -12.56035,0" id="spoiler2Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 559.11942,116.61186 28.39986,0" id="spoiler1Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 617.71072,123.31727 28.39986,0" id="spoiler2Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 704.44024,130.17709 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.318913 12.54179,28.468933 -12.56035,0" id="spoiler3Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 762.748,137.64275 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.318913 12.54179,28.468933 -12.56035,0" id="spoiler4Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 821.0487,145.20132 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.318914 12.54179,28.468934 -12.56035,0" id="spoiler5Rex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 675.80882,130.14046 28.39986,0" id="spoiler3Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 734.06046,137.51208 28.39986,0" id="spoiler4Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 792.49814,145.12604 28.39986,0" id="spoiler5Rrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 442.66935,116.42227 28.39986,0" id="spoiler1Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 471.23749,116.40362 -28.8,0 14.4,0 -0.10607,-28.906074 -12.79687,-0.15 12.81856,-28.318909 12.54179,28.468929 -12.56035,0" id="spoiler1Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 384.52666,123.31724 28.39986,0" id="spoiler2Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 413.10439,123.31331 -28.8,0 14.4,0 -0.10607,-28.906074 -12.79687,-0.15 12.81856,-28.318909 12.54179,28.468929 -12.56035,0" id="spoiler2Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 326.03958,130.14044 28.39986,0" id="spoiler3Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 354.94024,130.13331 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.318913 12.54179,28.468933 -12.56035,0" id="spoiler3Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 267.76217,137.51208 28.39986,0" id="spoiler4Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 296.34901,137.51774 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.318913 12.54179,28.468933 -12.56035,0" id="spoiler4Lex" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" inkscape:label="#path4545" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 209.39712,145.09553 28.39986,0" id="spoiler5Lrt" inkscape:connector-curvature="0" inkscape:label="#path4562" /> <path - style="fill:none;fill-rule:evenodd;stroke:#00ff00;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:none;fill-rule:evenodd;stroke:#11ba50;stroke-width:2.4000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 238.07556,145.08001 -28.8,0 14.4,0 -0.10607,-28.90607 -12.79687,-0.15 12.81856,-28.318914 12.54179,28.468934 -12.56035,0" id="spoiler5Lex" inkscape:connector-curvature="0" @@ -986,7 +986,7 @@ id="spoiler1Lf" y="113.25016" x="444.05161" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan y="113.25016" x="444.05161" @@ -995,7 +995,7 @@ style="font-size:43.1136055px;line-height:1.25">1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="386.47598" y="120.33533" id="spoiler2Lf" @@ -1010,7 +1010,7 @@ id="spoiler3Lf" y="126.52283" x="328.42599" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="126.52283" @@ -1019,7 +1019,7 @@ sodipodi:role="line">3</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="269.87549" y="134.33531" id="spoiler4Lf" @@ -1034,7 +1034,7 @@ id="spoiler5Lf" y="141.49564" x="211.52548" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="141.49564" @@ -1043,7 +1043,7 @@ sodipodi:role="line">5</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;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" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="560.65265" y="113.25016" id="spoiler1Rf" @@ -1058,7 +1058,7 @@ id="spoiler2Rf" y="120.33533" x="619.60706" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="120.33533" @@ -1067,7 +1067,7 @@ sodipodi:role="line">2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="677.92603" y="126.52283" id="spoiler3Rf" @@ -1082,7 +1082,7 @@ id="spoiler4Rf" y="134.33531" x="736.27551" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;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-size:43.1136055px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans'" y="134.33531" @@ -1091,7 +1091,7 @@ sodipodi:role="line">4</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;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" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="794.46436" y="141.49564" id="spoiler5Rf" @@ -1111,7 +1111,7 @@ inkscape:label="#rect4370-3-6-2-8-9" /> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="429.4884" y="620.99146" id="altnbrkyellow" @@ -1132,7 +1132,7 @@ inkscape:label="#rect4370-3-6-2-8-9-7" /> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="426.92853" y="575.56732" id="normbrkgreen" @@ -1166,7 +1166,7 @@ inkscape:label="#rect4336" /> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="634.99792" y="554.21948" id="BSCU2" @@ -1178,7 +1178,7 @@ style="font-size:32px;line-height:1.25">2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="602.89856" y="554.79913" id="BSCU1" @@ -1202,7 +1202,7 @@ id="NWSyellow" y="341.20551" x="397.44525" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan y="341.20551" x="397.44525" @@ -1210,7 +1210,7 @@ sodipodi:role="line" style="font-size:34.50801086px;line-height:1.25">Y</tspan></text> <path - style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 406.87622,675.56692 0.0702,27.55948 9.82741,0.0703 0.0285,6.18467 9.45224,-8.4158 -9.41055,-7.68184 -0.0702,6.04621 -6.94937,-0.0703 -0.49137,-23.62242 z" id="brakearrow" inkscape:connector-curvature="0" @@ -1218,7 +1218,7 @@ inkscape:label="#path4358" /> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="1123.6205" y="555.97632" id="releaseR3-7" diff --git a/Models/Instruments/PFD-WIP/pfd.svg b/Models/Instruments/PFD-WIP/pfd.svg new file mode 100644 index 00000000..23c2797e --- /dev/null +++ b/Models/Instruments/PFD-WIP/pfd.svg @@ -0,0 +1,3137 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="1280.6666" + height="1280.6666" + viewBox="0 0 960.49999 960.49999" + version="1.1" + id="svg2" + inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" + sodipodi:docname="pfd.svg"> + <metadata + id="metadata375"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs373" /> + <sodipodi:namedview + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1" + objecttolerance="20" + gridtolerance="20" + guidetolerance="20" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:window-width="1920" + inkscape:window-height="1030" + id="namedview371" + showgrid="true" + inkscape:zoom="0.5" + inkscape:cx="942.47517" + inkscape:cy="564.38358" + inkscape:window-x="1592" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:current-layer="svg2" + showguides="false" + inkscape:snap-global="false" + units="px" + inkscape:measure-start="555.563,82.3672" + inkscape:measure-end="563.797,82.3672"> + <inkscape:grid + type="xygrid" + id="grid5153" /> + </sodipodi:namedview> + <flowRoot + xml:space="preserve" + id="flowRoot4337" + style="font-style:normal;font-weight:normal;line-height:0.01%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + transform="translate(0,-63.499914)"><flowRegion + id="flowRegion4339"><rect + id="rect4341" + width="118" + height="67" + x="1335" + y="498" /></flowRegion><flowPara + id="flowPara4343" + style="font-size:40px;line-height:1.25"> </flowPara></flowRoot> <image + y="0.4999795" + x="0" + id="image4738" + xlink:href="data:image/png;base64,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 +adO46MKL+OnTT6OUYtTpo1i9eg2bN2/Ojrk9guioCEbhJBePpSLSe0dZWZ58Pllu0mTRxFwux6pV +azj99NGEib+Xd6VtwgRBOHFITZV37qznsccexRjN9ddfn4mOfD4fL0/nAl5+eTFKx/2le/bskeW4 +pasW3numTpmKMQE7duygtrauy99vFNkspzL1INTacNvs26gZUEOhUOCll146ZLFEiQ9jYkR9vOQw +poU6WhvOPfc8uvfoTkNDA4sXLU6Op82WcT/88EPWrV9Hr169GD9+fLv7IwpD+vbrx1WfuYqGhgbe +euutDuU8dt35Z0uOR4fuaukStVY8+tij1NfvpG+fvtyZeD6mE4jDVYSLYBSEdkVjx7cJEybQrXt3 +yvJlHLziWhCEE4E00qa15qc//RlRFPGl278EgLW2RFi+/trrKKXI5/N87nM3ZjdkbWK7mqqqKu6+ ++26iKOS5557Leg53JSZdUnaesrIyAK666jN8+c4vA/Dojx9l165dHRYgxeLjuBjNiz7TOed8AqMN +VX2qePnll0u2xYsXs3jxYoadNgyAM888s/3jb+KuPAAPPDAni0S2rSDv6s/QFQEIpRQNDQ387d/+ +DRBbAo0fP77VCirq/PknglEQOnkR5gKpFROEk+N610mrPUdDQwOPPfZYbHJtHda6rD1bLsgR2YgH +5jyA954vfel2br/9diorKwlMwNixY5kzZw59+vbBO1/Sf7hLBW5S7WwCQ99+fbnjjjv4xje+AcD8 +efN54oknsrzF9ozIDyfCjotjphXeO0aOHFniH1kswkoibUYfNO+0srKSL9/5Zep31rNgwYKsy49S +OssJ/TiLZoB333mX1994HW00f/u3f0tlZWXWfaizyJ1PEDp1MZZWp0k/aUE4OSaK1kY89dRT3Hrr +rQRBQJD09fXeUQgtQS7Hv//HvzNs+HCuuuoz3Hnnndxxxx3xuJF0TbGR5c4776Rhd8MxWdb8t3/7 +Ps3NTRhtSqKCzz37HP/4j/+YeQ167zNbnUOOd8dZdXQ6Njvn6Nu3LwD33XcfS5cuzfxz037PABMn +TuSBBx5gxIgR7T7f5ElxW7+nn34aIClwMln+38fZSi3dD845vvnNb/LsM89SXV3Nbbfdxv3335+1 +NOzUhESGAkHo8HCENgptQGmffKVd3yxBEI5PWlpaMusS52y2dKyUYs+ePSxYsABrXatPYdINJW3J +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 +" + preserveAspectRatio="none" + height="960" + width="960" + style="display:none" /> + <rect + y="475.59" + x="414.54083" + height="11.977584" + width="11.491494" + id="rect4756" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2.73024487;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:2.87749815;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="FD_pitch" + width="5.3994756" + height="247.06732" + x="417.5809" + y="358.03616" + inkscape:label="#rect4743" /> + <rect + inkscape:label="#rect4743" + y="-543.81433" + x="478.87009" + height="247.06732" + width="5.3994756" + id="FD_roll" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:2.87749815;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + transform="rotate(90)" /> + <g + id="AI_Bars" + inkscape:label="#g4914"> + <rect + y="473.84802" + x="412.78784" + height="15.461488" + width="14.997451" + id="rect4741" + style="fill:none;fill-opacity:1;stroke:#bfcc2a;stroke-width:3.54375005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g4844"> + <rect + y="475.02829" + x="204.88916" + height="12.915084" + width="93.804001" + id="rect4756-1" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8.10005665;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.3055582;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4839" + width="12.428999" + height="27.540085" + x="286.12354" + y="486.37204" /> + <path + style="fill:none;fill-opacity:1;stroke:#bfcc2a;stroke-width:3.54375005;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 279.39676,473.84829 20.67975,-1.3e-4 v 15.43882 0 l 1.8e-4,25.65723 h -15.4389 l -0.14628,-25.65723 v 0 l -81.2588,-5e-5 v -15.43891 l 76.16405,2.1e-4 z" + id="rect4760-1" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccc" /> + </g> + <g + transform="matrix(-1,0,0,1,840.25376,0)" + id="g4856"> + <rect + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:8.10005665;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4850" + width="93.804001" + height="12.915084" + x="204.88916" + y="475.02829" /> + <rect + y="486.37204" + x="286.12354" + height="27.540085" + width="12.428999" + id="rect4852" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.3055582;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="cccccccccccc" + inkscape:connector-curvature="0" + id="path4854" + d="m 279.39676,473.84829 20.67975,-1.3e-4 v 15.43882 0 l 1.8e-4,25.65723 h -15.4389 l -0.14628,-25.65723 v 0 l -81.2588,-5e-5 v -15.43891 l 76.16405,2.1e-4 z" + style="fill:none;fill-opacity:1;stroke:#bfcc2a;stroke-width:3.54375005;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + </g> + <rect + style="fill:none;fill-opacity:1;stroke:#ac5aae;stroke-width:3.78287649;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="LOC_pointer" + width="31.136482" + height="31.136482" + x="-481.95682" + y="952.77264" + transform="matrix(0.83704755,-0.54713015,0.83704755,0.54713015,0,0)" + inkscape:label="#rect4872" /> + <g + id="LOC_scale" + inkscape:label="#g4921" + transform="translate(-0.1875)"> + <rect + style="fill:#bfcc2a;fill-opacity:1;stroke:none;stroke-width:3.91476655;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect4858" + width="7.3099508" + height="38.711491" + x="416.67984" + y="765.60675" /> + <circle + r="5.9693551" + cy="785.11322" + cx="327.66907" + id="path4874" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4876" + cx="235.92197" + cy="785.11322" + r="5.9693551" /> + <circle + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4878" + cx="602.73157" + cy="785.11322" + r="5.9693551" /> + <circle + r="5.9693551" + cy="785.11322" + cx="510.98447" + id="circle4880" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="GS_scale" + inkscape:label="#g4952" + transform="translate(0,0.5772051)"> + <rect + transform="rotate(90)" + y="-700.08728" + x="477.56946" + height="50.711491" + width="7.3099508" + id="rect4925" + style="fill:#bfcc2a;fill-opacity:1;stroke:none;stroke-width:4.4806304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + transform="rotate(90)" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4927" + cx="389.55478" + cy="-669.99731" + r="5.9693551" /> + <circle + transform="rotate(90)" + r="5.9693551" + cy="-669.99731" + cx="297.80768" + id="circle4929" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + transform="rotate(90)" + r="5.9693551" + cy="-669.99731" + cx="664.61731" + id="circle4931" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + transform="rotate(90)" + style="fill:none;fill-opacity:1;stroke:#cecdce;stroke-width:2.25;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="circle4933" + cx="572.87018" + cy="-669.99731" + r="5.9693551" /> + </g> + <rect + inkscape:label="#rect4872" + transform="matrix(0.54713015,0.83704755,-0.54713015,0.83704755,0,0)" + y="-341.11633" + x="885.58752" + height="31.136482" + width="31.136482" + id="rect4923" + style="fill:none;fill-opacity:1;stroke:#ac5aae;stroke-width:3.78287649;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#bfcc2a;fill-opacity:1;stroke:none;stroke-width:4.64450645;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="HDG_pointer" + width="7.3099508" + height="54.488811" + x="416.11734" + y="843.31073" + inkscape:label="#rect4954" /> + <g + id="CRS_pointer" + inkscape:label="#g5019" + transform="translate(7.4531252,0.10546875)"> + <rect + y="897.6875" + x="409.21875" + height="46.03125" + width="6.1875" + id="rect5013" + style="fill:#ac5aae;fill-opacity:1;stroke:none;stroke-width:2.79342866;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + transform="rotate(90)" + style="fill:#ac5aae;fill-opacity:1;stroke:none;stroke-width:2.19441199;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5015" + width="6.1875" + height="28.40625" + x="929.98438" + y="-426.51562" /> + </g> + <rect + inkscape:label="#rect4872" + transform="matrix(0.57964871,0.81486647,-0.57964871,0.81486647,0,0)" + y="180.39792" + x="904.59198" + height="13.448212" + width="13.448212" + id="TRK_pointer" + style="fill:none;fill-opacity:1;stroke:#08b837;stroke-width:3.62316132;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734;" + x="832.09399" + y="722.87067" + id="text5026" + transform="scale(0.87676976,1.1405503)"><tspan + sodipodi:role="line" + id="tspan5024" + x="832.09399" + y="722.87067" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;stroke-width:0.65757734;fill-opacity:1;">QNH</tspan></text> + <text + transform="scale(0.87676975,1.1405503)" + id="text5038" + y="722.87067" + x="939.45807" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#238995;fill-opacity:1;stroke:none;stroke-width:0.65757734;" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;stroke-width:0.65757734;fill-opacity:1;" + y="722.87067" + x="939.45807" + id="tspan5036" + sodipodi:role="line">1013</tspan></text> + <path + style="fill:#646364;fill-opacity:1;stroke:none;stroke-width:4.17444229;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 892.41296,167.78909 28.61406,-1.2e-4 29.97375,95.85826 v 435.26625 l -29.97375,95.85826 -28.61406,1.4e-4 z" + id="rect5044" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccccccc" /> + <rect + inkscape:label="#rect4954" + y="-920.80884" + x="477.76379" + height="30.204468" + width="7.3099508" + id="rect5040" + style="fill:#bfcc2a;fill-opacity:1;stroke:none;stroke-width:3.45797205;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + transform="rotate(90)" /> + <rect + transform="rotate(90)" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:3.89981294;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="VS_pointer" + width="6.1829991" + height="45.418312" + x="478.32727" + y="-959.76367" + inkscape:label="#rect4954" /> + <g + id="g5078"> + <rect + y="400.32764" + x="911.8125" + height="3.4620874" + width="9.9375" + id="rect5047" + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.43548703;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.43548703;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5049" + width="9.9375" + height="3.4620874" + x="911.8125" + y="287.02451" /> + <rect + y="319.32944" + x="911.8125" + height="6.4299178" + width="9.9375" + id="rect5051" + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.68189859;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.68189859;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5053" + width="9.9375" + height="6.4299178" + x="911.8125" + y="251.79059" /> + <rect + y="219.53999" + x="911.8125" + height="3.4620874" + width="9.9375" + id="rect5055" + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.43548703;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.68189859;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5053-8" + width="9.9375" + height="6.4299173" + x="912.28125" + y="184.36314" /> + </g> + <g + id="g5092" + transform="matrix(1,0,0,-1,0,962.55536)"> + <rect + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.43548703;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5080" + width="9.9375" + height="3.4620874" + x="911.8125" + y="400.32764" /> + <rect + y="287.02451" + x="911.8125" + height="3.4620874" + width="9.9375" + id="rect5082" + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.43548703;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.68189859;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5084" + width="9.9375" + height="6.4299178" + x="911.8125" + y="319.32944" /> + <rect + y="251.79059" + x="911.8125" + height="6.4299178" + width="9.9375" + id="rect5086" + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.68189859;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:3.43548703;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect5088" + width="9.9375" + height="3.4620874" + x="911.8125" + y="219.53999" /> + <rect + y="184.36314" + x="912.28125" + height="6.4299173" + width="9.9375" + id="rect5090" + style="fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:4.68189859;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <g + id="g5112"> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734;" + x="1019.0017" + y="569.32635" + id="text5096" + transform="scale(0.87676975,1.1405503)"><tspan + sodipodi:role="line" + id="tspan5094" + x="1019.0017" + y="569.32635" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;fill-opacity:1;stroke-width:0.65757734;">1</tspan></text> + <text + transform="scale(0.87676975,1.1405503)" + id="text5100" + y="628.34387" + x="1019.0017" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734;" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;fill-opacity:1;stroke-width:0.65757734;" + y="628.34387" + x="1019.0017" + id="tspan5098" + sodipodi:role="line">2</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734" + x="1019.0017" + y="687.27924" + id="text5104" + transform="scale(0.87676975,1.1405503)"><tspan + sodipodi:role="line" + id="tspan5102" + x="1019.0017" + y="687.27924" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;fill-opacity:1;stroke-width:0.65757734">6</tspan></text> + </g> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734" + x="1019.0017" + y="172.62279" + id="text5130" + transform="scale(0.87676975,1.1405503)"><tspan + sodipodi:role="line" + id="tspan5128" + x="1019.0017" + y="172.62279" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;fill-opacity:1;stroke-width:0.65757734">6</tspan></text> + <text + transform="scale(0.87676975,1.1405503)" + id="text5134" + y="231.6403" + x="1019.0017" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734" + xml:space="preserve"><tspan + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;fill-opacity:1;stroke-width:0.65757734" + y="231.6403" + x="1019.0017" + id="tspan5132" + sodipodi:role="line">2</tspan></text> + <text + xml:space="preserve" + style="font-style:normal;font-weight:normal;font-size:26.30309105px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#cecdce;fill-opacity:1;stroke:none;stroke-width:0.65757734" + x="1019.0017" + y="290.57568" + id="text5138" + transform="scale(0.87676975,1.1405503)"><tspan + sodipodi:role="line" + id="tspan5136" + x="1019.0017" + y="290.57568" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:29.77171135px;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce;fill-opacity:1;stroke-width:0.65757734">1</tspan></text> +</svg> diff --git a/Models/Instruments/Upper-ECAM/Upper-ECAM.nas b/Models/Instruments/Upper-ECAM/Upper-ECAM.nas index 303501e1..ad7b5fc6 100644 --- a/Models/Instruments/Upper-ECAM/Upper-ECAM.nas +++ b/Models/Instruments/Upper-ECAM/Upper-ECAM.nas @@ -93,9 +93,9 @@ var canvas_upperECAM_base = { } if (getprop("/engines/engine[0]/reverser-pos-norm") >= 0.95) { - me["REV1"].setColor(0,1,0); + me["REV1"].setColor(0.0667,0.7294,0.3137); } else { - me["REV1"].setColor(1,0.6,0); + me["REV1"].setColor(0.7333,0.3803,0); } if (getprop("/engines/engine[1]/reverser-pos-norm") >= 0.01 and getprop("/systems/fadec/eng2/n1") == 1 and getprop("/options/eng") == "CFM") { @@ -110,9 +110,9 @@ var canvas_upperECAM_base = { } if (getprop("/engines/engine[1]/reverser-pos-norm") >= 0.95) { - me["REV2"].setColor(0,1,0); + me["REV2"].setColor(0.0667,0.7294,0.3137); } else { - me["REV2"].setColor(1,0.6,0); + me["REV2"].setColor(0.7333,0.3803,0); } # Flap Indicator @@ -138,97 +138,97 @@ var canvas_upperECAM_base = { me["ECAML8"].setText(sprintf("%s", getprop("/ECAM/msg/line8"))); if (getprop("/ECAM/msg/line1c") == "w") { - me["ECAML1"].setColor(1,1,1); + me["ECAML1"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line1c") == "b") { - me["ECAML1"].setColor(0,0.5,0.7); + me["ECAML1"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line1c") == "g") { - me["ECAML1"].setColor(0,1,0); + me["ECAML1"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line1c") == "a") { - me["ECAML1"].setColor(1,0.6,0); + me["ECAML1"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line1c") == "r") { me["ECAML1"].setColor(1,0,0); } if (getprop("/ECAM/msg/line2c") == "w") { - me["ECAML2"].setColor(1,1,1); + me["ECAML2"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line2c") == "b") { - me["ECAML2"].setColor(0,0.5,0.7); + me["ECAML2"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line2c") == "g") { - me["ECAML2"].setColor(0,1,0); + me["ECAML2"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line2c") == "a") { - me["ECAML2"].setColor(1,0.6,0); + me["ECAML2"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line2c") == "r") { me["ECAML2"].setColor(1,0,0); } if (getprop("/ECAM/msg/line3c") == "w") { - me["ECAML3"].setColor(1,1,1); + me["ECAML3"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line3c") == "b") { - me["ECAML3"].setColor(0,0.5,0.7); + me["ECAML3"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line3c") == "g") { - me["ECAML3"].setColor(0,1,0); + me["ECAML3"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line3c") == "a") { - me["ECAML3"].setColor(1,0.6,0); + me["ECAML3"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line3c") == "r") { me["ECAML3"].setColor(1,0,0); } if (getprop("/ECAM/msg/line4c") == "w") { - me["ECAML4"].setColor(1,1,1); + me["ECAML4"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line4c") == "b") { - me["ECAML4"].setColor(0,0.5,0.7); + me["ECAML4"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line4c") == "g") { - me["ECAML4"].setColor(0,1,0); + me["ECAML4"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line4c") == "a") { - me["ECAML4"].setColor(1,0.6,0); + me["ECAML4"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line4c") == "r") { me["ECAML4"].setColor(1,0,0); } if (getprop("/ECAM/msg/line5c") == "w") { - me["ECAML5"].setColor(1,1,1); + me["ECAML5"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line5c") == "b") { - me["ECAML5"].setColor(0,0.5,0.7); + me["ECAML5"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line5c") == "g") { - me["ECAML5"].setColor(0,1,0); + me["ECAML5"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line5c") == "a") { - me["ECAML5"].setColor(1,0.6,0); + me["ECAML5"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line5c") == "r") { me["ECAML5"].setColor(1,0,0); } if (getprop("/ECAM/msg/line6c") == "w") { - me["ECAML6"].setColor(1,1,1); + me["ECAML6"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line6c") == "b") { - me["ECAML6"].setColor(0,0.5,0.7); + me["ECAML6"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line6c") == "g") { - me["ECAML6"].setColor(0,1,0); + me["ECAML6"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line6c") == "a") { - me["ECAML6"].setColor(1,0.6,0); + me["ECAML6"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line6c") == "r") { me["ECAML6"].setColor(1,0,0); } if (getprop("/ECAM/msg/line7c") == "w") { - me["ECAML7"].setColor(1,1,1); + me["ECAML7"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line7c") == "b") { - me["ECAML7"].setColor(0,0.5,0.7); + me["ECAML7"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line7c") == "g") { - me["ECAML7"].setColor(0,1,0); + me["ECAML7"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line7c") == "a") { - me["ECAML7"].setColor(1,0.6,0); + me["ECAML7"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line7c") == "r") { me["ECAML7"].setColor(1,0,0); } if (getprop("/ECAM/msg/line8c") == "w") { - me["ECAML8"].setColor(1,1,1); + me["ECAML8"].setColor(0.8078,0.8039,0.8078); } else if (getprop("/ECAM/msg/line8c") == "b") { - me["ECAML8"].setColor(0,0.5,0.7); + me["ECAML8"].setColor(0.1372,0.5372,0.5843); } else if (getprop("/ECAM/msg/line8c") == "g") { - me["ECAML8"].setColor(0,1,0); + me["ECAML8"].setColor(0.0667,0.7294,0.3137); } else if (getprop("/ECAM/msg/line8c") == "a") { - me["ECAML8"].setColor(1,0.6,0); + me["ECAML8"].setColor(0.7333,0.3803,0); } else if (getprop("/ECAM/msg/line8c") == "r") { me["ECAML8"].setColor(1,0,0); } @@ -285,7 +285,7 @@ var canvas_upperECAM_cfm_eis1 = { me["N12-ylim"].setRotation((getprop("/ECAM/Upper/N1ylim") + 90)*D2R); if (getprop("/systems/fadec/eng1/n1") == 1) { - me["N11-scale"].setColor(1,1,1); + me["N11-scale"].setColor(0.8078,0.8039,0.8078); me["N11-scale2"].setColor(1,0,0); me["N11"].show(); me["N11-decimal"].show(); @@ -295,8 +295,8 @@ var canvas_upperECAM_cfm_eis1 = { me["N11-scalenum"].show(); me["N11-XX"].hide(); } else { - me["N11-scale"].setColor(1,0.6,0); - me["N11-scale2"].setColor(1,0.6,0); + me["N11-scale"].setColor(0.7333,0.3803,0); + me["N11-scale2"].setColor(0.7333,0.3803,0); me["N11"].hide(); me["N11-decimal"].hide(); me["N11-decpnt"].hide(); @@ -313,7 +313,7 @@ var canvas_upperECAM_cfm_eis1 = { } if (getprop("/systems/fadec/eng2/n1") == 1) { - me["N12-scale"].setColor(1,1,1); + me["N12-scale"].setColor(0.8078,0.8039,0.8078); me["N12-scale2"].setColor(1,0,0); me["N12"].show(); me["N12-decimal"].show(); @@ -323,8 +323,8 @@ var canvas_upperECAM_cfm_eis1 = { me["N12-scalenum"].show(); me["N12-XX"].hide(); } else { - me["N12-scale"].setColor(1,0.6,0); - me["N12-scale2"].setColor(1,0.6,0); + me["N12-scale"].setColor(0.7333,0.3803,0); + me["N12-scale2"].setColor(0.7333,0.3803,0); me["N12"].hide(); me["N12-decimal"].hide(); me["N12-decpnt"].hide(); @@ -348,14 +348,14 @@ var canvas_upperECAM_cfm_eis1 = { me["EGT2-needle"].setRotation((getprop("/ECAM/Upper/EGT[1]") + 90)*D2R); if (getprop("/systems/fadec/eng1/egt") == 1) { - me["EGT1-scale"].setColor(1,1,1); + me["EGT1-scale"].setColor(0.8078,0.8039,0.8078); me["EGT1-scale2"].show(); me["EGT1"].show(); me["EGT1-needle"].show(); me["EGT1-scalenum"].show(); me["EGT1-XX"].hide(); } else { - me["EGT1-scale"].setColor(1,0.6,0); + me["EGT1-scale"].setColor(0.7333,0.3803,0); me["EGT1-scale2"].hide(); me["EGT1"].hide(); me["EGT1-needle"].hide(); @@ -364,14 +364,14 @@ var canvas_upperECAM_cfm_eis1 = { } if (getprop("/systems/fadec/eng2/egt") == 1) { - me["EGT2-scale"].setColor(1,1,1); + me["EGT2-scale"].setColor(0.8078,0.8039,0.8078); me["EGT2-scale2"].show(); me["EGT2"].show(); me["EGT2-needle"].show(); me["EGT2-scalenum"].show(); me["EGT2-XX"].hide(); } else { - me["EGT2-scale"].setColor(1,0.6,0); + me["EGT2-scale"].setColor(0.7333,0.3803,0); me["EGT2-scale2"].hide(); me["EGT2"].hide(); me["EGT2-needle"].hide(); @@ -486,7 +486,7 @@ var canvas_upperECAM_cfm_eis2 = { me["N12-ylim"].setRotation((getprop("/ECAM/Upper/N1ylim") + 90)*D2R); if (getprop("/systems/fadec/eng1/n1") == 1) { - me["N11-scale"].setColor(1,1,1); + me["N11-scale"].setColor(0.8078,0.8039,0.8078); me["N11-scale2"].setColor(1,0,0); me["N11"].show(); me["N11-decimal"].show(); @@ -499,8 +499,8 @@ var canvas_upperECAM_cfm_eis2 = { me["N11-XX2"].hide(); me["N11-XX-box"].hide(); } else { - me["N11-scale"].setColor(1,0.6,0); - me["N11-scale2"].setColor(1,0.6,0); + me["N11-scale"].setColor(0.7333,0.3803,0); + me["N11-scale2"].setColor(0.7333,0.3803,0); me["N11"].hide(); me["N11-decimal"].hide(); me["N11-decpnt"].hide(); @@ -520,7 +520,7 @@ var canvas_upperECAM_cfm_eis2 = { } if (getprop("/systems/fadec/eng2/n1") == 1) { - me["N12-scale"].setColor(1,1,1); + me["N12-scale"].setColor(0.8078,0.8039,0.8078); me["N12-scale2"].setColor(1,0,0); me["N12"].show(); me["N12-decimal"].show(); @@ -533,8 +533,8 @@ var canvas_upperECAM_cfm_eis2 = { me["N12-XX2"].hide(); me["N12-XX-box"].hide(); } else { - me["N12-scale"].setColor(1,0.6,0); - me["N12-scale2"].setColor(1,0.6,0); + me["N12-scale"].setColor(0.7333,0.3803,0); + me["N12-scale2"].setColor(0.7333,0.3803,0); me["N12"].hide(); me["N12-decimal"].hide(); me["N12-decpnt"].hide(); @@ -561,7 +561,7 @@ var canvas_upperECAM_cfm_eis2 = { me["EGT2-needle"].setRotation((getprop("/ECAM/Upper/EGT[1]") + 90)*D2R); if (getprop("/systems/fadec/eng1/egt") == 1) { - me["EGT1-scale"].setColor(1,1,1); + me["EGT1-scale"].setColor(0.8078,0.8039,0.8078); me["EGT1-scale2"].setColor(1,0,0); me["EGT1"].show(); me["EGT1-needle"].show(); @@ -569,8 +569,8 @@ var canvas_upperECAM_cfm_eis2 = { me["EGT1-box"].show(); me["EGT1-XX"].hide(); } else { - me["EGT1-scale"].setColor(1,0.6,0); - me["EGT1-scale2"].setColor(1,0.6,0); + me["EGT1-scale"].setColor(0.7333,0.3803,0); + me["EGT1-scale2"].setColor(0.7333,0.3803,0); me["EGT1"].hide(); me["EGT1-needle"].hide(); me["EGT1-scaletick"].hide(); @@ -579,7 +579,7 @@ var canvas_upperECAM_cfm_eis2 = { } if (getprop("/systems/fadec/eng2/egt") == 1) { - me["EGT2-scale"].setColor(1,1,1); + me["EGT2-scale"].setColor(0.8078,0.8039,0.8078); me["EGT2-scale2"].setColor(1,0,0); me["EGT2"].show(); me["EGT2-needle"].show(); @@ -587,8 +587,8 @@ var canvas_upperECAM_cfm_eis2 = { me["EGT2-box"].show(); me["EGT2-XX"].hide(); } else { - me["EGT2-scale"].setColor(1,0.6,0); - me["EGT2-scale2"].setColor(1,0.6,0); + me["EGT2-scale"].setColor(0.7333,0.3803,0); + me["EGT2-scale2"].setColor(0.7333,0.3803,0); me["EGT2"].hide(); me["EGT2-needle"].hide(); me["EGT2-scaletick"].hide(); @@ -699,7 +699,7 @@ var canvas_upperECAM_iae_eis1 = { me["EPR2-ylim"].setRotation((getprop("/ECAM/Upper/EPRylim") + 90)*D2R); if (getprop("/systems/fadec/eng1/epr") == 1) { - me["EPR1-scale"].setColor(1,1,1); + me["EPR1-scale"].setColor(0.8078,0.8039,0.8078); me["EPR1"].show(); me["EPR1-needle"].show(); me["EPR1-ylim"].show(); @@ -708,7 +708,7 @@ var canvas_upperECAM_iae_eis1 = { me["EPR1-XX"].hide(); me["EPR1-XX2"].hide(); } else { - me["EPR1-scale"].setColor(1,0.6,0); + me["EPR1-scale"].setColor(0.7333,0.3803,0); me["EPR1"].hide(); me["EPR1-needle"].hide(); me["EPR1-ylim"].hide(); @@ -725,7 +725,7 @@ var canvas_upperECAM_iae_eis1 = { } if (getprop("/systems/fadec/eng2/epr") == 1) { - me["EPR2-scale"].setColor(1,1,1); + me["EPR2-scale"].setColor(0.8078,0.8039,0.8078); me["EPR2"].show(); me["EPR2-needle"].show(); me["EPR2-ylim"].show(); @@ -734,7 +734,7 @@ var canvas_upperECAM_iae_eis1 = { me["EPR2-XX"].hide(); me["EPR2-XX2"].hide(); } else { - me["EPR2-scale"].setColor(1,0.6,0); + me["EPR2-scale"].setColor(0.7333,0.3803,0); me["EPR2"].hide(); me["EPR2-needle"].hide(); me["EPR2-ylim"].hide(); @@ -758,14 +758,14 @@ var canvas_upperECAM_iae_eis1 = { me["EGT2-needle"].setRotation((getprop("/ECAM/Upper/EGT[1]") + 90)*D2R); if (getprop("/systems/fadec/eng1/egt") == 1) { - me["EGT1-scale"].setColor(1,1,1); + me["EGT1-scale"].setColor(0.8078,0.8039,0.8078); me["EGT1-scale2"].show(); me["EGT1"].show(); me["EGT1-needle"].show(); me["EGT1-scalenum"].show(); me["EGT1-XX"].hide(); } else { - me["EGT1-scale"].setColor(1,0.6,0); + me["EGT1-scale"].setColor(0.7333,0.3803,0); me["EGT1-scale2"].hide(); me["EGT1"].hide(); me["EGT1-needle"].hide(); @@ -774,14 +774,14 @@ var canvas_upperECAM_iae_eis1 = { } if (getprop("/systems/fadec/eng2/egt") == 1) { - me["EGT2-scale"].setColor(1,1,1); + me["EGT2-scale"].setColor(0.8078,0.8039,0.8078); me["EGT2-scale2"].show(); me["EGT2"].show(); me["EGT2-needle"].show(); me["EGT2-scalenum"].show(); me["EGT2-XX"].hide(); } else { - me["EGT2-scale"].setColor(1,0.6,0); + me["EGT2-scale"].setColor(0.7333,0.3803,0); me["EGT2-scale2"].hide(); me["EGT2"].hide(); me["EGT2-needle"].hide(); @@ -805,7 +805,7 @@ var canvas_upperECAM_iae_eis1 = { me["N12-ylim"].setRotation((getprop("/ECAM/Upper/N1ylim") + 90)*D2R); if (getprop("/systems/fadec/eng1/n1") == 1) { - me["N11-scale"].setColor(1,1,1); + me["N11-scale"].setColor(0.8078,0.8039,0.8078); me["N11-scale2"].setColor(1,0,0); me["N11"].show(); me["N11-decimal"].show(); @@ -814,8 +814,8 @@ var canvas_upperECAM_iae_eis1 = { me["N11-scalenum"].show(); me["N11-XX"].hide(); } else { - me["N11-scale"].setColor(1,0.6,0); - me["N11-scale2"].setColor(1,0.6,0); + me["N11-scale"].setColor(0.7333,0.3803,0); + me["N11-scale2"].setColor(0.7333,0.3803,0); me["N11"].hide(); me["N11-decimal"].hide(); me["N11-decpnt"].hide(); @@ -825,7 +825,7 @@ var canvas_upperECAM_iae_eis1 = { } if (getprop("/systems/fadec/eng2/n1") == 1) { - me["N12-scale"].setColor(1,1,1); + me["N12-scale"].setColor(0.8078,0.8039,0.8078); me["N12-scale2"].setColor(1,0,0); me["N12"].show(); me["N12-decimal"].show(); @@ -834,8 +834,8 @@ var canvas_upperECAM_iae_eis1 = { me["N12-scalenum"].show(); me["N12-XX"].hide(); } else { - me["N12-scale"].setColor(1,0.6,0); - me["N12-scale2"].setColor(1,0.6,0); + me["N12-scale"].setColor(0.7333,0.3803,0); + me["N12-scale2"].setColor(0.7333,0.3803,0); me["N12"].hide(); me["N12-decimal"].hide(); me["N12-decpnt"].hide(); @@ -956,7 +956,7 @@ var canvas_upperECAM_iae_eis2 = { me["EPR2-ylim"].setRotation((getprop("/ECAM/Upper/EPRylim") + 90)*D2R); if (getprop("/systems/fadec/eng1/epr") == 1) { - me["EPR1-scale"].setColor(1,1,1); + me["EPR1-scale"].setColor(0.8078,0.8039,0.8078); me["EPR1"].show(); me["EPR1-needle"].show(); me["EPR1-ylim"].show(); @@ -965,7 +965,7 @@ var canvas_upperECAM_iae_eis2 = { me["EPR1-XX"].hide(); me["EPR1-XX2"].hide(); } else { - me["EPR1-scale"].setColor(1,0.6,0); + me["EPR1-scale"].setColor(0.7333,0.3803,0); me["EPR1"].hide(); me["EPR1-needle"].hide(); me["EPR1-ylim"].hide(); @@ -982,7 +982,7 @@ var canvas_upperECAM_iae_eis2 = { } if (getprop("/systems/fadec/eng2/epr") == 1) { - me["EPR2-scale"].setColor(1,1,1); + me["EPR2-scale"].setColor(0.8078,0.8039,0.8078); me["EPR2"].show(); me["EPR2-needle"].show(); me["EPR2-ylim"].show(); @@ -991,7 +991,7 @@ var canvas_upperECAM_iae_eis2 = { me["EPR2-XX"].hide(); me["EPR2-XX2"].hide(); } else { - me["EPR2-scale"].setColor(1,0.6,0); + me["EPR2-scale"].setColor(0.7333,0.3803,0); me["EPR2"].hide(); me["EPR2-needle"].hide(); me["EPR2-ylim"].hide(); @@ -1015,7 +1015,7 @@ var canvas_upperECAM_iae_eis2 = { me["EGT2-needle"].setRotation((getprop("/ECAM/Upper/EGT[1]") + 90)*D2R); if (getprop("/systems/fadec/eng1/egt") == 1) { - me["EGT1-scale"].setColor(1,1,1); + me["EGT1-scale"].setColor(0.8078,0.8039,0.8078); me["EGT1-scale2"].setColor(1,0,0); me["EGT1"].show(); me["EGT1-needle"].show(); @@ -1023,8 +1023,8 @@ var canvas_upperECAM_iae_eis2 = { me["EGT1-box"].show(); me["EGT1-XX"].hide(); } else { - me["EGT1-scale"].setColor(1,0.6,0); - me["EGT1-scale2"].setColor(1,0.6,0); + me["EGT1-scale"].setColor(0.7333,0.3803,0); + me["EGT1-scale2"].setColor(0.7333,0.3803,0); me["EGT1"].hide(); me["EGT1-needle"].hide(); me["EGT1-scaletick"].hide(); @@ -1033,7 +1033,7 @@ var canvas_upperECAM_iae_eis2 = { } if (getprop("/systems/fadec/eng2/egt") == 1) { - me["EGT2-scale"].setColor(1,1,1); + me["EGT2-scale"].setColor(0.8078,0.8039,0.8078); me["EGT2-scale2"].setColor(1,0,0); me["EGT2"].show(); me["EGT2-needle"].show(); @@ -1041,8 +1041,8 @@ var canvas_upperECAM_iae_eis2 = { me["EGT2-box"].show(); me["EGT2-XX"].hide(); } else { - me["EGT2-scale"].setColor(1,0.6,0); - me["EGT2-scale2"].setColor(1,0.6,0); + me["EGT2-scale"].setColor(0.7333,0.3803,0); + me["EGT2-scale2"].setColor(0.7333,0.3803,0); me["EGT2"].hide(); me["EGT2-needle"].hide(); me["EGT2-scaletick"].hide(); @@ -1066,7 +1066,7 @@ var canvas_upperECAM_iae_eis2 = { me["N12-ylim"].setRotation((getprop("/ECAM/Upper/N1ylim") + 90)*D2R); if (getprop("/systems/fadec/eng1/n1") == 1) { - me["N11-scale"].setColor(1,1,1); + me["N11-scale"].setColor(0.8078,0.8039,0.8078); me["N11-scale2"].setColor(1,0,0); me["N11"].show(); me["N11-decimal"].show(); @@ -1075,8 +1075,8 @@ var canvas_upperECAM_iae_eis2 = { me["N11-scalenum"].show(); me["N11-XX"].hide(); } else { - me["N11-scale"].setColor(1,0.6,0); - me["N11-scale2"].setColor(1,0.6,0); + me["N11-scale"].setColor(0.7333,0.3803,0); + me["N11-scale2"].setColor(0.7333,0.3803,0); me["N11"].hide(); me["N11-decimal"].hide(); me["N11-decpnt"].hide(); @@ -1086,7 +1086,7 @@ var canvas_upperECAM_iae_eis2 = { } if (getprop("/systems/fadec/eng2/n1") == 1) { - me["N12-scale"].setColor(1,1,1); + me["N12-scale"].setColor(0.8078,0.8039,0.8078); me["N12-scale2"].setColor(1,0,0); me["N12"].show(); me["N12-decimal"].show(); @@ -1095,8 +1095,8 @@ var canvas_upperECAM_iae_eis2 = { me["N12-scalenum"].show(); me["N12-XX"].hide(); } else { - me["N12-scale"].setColor(1,0.6,0); - me["N12-scale2"].setColor(1,0.6,0); + me["N12-scale"].setColor(0.7333,0.3803,0); + me["N12-scale2"].setColor(0.7333,0.3803,0); me["N12"].hide(); me["N12-decimal"].hide(); me["N12-decpnt"].hide(); diff --git a/Models/Instruments/Upper-ECAM/res/cfm-eis1.svg b/Models/Instruments/Upper-ECAM/res/cfm-eis1.svg index 8049f3f3..23f38e03 100644 --- a/Models/Instruments/Upper-ECAM/res/cfm-eis1.svg +++ b/Models/Instruments/Upper-ECAM/res/cfm-eis1.svg @@ -55,7 +55,7 @@ id="grid5153" /> </sodipodi:namedview> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 55.477278,188.05444 C 35.700389,155.67099 36.446831,114.7691 57.392122,83.128816 78.337413,51.488532 115.69837,34.824787 153.23419,40.381306 c 37.53582,5.556519 68.46671,32.329678 79.34701,68.681184" id="N11-scale" inkscape:connector-curvature="0" @@ -67,7 +67,7 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cc" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 51.010236,379.89007 C 33.310952,343.53174 39.820943,300.02911 67.388279,270.44475 94.955615,240.86039 137.89107,231.29978 175.40669,246.39187" id="EGT1-scale" inkscape:connector-curvature="0" @@ -106,7 +106,7 @@ x="305.46564" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="326.31003" x="305.46564" id="tspan4285" @@ -115,9 +115,9 @@ id="text4283-3" y="356.69116" x="305.56564" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="356.69116" x="305.56564" id="tspan4285-6" @@ -132,10 +132,10 @@ id="tspan4307" x="305.75027" y="141.67937" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">N1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">N1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="306.15027" y="170.52202" id="text4309"><tspan @@ -143,14 +143,14 @@ id="tspan4311" x="306.15027" y="170.52202" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">%</tspan></text> <text id="text4349" y="485.44464" x="304.95544" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="485.44464" x="304.95544" id="tspan4351" @@ -161,7 +161,7 @@ x="305.09006" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="456.67032" x="305.09006" id="tspan4375" @@ -172,7 +172,7 @@ x="304.29898" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="577.77429" x="304.29898" id="tspan4379" @@ -181,9 +181,9 @@ id="text4381" y="608.93726" x="305.44913" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="608.93726" x="305.44913" id="tspan4383" @@ -198,14 +198,14 @@ id="tspan4367-9" x="703.52643" y="320.76639" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">FOB :</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">FOB :</tspan></text> <text id="text4433" y="323.98938" x="975.9906" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="323.98938" x="975.9906" id="tspan4435" @@ -293,14 +293,14 @@ id="tspan4220" x="83.063919" y="90.766151" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">5</tspan></text> <text id="text4222" y="120.24444" x="208.64145" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="120.24444" x="208.64145" id="tspan4224" @@ -311,7 +311,7 @@ x="83.063919" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="90.766151" x="83.063919" id="tspan4411" @@ -324,7 +324,7 @@ x="177.18767" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="376.83871" x="177.18767" id="tspan4230" @@ -340,7 +340,7 @@ id="tspan4240" x="169.68846" y="182.411" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -352,9 +352,9 @@ id="tspan4231" x="90.467026" y="610.54803" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00">00000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50">00000</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N11-decpnt" width="4" height="4" @@ -368,7 +368,7 @@ x="192.46843" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="182.411" x="192.46843" id="tspan4237" @@ -380,7 +380,7 @@ x="100.51076" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="489.24783" x="100.51076" id="tspan4255" @@ -392,7 +392,7 @@ height="4" width="4" id="N21-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -404,10 +404,10 @@ id="tspan4261" x="123.29073" y="489.24783" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="123.17067" y="182.45149" id="N11-XX" @@ -416,15 +416,15 @@ id="tspan4274" x="123.17067" y="182.45149" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="EGT1-XX" y="376.91327" x="114.84671" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="376.91327" x="114.84671" id="tspan4290" @@ -434,9 +434,9 @@ id="N21-XX" y="489.40976" x="64.987556" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="489.40976" x="64.987556" id="tspan4304" @@ -448,7 +448,7 @@ x="923.659" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="322.98563" x="923.659" id="tspan4312" @@ -464,7 +464,7 @@ id="tspan4316" x="9.0915213" y="704.65344" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 1</tspan></text> <text id="ECAML2" y="748.66418" @@ -472,7 +472,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="748.66418" x="9.0740709" id="tspan4324" @@ -488,7 +488,7 @@ id="tspan4328" x="9.0740709" y="792.67566" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 3</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 3</tspan></text> <text id="ECAML4" y="836.65692" @@ -496,7 +496,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="836.65692" x="9.0740709" id="tspan4332" @@ -512,7 +512,7 @@ id="tspan4336" x="9.0740709" y="880.65381" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 5</tspan></text> <text id="ECAML6" y="924.64008" @@ -520,7 +520,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="924.64008" x="9.0740709" id="tspan4340" @@ -536,7 +536,7 @@ id="tspan4344" x="9.0740709" y="968.64471" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 7</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 7</tspan></text> <text id="ECAML8" y="1012.6457" @@ -544,13 +544,13 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="1012.6457" x="9.0740709" id="tspan4348" sodipodi:role="line">LINE 8</tspan></text> <path - style="fill:#000000;stroke:#ffffff;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#cecdce;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:transform-center-x="106.66224" d="m 37.642551,137.15163 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" id="N11-thr" @@ -570,7 +570,7 @@ id="tspan4421" x="195.70483" y="302.27216" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">10</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">10</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -581,10 +581,10 @@ id="tspan4425" x="95.58316" y="284.95612" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">5</tspan></text> </g> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="N11-needle" width="112.62037" height="6.2054634" @@ -597,10 +597,10 @@ id="N1Lim-mode" y="186.51297" x="691.18549" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4298"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="186.51297" x="691.18549" id="tspan4300" @@ -610,9 +610,9 @@ id="N1Lim-XX" y="186.3613" x="664.05872" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="186.3613" x="664.05872" id="tspan4317" @@ -628,9 +628,9 @@ id="tspan4380" x="818.45935" y="186.35477" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N1Lim-decpnt" width="4" height="4" @@ -644,14 +644,14 @@ x="841.23932" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="186.35477" x="841.23932" id="tspan4386" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="784.52551" y="186.5574" id="N1Lim-XX2" @@ -660,7 +660,7 @@ id="tspan4321" x="784.52551" y="186.5574" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FlapTxt" @@ -668,7 +668,7 @@ x="803.04175" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="526.78088" x="803.04175" id="tspan4331" @@ -684,9 +684,9 @@ id="tspan4372" x="528.35492" y="489.24771" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N22-decpnt" width="4" height="4" @@ -700,14 +700,14 @@ x="551.13489" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="489.24771" x="551.13489" id="tspan4378" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="493.73682" y="489.40958" id="N22-XX" @@ -716,7 +716,7 @@ id="tspan4382" x="493.73682" y="489.40958" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <rect style="color:#000000;clip-rule:nonzero;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#4d4d4d;stroke-width:3.59030128;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="REV1-box" @@ -727,7 +727,7 @@ inkscape:label="#rect4362" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" x="144.36519" y="135.8822" id="REV1" @@ -736,7 +736,7 @@ id="tspan4366" x="144.36519" y="135.8822" - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;">REV</tspan></text> + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;">REV</tspan></text> <text inkscape:label="#text4219" id="FF2" @@ -744,14 +744,14 @@ x="519.22003" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="610.54803" x="519.22003" id="tspan4402" sodipodi:role="line">00000</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="64.987556" y="610.72357" id="FF1-XX" @@ -760,15 +760,15 @@ id="tspan4410" x="64.987556" y="610.72357" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FF2-XX" y="610.72339" x="493.73682" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="610.72339" x="493.73682" id="tspan4414" @@ -839,10 +839,10 @@ id="N1Lim-percent" y="186.13306" x="857.08185" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4393"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="186.13306" x="857.08185" id="tspan4395" @@ -856,9 +856,9 @@ height="6.2054634" width="112.62037" id="EGT1-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 402.41264,188.05444 c -19.77689,-32.38345 -19.03044,-73.28534 1.91485,-104.925624 20.94529,-31.640284 58.30625,-48.304031 95.84207,-42.74751 37.53582,5.556521 68.4667,32.32968 79.347,68.681184" id="N12-scale" inkscape:connector-curvature="0" @@ -870,7 +870,7 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cc" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 397.9456,379.89007 c -17.69928,-36.35833 -11.1893,-79.86096 16.37804,-109.44532 27.56734,-29.58436 70.5028,-39.14497 108.01841,-24.05288" id="EGT2-scale" inkscape:connector-curvature="0" @@ -950,7 +950,7 @@ x="83.063919" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="90.766151" x="83.063919" id="tspan4567" @@ -965,7 +965,7 @@ id="tspan4571" x="208.64145" y="120.24444" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">10</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">10</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -976,7 +976,7 @@ id="tspan4575" x="83.063919" y="90.766151" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">5</tspan></text> </g> <text xml:space="preserve" @@ -989,7 +989,7 @@ id="tspan4579" x="524.12305" y="376.83871" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">000</tspan></text> <text inkscape:label="#text4219" id="N12" @@ -997,7 +997,7 @@ x="516.62384" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="182.411" x="516.62384" id="tspan4583" @@ -1009,7 +1009,7 @@ height="4" width="4" id="N12-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -1021,22 +1021,22 @@ id="tspan4589" x="539.40381" y="182.411" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text inkscape:label="#text4219" id="N12-XX" y="182.45149" x="470.10605" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="182.45149" x="470.10605" id="tspan4593" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="461.78207" y="376.91327" id="EGT2-XX" @@ -1045,7 +1045,7 @@ id="tspan4597" x="461.78207" y="376.91327" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <path inkscape:label="#N12-thr" sodipodi:nodetypes="sssss" @@ -1053,7 +1053,7 @@ id="N12-thr" d="m 384.57791,137.15163 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" inkscape:transform-center-x="106.66224" - style="fill:#000000;stroke:#ffffff;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#000000;stroke:#cecdce;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <g inkscape:label="#g4433" id="EGT2-scalenum" @@ -1064,7 +1064,7 @@ x="195.70483" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="302.27216" x="195.70483" id="tspan4609" @@ -1075,7 +1075,7 @@ x="95.58316" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="284.95612" x="95.58316" id="tspan4613" @@ -1090,7 +1090,7 @@ height="6.2054634" width="112.62037" id="N12-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect inkscape:label="#rect4362" y="98.532066" @@ -1104,15 +1104,15 @@ id="REV2" y="135.8822" x="491.30057" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" xml:space="preserve"><tspan - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;" + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;" y="135.8822" x="491.30057" id="tspan4621" sodipodi:role="line">REV</tspan></text> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="EGT2-needle" width="112.62037" height="6.2054634" @@ -1139,7 +1139,7 @@ id="tspan4675" x="799.99591" y="402.9588" - style="font-size:40px;line-height:1.25;fill:#ffffff">FLAP</tspan></text> + style="font-size:40px;line-height:1.25;fill:#cecdce">FLAP</tspan></text> <g id="FlapDots" inkscape:label="#g4363"> @@ -1148,50 +1148,50 @@ inkscape:connector-curvature="0" id="path4638" d="m 707.1421,468.99188 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4640" d="m 678.08021,509.03864 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4642" d="m 671.10517,567.01367 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4644" d="m 906.12098,469.08292 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4646" d="m 963.11378,509.03445 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4648" d="m 991.11378,567.03448 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4650" d="m 1003.0341,625.11523 c 0,3.43663 -2.786,6.22255 -6.22258,6.22254 -3.43662,-10e-6 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78592,-6.22253 6.22254,-6.22254 3.43658,-10e-6 6.22258,2.78591 6.22258,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text id="text4652" y="406.67252" x="674.58331" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan - style="font-size:32px;line-height:1.25;fill:#ffffff" + style="font-size:32px;line-height:1.25;fill:#cecdce" y="406.67252" x="674.58331" id="tspan4654" @@ -1206,6 +1206,6 @@ id="tspan4658" x="965.08331" y="406.67252" - style="font-size:32px;line-height:1.25;fill:#ffffff">F</tspan></text> + style="font-size:32px;line-height:1.25;fill:#cecdce">F</tspan></text> </g> </svg> diff --git a/Models/Instruments/Upper-ECAM/res/cfm-eis2.svg b/Models/Instruments/Upper-ECAM/res/cfm-eis2.svg index 14797673..498482c1 100644 --- a/Models/Instruments/Upper-ECAM/res/cfm-eis2.svg +++ b/Models/Instruments/Upper-ECAM/res/cfm-eis2.svg @@ -82,7 +82,7 @@ x="507.66565" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="306.51004" x="507.66565" id="tspan4285" @@ -91,9 +91,9 @@ id="text4283-3" y="336.89117" x="507.76566" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="336.89117" x="507.76566" id="tspan4285-6" @@ -108,10 +108,10 @@ id="tspan4307" x="507.36566" y="127.34017" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">N1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">N1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="507.76566" y="156.18283" id="text4309"><tspan @@ -119,14 +119,14 @@ id="tspan4311" x="507.76566" y="156.18283" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">%</tspan></text> <text id="text4349" y="445.43704" x="506.90515" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="445.43704" x="506.90515" id="tspan4351" @@ -137,7 +137,7 @@ x="507.03976" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="416.66272" x="507.03976" id="tspan4375" @@ -148,7 +148,7 @@ x="506.24869" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="510.75452" x="506.24869" id="tspan4379" @@ -157,9 +157,9 @@ id="text4381" y="541.91748" x="507.39883" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="541.91748" x="507.39883" id="tspan4383" @@ -174,14 +174,14 @@ id="tspan4367-9" x="65.774498" y="638.27362" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">FOB :</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">FOB :</tspan></text> <text id="text4433" y="642.91083" x="338.23868" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="642.91083" x="338.23868" id="tspan4435" @@ -192,7 +192,7 @@ d="m 732.47029,576.20711 11.40472,16.81213 m -36.44247,-17.34853 -10.57972,15.51213 m 11.10472,-15.46213 24.47028,0.46213 m -35.57028,14.98787 47.05815,1.94289" inkscape:connector-curvature="0" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.00008869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.00008869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 228.94655,203.921 c -27.58449,-23.78866 -39.66344,-60.93479 -31.34575,-96.39685 8.31769,-35.462061 35.65382,-63.36414 70.93921,-72.407891 35.28539,-9.043751 72.67339,2.269335 97.02454,29.35827" id="N11-scale" inkscape:connector-curvature="0" @@ -249,7 +249,7 @@ y="177.45177" style="font-size:32px;line-height:1.25"> </tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 195.06649,340.01681 c -1.3711,-44.05224 26.89224,-83.57916 69.02091,-96.52732 42.12867,-12.94816 87.71316,3.88178 111.32032,41.09981" id="EGT1-scale" inkscape:connector-curvature="0" @@ -287,9 +287,9 @@ height="6.1955738" width="72.096344" id="EGT1-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="EGT1-scaletick" width="3.25" height="9.2249813" @@ -315,14 +315,14 @@ id="tspan4220" x="225.76517" y="97.688683" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">5</tspan></text> <text id="text4222" y="84.252693" x="339.73904" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="84.252693" x="339.73904" id="tspan4224" @@ -335,7 +335,7 @@ x="330.91147" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="345.46033" x="330.91147" id="tspan4230" @@ -351,7 +351,7 @@ id="tspan4240" x="362.80939" y="185.8051" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -363,9 +363,9 @@ id="tspan4231" x="292.41672" y="543.52826" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00">00000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50">00000</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N11-decpnt" width="4" height="4" @@ -379,7 +379,7 @@ x="385.58936" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="185.8051" x="385.58936" id="tspan4237" @@ -391,7 +391,7 @@ x="302.46045" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="449.24023" x="302.46045" id="tspan4255" @@ -403,7 +403,7 @@ height="4" width="4" id="N21-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -415,10 +415,10 @@ id="tspan4261" x="325.24042" y="449.24023" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="316.2916" y="185.8456" id="N11-XX2" @@ -427,22 +427,22 @@ id="tspan4274" x="316.2916" y="185.8456" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="EGT1-XX" y="345.53488" x="268.57053" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="345.53488" x="268.57053" id="tspan4290" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="316.29144" y="135.84538" id="N11-XX" @@ -451,15 +451,15 @@ id="tspan4294" x="316.29144" y="135.84538" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="N21-XX" y="449.40216" x="266.93726" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="449.40216" x="266.93726" id="tspan4304" @@ -471,7 +471,7 @@ x="285.90707" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="640.49286" x="285.90707" id="tspan4312" @@ -487,7 +487,7 @@ id="tspan4316" x="9.0915213" y="704.65344" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 1</tspan></text> <text id="ECAML2" y="748.66418" @@ -495,7 +495,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="748.66418" x="9.0740709" id="tspan4324" @@ -511,7 +511,7 @@ id="tspan4328" x="9.0740709" y="792.67566" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 3</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 3</tspan></text> <text id="ECAML4" y="836.65692" @@ -519,7 +519,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="836.65692" x="9.0740709" id="tspan4332" @@ -535,7 +535,7 @@ id="tspan4336" x="9.0740709" y="880.65381" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 5</tspan></text> <text id="ECAML6" y="924.64008" @@ -543,7 +543,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="924.64008" x="9.0740709" id="tspan4340" @@ -559,7 +559,7 @@ id="tspan4344" x="9.0740709" y="968.64471" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 7</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 7</tspan></text> <text id="ECAML8" y="1012.6457" @@ -567,13 +567,13 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="1012.6457" x="9.0740709" id="tspan4348" sodipodi:role="line">LINE 8</tspan></text> <path - style="fill:#000000;stroke:#00a0d2;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#238995;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:transform-center-x="106.64661" d="m 191.56347,129.883 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" id="N11-thr" @@ -581,7 +581,7 @@ sodipodi:nodetypes="sssss" inkscape:label="#N11-thr" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="N11-needle" width="112.62037" height="6.2054634" @@ -594,10 +594,10 @@ id="N1Lim-mode" y="68.284714" x="921.73419" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4298"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="68.284714" x="921.73419" id="tspan4300" @@ -607,9 +607,9 @@ id="N1Lim-XX" y="68.133041" x="894.60742" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="68.133041" x="894.60742" id="tspan4317" @@ -625,9 +625,9 @@ id="tspan4380" x="935.30524" y="106.25559" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N1Lim-decpnt" width="4" height="4" @@ -641,14 +641,14 @@ x="958.08521" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="106.25559" x="958.08521" id="tspan4386" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="901.3714" y="106.45824" id="N1Lim-XX2" @@ -657,7 +657,7 @@ id="tspan4321" x="901.3714" y="106.45824" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FlapTxt" @@ -665,7 +665,7 @@ x="719.89374" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="639.28284" x="719.89374" id="tspan4331" @@ -678,9 +678,9 @@ inkscape:connector-curvature="0" id="rect4346" d="m 636.15001,592.25001 9.50347,-2.225 -1.075,3.72508 -9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 590.60001,603.65001 9.50347,-2.225 -1.075,3.72508 -9.90347,2.525 z" id="path4349" inkscape:connector-curvature="0" @@ -690,9 +690,9 @@ inkscape:connector-curvature="0" id="path4351" d="m 545.30001,615.15001 9.50347,-2.225 -1.075,3.72508 -9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 805.79711,589.13181 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" id="path4353" inkscape:connector-curvature="0" @@ -702,9 +702,9 @@ inkscape:connector-curvature="0" id="path4355" d="m 851.34655,600.69907 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 897.16707,612.50775 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" id="path4357" inkscape:connector-curvature="0" @@ -714,7 +714,7 @@ inkscape:connector-curvature="0" id="path4359" d="m 942.90745,624.35524 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -725,14 +725,14 @@ id="tspan4654" x="594.46814" y="583.73206" - style="font-size:32px;line-height:1.25;fill:#ffffff">S</tspan></text> + style="font-size:32px;line-height:1.25;fill:#cecdce">S</tspan></text> <text id="text4656" y="583.73206" x="846.06812" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan - style="font-size:32px;line-height:1.25;fill:#ffffff" + style="font-size:32px;line-height:1.25;fill:#cecdce" y="583.73206" x="846.06812" id="tspan4658" @@ -749,9 +749,9 @@ id="tspan4372" x="730.30463" y="449.24011" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N22-decpnt" width="4" height="4" @@ -765,14 +765,14 @@ x="753.08459" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="449.24011" x="753.08459" id="tspan4378" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="695.68652" y="449.40198" id="N22-XX" @@ -781,13 +781,13 @@ id="tspan4382" x="695.68652" y="449.40198" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <path sodipodi:nodetypes="czc" inkscape:connector-curvature="0" id="EGT2-scale" d="m 623.46649,340.01681 c -1.3711,-44.05224 26.89224,-83.57916 69.02091,-96.52732 42.12867,-12.94816 87.71316,3.88178 111.32032,41.09981" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4429" /> <g inkscape:label="#g4201" @@ -815,7 +815,7 @@ inkscape:connector-curvature="0" /> </g> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="EGT2-needle" width="72.096344" height="6.1955738" @@ -831,7 +831,7 @@ height="9.2249813" width="3.25" id="EGT2-scaletick" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" @@ -850,10 +850,10 @@ id="tspan4464" x="759.30835" y="345.46033" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">000</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="696.96863" y="345.53488" id="EGT2-XX" @@ -862,7 +862,7 @@ id="tspan4486" x="696.96863" y="345.53488" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <g transform="translate(-2.759798,-50.2)" inkscape:label="#g4193" @@ -898,7 +898,7 @@ inkscape:label="#rect4362" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" x="301.88611" y="139.01358" id="REV1" @@ -907,7 +907,7 @@ id="tspan4366" x="301.88611" y="139.01358" - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;">REV</tspan></text> + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;">REV</tspan></text> <text inkscape:label="#text4219" id="FF2" @@ -915,14 +915,14 @@ x="721.16974" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="543.52826" x="721.16974" id="tspan4402" sodipodi:role="line">00000</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="266.93726" y="543.7038" id="FF1-XX" @@ -931,21 +931,21 @@ id="tspan4410" x="266.93726" y="543.7038" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FF2-XX" y="543.70361" x="695.68652" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="543.70361" x="695.68652" id="tspan4414" sodipodi:role="line">XX</tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.00008869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.00008869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 657.33403,203.921 c -27.58449,-23.78866 -39.66344,-60.93479 -31.34575,-96.39685 8.31769,-35.462061 35.65382,-63.36414 70.93921,-72.407891 35.28539,-9.043751 72.67339,2.269335 97.02454,29.35827" id="N12-scale" inkscape:connector-curvature="0" @@ -999,7 +999,7 @@ x="654.15259" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="97.688683" x="654.15259" id="tspan4498" @@ -1014,7 +1014,7 @@ id="tspan4502" x="768.12653" y="84.252693" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">10</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">10</tspan></text> </g> <text inkscape:label="#text4219" @@ -1023,7 +1023,7 @@ x="791.1969" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="185.8051" x="791.1969" id="tspan4506" @@ -1035,7 +1035,7 @@ height="4" width="4" id="N12-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -1047,15 +1047,15 @@ id="tspan4512" x="813.97687" y="185.8051" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text inkscape:label="#text4219" id="N12-XX" y="185.8456" x="744.67908" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="185.8456" x="744.67908" id="tspan4516" @@ -1065,9 +1065,9 @@ id="N12-XX2" y="135.84538" x="744.67896" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="135.84538" x="744.67896" id="tspan4520" @@ -1079,7 +1079,7 @@ id="N12-thr" d="m 619.95097,129.883 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" inkscape:transform-center-x="106.64661" - style="fill:#000000;stroke:#00a0d2;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#000000;stroke:#238995;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect inkscape:transform-center-y="0.0034370262" inkscape:transform-center-x="53.297749" @@ -1089,7 +1089,7 @@ height="6.2054634" width="112.62037" id="N12-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <g id="N12-XX-box" inkscape:label="#g4193" @@ -1128,9 +1128,9 @@ id="REV2" y="139.01358" x="730.28613" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" xml:space="preserve"><tspan - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;" + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;" y="139.01358" x="730.28613" id="tspan4416" @@ -1174,10 +1174,10 @@ id="N1Lim-percent" y="106.11967" x="974.1026" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4318"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="106.11967" x="974.1026" id="tspan4320" diff --git a/Models/Instruments/Upper-ECAM/res/iae-eis1.svg b/Models/Instruments/Upper-ECAM/res/iae-eis1.svg index 35080b58..13a86a51 100644 --- a/Models/Instruments/Upper-ECAM/res/iae-eis1.svg +++ b/Models/Instruments/Upper-ECAM/res/iae-eis1.svg @@ -55,7 +55,7 @@ id="grid5153" /> </sodipodi:namedview> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 51.010236,353.48032 C 33.310952,317.12199 39.820943,273.61936 67.388279,244.035 94.955615,214.45064 137.89107,204.89003 175.40669,219.98212" id="EGT1-scale" inkscape:connector-curvature="0" @@ -94,7 +94,7 @@ x="305.46564" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="299.91006" x="305.46564" id="tspan4285" @@ -103,9 +103,9 @@ id="text4283-3" y="330.2912" x="305.56564" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="330.2912" x="305.56564" id="tspan4285-6" @@ -120,10 +120,10 @@ id="tspan4307" x="305.49045" y="483.67181" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">N1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">N1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="305.89044" y="512.51453" id="text4309"><tspan @@ -131,14 +131,14 @@ id="tspan4311" x="305.89044" y="512.51453" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">%</tspan></text> <text id="text4349" y="613.04462" x="304.95544" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="613.04462" x="304.95544" id="tspan4351" @@ -149,7 +149,7 @@ x="305.09006" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="584.27032" x="305.09006" id="tspan4375" @@ -160,7 +160,7 @@ x="783.09894" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="206.1743" x="783.09894" id="tspan4379" @@ -169,9 +169,9 @@ id="text4381" y="207.33727" x="857.4491" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="207.33727" x="857.4491" id="tspan4383" @@ -186,14 +186,14 @@ id="tspan4367-9" x="703.52643" y="320.76639" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">FOB :</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">FOB :</tspan></text> <text id="text4433" y="323.98938" x="975.9906" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="323.98938" x="975.9906" id="tspan4435" @@ -233,7 +233,7 @@ x="65.045334" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="166.20102" x="65.045334" id="tspan4492" @@ -244,7 +244,7 @@ x="86.782951" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="81.986679" x="86.782951" id="tspan4492-6" @@ -259,21 +259,21 @@ id="tspan4532" x="159.25664" y="59.913017" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1.4</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1.4</tspan></text> <text id="text4534" y="104.09428" x="202.62282" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="104.09428" x="202.62282" id="tspan4536" sodipodi:role="line">1.6</tspan></text> </g> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 61.246771,187.97167 C 35.792047,154.81366 34.241257,109.13851 57.388352,74.330349 80.535447,39.522186 123.25599,23.287045 163.6785,33.936771 c 40.42251,10.649726 69.59802,45.826619 72.58966,87.521299" id="EPR1-scale" inkscape:connector-curvature="0" @@ -330,7 +330,7 @@ x="177.18767" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="350.42899" x="177.18767" id="tspan4230" @@ -346,7 +346,7 @@ id="tspan4231" x="763.63269" y="252.8172" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00">00000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50">00000</tspan></text> <text inkscape:label="#text4219" id="N21" @@ -354,7 +354,7 @@ x="100.51076" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="616.84784" x="100.51076" id="tspan4255" @@ -366,7 +366,7 @@ height="4" width="4" id="N21-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -378,15 +378,15 @@ id="tspan4261" x="123.29073" y="616.84784" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text inkscape:label="#text4219" id="EGT1-XX" y="350.50354" x="114.84671" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="350.50354" x="114.84671" id="tspan4290" @@ -396,9 +396,9 @@ id="N21-XX" y="617.00977" x="64.987556" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="617.00977" x="64.987556" id="tspan4304" @@ -410,7 +410,7 @@ x="923.659" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="322.98563" x="923.659" id="tspan4312" @@ -426,7 +426,7 @@ id="tspan4316" x="9.0915213" y="704.65344" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 1</tspan></text> <text id="ECAML2" y="748.66418" @@ -434,7 +434,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="748.66418" x="9.0740709" id="tspan4324" @@ -450,7 +450,7 @@ id="tspan4328" x="9.0740709" y="792.67566" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 3</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 3</tspan></text> <text id="ECAML4" y="836.65692" @@ -458,7 +458,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="836.65692" x="9.0740709" id="tspan4332" @@ -474,7 +474,7 @@ id="tspan4336" x="9.0740709" y="880.65381" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 5</tspan></text> <text id="ECAML6" y="924.64008" @@ -482,7 +482,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="924.64008" x="9.0740709" id="tspan4340" @@ -498,7 +498,7 @@ id="tspan4344" x="9.0740709" y="968.64471" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 7</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 7</tspan></text> <text id="ECAML8" y="1012.6457" @@ -506,13 +506,13 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="1012.6457" x="9.0740709" id="tspan4348" sodipodi:role="line">LINE 8</tspan></text> <path - style="fill:#000000;stroke:#ffffff;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#cecdce;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:transform-center-x="106.68099" d="m 37.491777,128.51072 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" id="EPR1-thr" @@ -533,7 +533,7 @@ id="tspan4421" x="195.70483" y="302.27216" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">8</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">8</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -544,10 +544,10 @@ id="tspan4425" x="95.58316" y="284.95612" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">4</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">4</tspan></text> </g> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="EPR1-needle" width="112.62037" height="6.2054634" @@ -563,7 +563,7 @@ x="803.04175" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="526.78088" x="803.04175" id="tspan4331" @@ -579,9 +579,9 @@ id="tspan4372" x="528.35492" y="616.84772" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N22-decpnt" width="4" height="4" @@ -595,14 +595,14 @@ x="551.13489" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="616.84772" x="551.13489" id="tspan4378" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="493.73682" y="617.00958" id="N22-XX" @@ -611,7 +611,7 @@ id="tspan4382" x="493.73682" y="617.00958" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FF2" @@ -619,14 +619,14 @@ x="885.29688" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="252.81693" x="885.29688" id="tspan4402" sodipodi:role="line">00000</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="738.1532" y="252.99274" id="FF1-XX" @@ -635,15 +635,15 @@ id="tspan4410" x="738.1532" y="252.99274" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FF2-XX" y="252.99228" x="859.81366" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="252.99228" x="859.81366" id="tspan4414" @@ -707,7 +707,7 @@ height="6.2054634" width="112.62037" id="EGT1-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect style="fill:#515256;fill-opacity:1" id="rect4625" @@ -726,7 +726,7 @@ id="tspan4675" x="799.99591" y="402.9588" - style="font-size:40px;line-height:1.25;fill:#ffffff">FLAP</tspan></text> + style="font-size:40px;line-height:1.25;fill:#cecdce">FLAP</tspan></text> <g id="FlapDots" inkscape:label="#g4363"> @@ -735,50 +735,50 @@ inkscape:connector-curvature="0" id="path4638" d="m 707.1421,468.99188 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4640" d="m 678.08021,509.03864 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4642" d="m 671.10517,567.01367 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4644" d="m 906.12098,469.08292 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4646" d="m 963.11378,509.03445 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4648" d="m 991.11378,567.03448 c 0,3.43661 -2.78593,6.22254 -6.22254,6.22254 -3.43661,0 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78593,-6.22254 6.22254,-6.22254 3.43661,0 6.22254,2.78593 6.22254,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="zzzzz" inkscape:connector-curvature="0" id="circle4650" d="m 1003.0341,625.11523 c 0,3.43663 -2.786,6.22255 -6.22258,6.22254 -3.43662,-10e-6 -6.22254,-2.78593 -6.22254,-6.22254 0,-3.43661 2.78592,-6.22253 6.22254,-6.22254 3.43658,-10e-6 6.22258,2.78591 6.22258,6.22254 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text id="text4652" y="406.67252" x="674.58331" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan - style="font-size:32px;line-height:1.25;fill:#ffffff" + style="font-size:32px;line-height:1.25;fill:#cecdce" y="406.67252" x="674.58331" id="tspan4654" @@ -793,16 +793,16 @@ id="tspan4658" x="965.08331" y="406.67252" - style="font-size:32px;line-height:1.25;fill:#ffffff">F</tspan></text> + style="font-size:32px;line-height:1.25;fill:#cecdce">F</tspan></text> </g> <text id="EPRLim-mode" y="124.8366" x="691.18573" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4298"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="124.8366" x="691.18573" id="tspan4300" @@ -818,22 +818,22 @@ id="tspan4313" x="821.16852" y="124.83692" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00ff00;fill-opacity:1">1.000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#11ba50;fill-opacity:1">1.000</tspan></text> <text inkscape:label="#text4219" id="EPRLim-XX" y="124.68493" x="664.05896" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="124.68493" x="664.05896" id="tspan4317" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="800.80573" y="125.01045" id="EPRLim-XX2" @@ -842,7 +842,7 @@ id="tspan4321" x="800.80573" y="125.01045" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -854,22 +854,22 @@ id="tspan4221" x="104.8762" y="169.74396" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#00ff00">1.000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#11ba50">1.000</tspan></text> <text inkscape:label="#text4219" id="EPR1-XX" y="169.74396" x="126.93793" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="169.74396" x="126.93793" id="tspan4270" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="113.40013" y="113.07321" id="EPR1-XX2" @@ -878,7 +878,7 @@ id="tspan171" x="113.40013" y="113.07321" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <rect style="color:#000000;clip-rule:nonzero;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#4d4d4d;stroke-width:3.64584422;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="REV1-box" @@ -889,7 +889,7 @@ inkscape:label="#rect4362" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" x="139.84325" y="122.83587" id="REV1" @@ -898,9 +898,9 @@ id="tspan4366" x="139.84325" y="122.83587" - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;">REV</tspan></text> + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;">REV</tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 51.405405,538.90064 C 27.796701,491.82037 45.736996,434.49983 91.974297,409.2801 138.2116,384.06037 196.11723,400.01141 222.91793,445.35063" id="N11-scale" inkscape:connector-curvature="0" @@ -918,14 +918,14 @@ id="tspan4220" x="64.72644" y="473.92789" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">4</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">4</tspan></text> <text id="text4222" y="461.11786" x="195.65425" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="461.11786" x="195.65425" id="tspan4224" @@ -948,9 +948,9 @@ id="tspan4240" x="161.61292" y="538.11493" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N11-decpnt" width="4" height="4" @@ -964,14 +964,14 @@ x="184.39288" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="538.11493" x="184.39288" id="tspan4237" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="118.20625" y="538.15521" id="N11-XX" @@ -980,7 +980,7 @@ id="tspan4294" x="118.20625" y="538.15521" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <rect inkscape:transform-center-x="98.43003" inkscape:label="#rect4292" @@ -997,7 +997,7 @@ id="N11-thr" d="m 37.491777,495.14503 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" inkscape:transform-center-x="106.68099" - style="fill:#000000;stroke:#ffffff;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#000000;stroke:#cecdce;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect inkscape:transform-center-y="0.0034370262" inkscape:transform-center-x="53.222749" @@ -1007,13 +1007,13 @@ height="6.2054634" width="112.62037" id="N11-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <path sodipodi:nodetypes="czc" inkscape:connector-curvature="0" id="EGT2-scale" d="M 397.98524,353.48032 C 380.28596,317.12199 386.79595,273.61936 414.36328,244.035 441.93062,214.45064 484.86607,204.89003 522.38169,219.98212" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4.01137161;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4300" /> <path sodipodi:nodetypes="cc" @@ -1061,7 +1061,7 @@ id="tspan4370" x="65.045334" y="166.20102" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -1072,14 +1072,14 @@ id="tspan4374" x="86.782951" y="81.986679" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1.2</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1.2</tspan></text> <text id="text4376" y="59.913017" x="159.25664" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="59.913017" x="159.25664" id="tspan4380" @@ -1094,14 +1094,14 @@ id="tspan4384" x="202.62282" y="104.09428" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1.6</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1.6</tspan></text> </g> <path sodipodi:nodetypes="czzc" inkscape:connector-curvature="0" id="EPR2-scale" d="M 408.22177,187.97167 C 382.76705,154.81366 381.21626,109.13851 404.36336,74.330349 427.51045,39.522186 470.23099,23.287045 510.6535,33.936771 c 40.42251,10.649726 69.59802,45.826619 72.58966,87.521299" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4386" /> <rect inkscape:transform-center-x="98.43003" @@ -1148,10 +1148,10 @@ id="tspan4319" x="524.16266" y="350.42899" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">000</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="461.82172" y="350.50354" id="EGT2-XX" @@ -1160,7 +1160,7 @@ id="tspan4323" x="461.82172" y="350.50354" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <path inkscape:label="#EPR2-thr" sodipodi:nodetypes="sssss" @@ -1168,7 +1168,7 @@ id="EPR2-thr" d="m 384.46678,128.51072 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" inkscape:transform-center-x="106.68099" - style="fill:#000000;stroke:#ffffff;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#000000;stroke:#cecdce;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <g transform="translate(346.975,-26.409754)" inkscape:label="#g4433" @@ -1179,7 +1179,7 @@ x="195.70483" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="302.27216" x="195.70483" id="tspan4333" @@ -1190,7 +1190,7 @@ x="95.58316" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="284.95612" x="95.58316" id="tspan4337" @@ -1205,9 +1205,9 @@ height="6.2054634" width="112.62037" id="EPR2-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="EGT2-needle" width="112.62037" height="6.2054634" @@ -1223,14 +1223,14 @@ x="451.8512" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#11ba50" y="169.74396" x="451.8512" id="tspan4356" sodipodi:role="line">1.000</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="473.91293" y="169.74396" id="EPR2-XX" @@ -1239,15 +1239,15 @@ id="tspan4360" x="473.91293" y="169.74396" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="EPR2-XX2" y="113.07321" x="460.37515" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="113.07321" x="460.37515" id="tspan4364" @@ -1265,15 +1265,15 @@ id="REV2" y="122.83587" x="486.81827" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" xml:space="preserve"><tspan - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;" + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;" y="122.83587" x="486.81827" id="tspan4392" sodipodi:role="line">REV</tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 398.38041,538.90064 C 374.77171,491.82037 392.712,434.49983 438.9493,409.2801 c 46.2373,-25.21973 104.14294,-9.2687 130.94364,36.07053" id="N12-scale" inkscape:connector-curvature="0" @@ -1289,7 +1289,7 @@ x="64.72644" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="473.92789" x="64.72644" id="tspan4398" @@ -1304,7 +1304,7 @@ id="tspan4403" x="195.65425" y="461.11786" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">10</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">10</tspan></text> </g> <path style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" @@ -1320,7 +1320,7 @@ x="508.58792" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="538.11493" x="508.58792" id="tspan4407" @@ -1332,7 +1332,7 @@ height="4" width="4" id="N12-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -1344,15 +1344,15 @@ id="tspan4413" x="531.3678" y="538.11493" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text inkscape:label="#text4219" id="N12-XX" y="538.15521" x="465.18124" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="538.15521" x="465.18124" id="tspan4417" @@ -1367,7 +1367,7 @@ inkscape:label="#rect4292" inkscape:transform-center-x="98.43003" /> <path - style="fill:#000000;stroke:#ffffff;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#cecdce;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:transform-center-x="106.68099" d="m 384.46678,495.14503 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" id="N12-thr" @@ -1375,7 +1375,7 @@ sodipodi:nodetypes="sssss" inkscape:label="#N12-thr" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="N12-needle" width="112.62037" height="6.2054634" @@ -1394,5 +1394,5 @@ id="tspan4281" x="304.49289" y="136.26134" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">EPR</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">EPR</tspan></text> </svg> diff --git a/Models/Instruments/Upper-ECAM/res/iae-eis2.svg b/Models/Instruments/Upper-ECAM/res/iae-eis2.svg index ead6f108..e011158e 100644 --- a/Models/Instruments/Upper-ECAM/res/iae-eis2.svg +++ b/Models/Instruments/Upper-ECAM/res/iae-eis2.svg @@ -86,14 +86,14 @@ id="tspan4281" x="506.79999" y="131.31715" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">EPR</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">EPR</tspan></text> <text id="text4283" y="306.51004" x="507.66565" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="306.51004" x="507.66565" id="tspan4285" @@ -102,9 +102,9 @@ id="text4283-3" y="336.89117" x="507.76566" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:36px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="336.89117" x="507.76566" id="tspan4285-6" @@ -119,10 +119,10 @@ id="tspan4307" x="507.36566" y="480.61072" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">N1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">N1</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="507.76566" y="509.45337" id="text4309"><tspan @@ -130,14 +130,14 @@ id="tspan4311" x="507.76566" y="509.45337" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">%</tspan></text> <text id="text4349" y="466.03705" x="965.40515" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="466.03705" x="965.40515" id="tspan4351" @@ -152,10 +152,10 @@ id="tspan4367" x="60.345066" y="466.58994" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">N2</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">N2</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="104.6106" y="466.03705" id="text4369"><tspan @@ -163,14 +163,14 @@ id="tspan4371" x="104.6106" y="466.03705" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">%</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">%</tspan></text> <text id="text4373" y="466.58994" x="921.14026" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="466.58994" x="921.14026" id="tspan4375" @@ -181,7 +181,7 @@ x="38.073284" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="325.56323" x="38.073284" id="tspan4379" @@ -190,9 +190,9 @@ id="text4381" y="327.98019" x="110.19883" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="327.98019" x="110.19883" id="tspan4383" @@ -207,10 +207,10 @@ id="tspan4387" x="887.26892" y="325.56323" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">FF</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">FF</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="959.39343" y="327.98019" id="text4389"><tspan @@ -218,7 +218,7 @@ id="tspan4391" x="959.39343" y="327.98019" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1">LBS/H</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1">LBS/H</tspan></text> <text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -229,14 +229,14 @@ id="tspan4367-9" x="65.774498" y="638.27362" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">FOB :</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">FOB :</tspan></text> <text id="text4433" y="642.91083" x="338.23868" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="642.91083" x="338.23868" id="tspan4435" @@ -271,7 +271,7 @@ inkscape:connector-curvature="0" /> </g> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="M 228.93281,203.91653 C 192.88881,172.81945 184.47131,120.2867 208.9947,79.484716 233.51809,38.682731 283.85792,21.465136 328.23225,38.702223 372.60658,55.93931 398.12396,102.62343 388.67406,149.28066" id="EPR1-scale" inkscape:connector-curvature="0" @@ -294,7 +294,7 @@ x="228.19411" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="186.39412" x="228.19411" id="tspan4492" @@ -305,7 +305,7 @@ x="238.97157" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="92.987389" x="238.97157" id="tspan4492-6" @@ -320,14 +320,14 @@ id="tspan4532" x="313.37158" y="68.587387" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1.4</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1.4</tspan></text> <text id="text4534" y="129.98738" x="361.57159" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="129.98738" x="361.57159" id="tspan4536" @@ -344,7 +344,7 @@ id="tspan4221" x="293.28375" y="186.50272" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#00ff00">1.000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#11ba50">1.000</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -357,7 +357,7 @@ y="177.45177" style="font-size:32px;line-height:1.25"> </tspan></text> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 195.06649,340.01681 c -1.3711,-44.05224 26.89224,-83.57916 69.02091,-96.52732 42.12867,-12.94816 87.71316,3.88178 111.32032,41.09981" id="EGT1-scale" inkscape:connector-curvature="0" @@ -395,9 +395,9 @@ height="6.1955738" width="72.096344" id="EGT1-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="EGT1-scaletick" width="3.25" height="9.2249813" @@ -411,7 +411,7 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cc" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 202.53054,529.70522 c -13.68521,-32.87343 -8.4221,-70.58712 13.74023,-98.45786 22.16233,-27.87074 57.72126,-41.49373 92.83249,-35.56507 35.11123,5.92866 64.22563,30.47198 76.00799,64.07442" id="N11-scale" inkscape:connector-curvature="0" @@ -429,14 +429,14 @@ id="tspan4220" x="222.69409" y="464.59409" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">4</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">4</tspan></text> <text id="text4222" y="471.99411" x="356.44409" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="471.99411" x="356.44409" id="tspan4224" @@ -455,7 +455,7 @@ x="330.91147" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="345.46033" x="330.91147" id="tspan4230" @@ -471,7 +471,7 @@ id="tspan4240" x="374.76532" y="533.66785" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -483,9 +483,9 @@ id="tspan4231" x="135.4938" y="361.86035" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00000</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N11-decpnt" width="4" height="4" @@ -499,7 +499,7 @@ x="397.54529" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="533.66785" x="397.54529" id="tspan4237" @@ -511,7 +511,7 @@ x="98.648163" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="502.46786" x="98.648163" id="tspan4255" @@ -523,7 +523,7 @@ height="4" width="4" id="N21-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -535,15 +535,15 @@ id="tspan4261" x="121.42813" y="502.46786" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text inkscape:label="#text4219" id="EPR1-XX" y="186.50272" x="315.34549" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="186.50272" x="315.34549" id="tspan4270" @@ -553,16 +553,16 @@ id="EGT1-XX" y="345.53488" x="268.57053" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="345.53488" x="268.57053" id="tspan4290" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="328.24738" y="533.70813" id="N11-XX" @@ -571,22 +571,22 @@ id="tspan4294" x="328.24738" y="533.70813" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="N21-XX" y="502.62976" x="52.130142" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="502.62976" x="52.130142" id="tspan4304" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="88.830147" y="362.02975" id="FF1-XX" @@ -595,7 +595,7 @@ id="tspan4308" x="88.830147" y="362.02975" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="FOB-LBS" @@ -603,7 +603,7 @@ x="285.90707" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="640.49286" x="285.90707" id="tspan4312" @@ -619,7 +619,7 @@ id="tspan4316" x="9.0915213" y="704.65344" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 1</tspan></text> <text id="ECAML2" y="748.66418" @@ -627,7 +627,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="748.66418" x="9.0740709" id="tspan4324" @@ -643,7 +643,7 @@ id="tspan4328" x="9.0740709" y="792.67566" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 3</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 3</tspan></text> <text id="ECAML4" y="836.65692" @@ -651,7 +651,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="836.65692" x="9.0740709" id="tspan4332" @@ -667,7 +667,7 @@ id="tspan4336" x="9.0740709" y="880.65381" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 5</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 5</tspan></text> <text id="ECAML6" y="924.64008" @@ -675,7 +675,7 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="924.64008" x="9.0740709" id="tspan4340" @@ -691,7 +691,7 @@ id="tspan4344" x="9.0740709" y="968.64471" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff">LINE 7</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce">LINE 7</tspan></text> <text id="ECAML8" y="1012.6457" @@ -699,20 +699,20 @@ style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4322"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#cecdce" y="1012.6457" x="9.0740709" id="tspan4348" sodipodi:role="line">LINE 8</tspan></text> <path - style="fill:#000000;stroke:#00a0d2;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#238995;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:transform-center-x="106.64661" d="m 191.56347,129.883 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" id="EPR1-thr" inkscape:connector-curvature="0" sodipodi:nodetypes="sssss" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="EPR1-needle" width="112.62037" height="6.2054634" @@ -723,7 +723,7 @@ inkscape:transform-center-y="0.0034370262" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="270.65634" y="137.4295" id="EPR1-XX2" @@ -732,15 +732,15 @@ id="tspan4274" x="270.65634" y="137.4295" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text id="EPRLim-mode" y="68.284714" x="921.73419" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#00a0d2;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#238995;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve" inkscape:label="#text4298"><tspan - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00a0d2;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#238995;fill-opacity:1" y="68.284714" x="921.73419" id="tspan4300" @@ -756,22 +756,22 @@ id="tspan4313" x="921.73419" y="106.28472" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#00ff00;fill-opacity:1">1.000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#11ba50;fill-opacity:1">1.000</tspan></text> <text inkscape:label="#text4219" id="EPRLim-XX" y="68.133041" x="894.60742" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="68.133041" x="894.60742" id="tspan4317" sodipodi:role="line">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="901.3714" y="106.45824" id="EPRLim-XX2" @@ -780,7 +780,7 @@ id="tspan4321" x="901.3714" y="106.45824" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <rect inkscape:transform-center-x="98.50503" inkscape:label="#rect4292" @@ -796,7 +796,7 @@ id="N11-thr" d="m 191.56347,492.13612 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" inkscape:transform-center-x="106.64661" - style="fill:#000000;stroke:#00a0d2;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#238995;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="#path4325" /> <rect inkscape:transform-center-y="0.0034370262" @@ -807,7 +807,7 @@ height="6.2054634" width="112.62037" id="N11-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <text inkscape:label="#text4219" id="FlapTxt" @@ -815,7 +815,7 @@ x="719.89374" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:center;text-anchor:middle;fill:#11ba50" y="639.28284" x="719.89374" id="tspan4331" @@ -827,7 +827,7 @@ x="985.18671" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="361.86035" x="985.18671" id="tspan4363" @@ -837,9 +837,9 @@ id="FF2-XX" y="362.02975" x="938.63013" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="362.02975" x="938.63013" id="tspan4368" @@ -855,9 +855,9 @@ id="tspan4372" x="957.73999" y="502.46786" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">00</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">00</tspan></text> <rect - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" id="N22-decpnt" width="4" height="4" @@ -871,14 +871,14 @@ x="980.51996" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="502.46786" x="980.51996" id="tspan4378" sodipodi:role="line">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="911.22198" y="502.62976" id="N22-XX" @@ -887,7 +887,7 @@ id="tspan4382" x="911.22198" y="502.62976" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <g inkscape:label="#g4193" id="EPR2-box" @@ -918,7 +918,7 @@ inkscape:connector-curvature="0" id="EPR2-scale" d="M 657.33281,203.91653 C 621.28881,172.81945 612.87131,120.2867 637.3947,79.484716 661.91809,38.682731 712.25792,21.465136 756.63225,38.702223 801.00658,55.93931 826.52396,102.62343 817.07406,149.28066" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4403" /> <rect inkscape:transform-center-x="98.50503" @@ -943,7 +943,7 @@ id="tspan4411" x="228.19411" y="186.39412" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1</tspan></text> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -954,14 +954,14 @@ id="tspan4415" x="238.97157" y="92.987389" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1.2</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1.2</tspan></text> <text id="text4417" y="68.587387" x="313.37158" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="68.587387" x="313.37158" id="tspan4419" @@ -976,7 +976,7 @@ id="tspan4423" x="361.57159" y="129.98738" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">1.6</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">1.6</tspan></text> </g> <text inkscape:label="#text4219" @@ -985,7 +985,7 @@ x="721.68134" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#11ba50" y="186.50272" x="721.68134" id="tspan4427" @@ -995,7 +995,7 @@ inkscape:connector-curvature="0" id="EGT2-scale" d="m 623.46649,340.01681 c -1.3711,-44.05224 26.89224,-83.57916 69.02091,-96.52732 42.12867,-12.94816 87.71316,3.88178 111.32032,41.09981" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4429" /> <g inkscape:label="#g4201" @@ -1023,7 +1023,7 @@ inkscape:connector-curvature="0" /> </g> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="EGT2-needle" width="72.096344" height="6.1955738" @@ -1039,7 +1039,7 @@ height="9.2249813" width="3.25" id="EGT2-scaletick" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path sodipodi:nodetypes="cc" inkscape:connector-curvature="0" @@ -1052,7 +1052,7 @@ inkscape:connector-curvature="0" id="N12-scale" d="m 630.93054,529.70522 c -13.68521,-32.87343 -8.4221,-70.58712 13.74023,-98.45786 22.16233,-27.87074 57.72126,-41.49373 92.83249,-35.56507 35.11123,5.92866 64.22563,30.47198 76.00799,64.07442" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#cecdce;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" inkscape:label="#path4448" /> <g inkscape:label="#g4296" @@ -1064,7 +1064,7 @@ x="222.69409" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce" y="464.59409" x="222.69409" id="tspan4454" @@ -1079,7 +1079,7 @@ id="tspan4458" x="356.44409" y="471.99411" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#ffffff">10</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';fill:#cecdce">10</tspan></text> </g> <path sodipodi:nodetypes="cc" @@ -1099,7 +1099,7 @@ id="tspan4464" x="759.30835" y="345.46033" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">000</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">000</tspan></text> <text inkscape:label="#text4219" id="N12" @@ -1107,7 +1107,7 @@ x="803.16138" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50" y="533.66785" x="803.16138" id="tspan4468" @@ -1119,7 +1119,7 @@ height="4" width="4" id="N12-decpnt" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#11ba50;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -1131,10 +1131,10 @@ id="tspan4474" x="825.94092" y="533.66785" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#00ff00">0</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:32px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:end;text-anchor:end;fill:#11ba50">0</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="743.74268" y="186.50272" id="EPR2-XX" @@ -1143,10 +1143,10 @@ id="tspan4478" x="743.74268" y="186.50272" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="696.96863" y="345.53488" id="EGT2-XX" @@ -1155,15 +1155,15 @@ id="tspan4486" x="696.96863" y="345.53488" - style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1">XX</tspan></text> + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1">XX</tspan></text> <text inkscape:label="#text4219" id="N12-XX" y="533.70813" x="756.64429" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="533.70813" x="756.64429" id="tspan4490" @@ -1174,7 +1174,7 @@ id="EPR2-thr" d="m 619.96347,129.883 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" inkscape:transform-center-x="106.64661" - style="fill:#000000;stroke:#00a0d2;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#238995;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:label="#path4492" /> <rect inkscape:transform-center-y="0.0034370262" @@ -1185,15 +1185,15 @@ height="6.2054634" width="112.62037" id="EPR2-needle" - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> <text inkscape:label="#text4219" id="EPR2-XX2" y="137.4295" x="699.05438" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;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-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#ff9a00;fill-opacity:1" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38px;line-height:1.25;font-family:'Liberation Sans';-inkscape-font-specification:'Liberation Sans';text-align:start;text-anchor:start;fill:#bb6100;fill-opacity:1" y="137.4295" x="699.05438" id="tspan4482" @@ -1209,14 +1209,14 @@ inkscape:transform-center-x="98.50503" /> <path inkscape:label="#path4325" - style="fill:#000000;stroke:#00a0d2;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#000000;stroke:#238995;stroke-width:2.88800001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:transform-center-x="106.64661" d="m 619.96347,492.13612 c 0,2.9783 -2.41437,5.39267 -5.39267,5.39267 -2.9783,0 -5.39268,-2.41437 -5.39268,-5.39267 0,-2.9783 2.41438,-5.39268 5.39268,-5.39268 2.9783,0 5.39267,2.41438 5.39267,5.39268 z" id="N12-thr" inkscape:connector-curvature="0" sodipodi:nodetypes="sssss" /> <rect - style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#11ba50;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="N12-needle" width="112.62037" height="6.2054634" @@ -1235,7 +1235,7 @@ inkscape:label="#rect4362" /> <text xml:space="preserve" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" x="301.88611" y="139.01358" id="REV1" @@ -1244,7 +1244,7 @@ id="tspan4366" x="301.88611" y="139.01358" - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;">REV</tspan></text> + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;">REV</tspan></text> <rect inkscape:label="#rect4362" y="101.66344" @@ -1258,9 +1258,9 @@ id="REV2" y="139.01358" x="730.28613" - style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff9a00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#bb6100;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" xml:space="preserve"><tspan - style="font-size:38px;line-height:1.25;fill:#ff9a00;fill-opacity:1;" + style="font-size:38px;line-height:1.25;fill:#bb6100;fill-opacity:1;" y="139.01358" x="730.28613" id="tspan4416" @@ -1273,9 +1273,9 @@ inkscape:connector-curvature="0" id="rect4346" d="m 636.15001,592.25001 9.50347,-2.225 -1.075,3.72508 -9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 590.60001,603.65001 9.50347,-2.225 -1.075,3.72508 -9.90347,2.525 z" id="path4349" inkscape:connector-curvature="0" @@ -1285,9 +1285,9 @@ inkscape:connector-curvature="0" id="path4351" d="m 545.30001,615.15001 9.50347,-2.225 -1.075,3.72508 -9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 805.79711,589.13181 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" id="path4353" inkscape:connector-curvature="0" @@ -1297,9 +1297,9 @@ inkscape:connector-curvature="0" id="path4355" d="m 851.34655,600.69907 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <path - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 897.16707,612.50775 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" id="path4357" inkscape:connector-curvature="0" @@ -1309,7 +1309,7 @@ inkscape:connector-curvature="0" id="path4359" d="m 942.90745,624.35524 -9.50347,-2.225 1.075,3.72508 9.90347,2.525 z" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> + style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cecdce;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" /> <text xml:space="preserve" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" @@ -1320,14 +1320,14 @@ id="tspan4654" x="594.46814" y="583.73206" - style="font-size:32px;line-height:1.25;fill:#ffffff">S</tspan></text> + style="font-size:32px;line-height:1.25;fill:#cecdce">S</tspan></text> <text id="text4656" y="583.73206" x="846.06812" style="font-style:normal;font-weight:normal;line-height:0%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" xml:space="preserve"><tspan - style="font-size:32px;line-height:1.25;fill:#ffffff" + style="font-size:32px;line-height:1.25;fill:#cecdce" y="583.73206" x="846.06812" id="tspan4658" diff --git a/revision.txt b/revision.txt index 3827a8bd..7ba36418 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -2132 \ No newline at end of file +2133 \ No newline at end of file