tests/projects/svghmi/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Thu, 14 Jul 2022 11:35:22 +0200
changeset 3555 a8b6d5e1fda3
parent 3518 c663d1f9f03b
child 3595 375626e60b63
permissions -rw-r--r--
SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     3
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     4
<svg
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
     5
   xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     6
   xmlns:dc="http://purl.org/dc/elements/1.1/"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     7
   xmlns:cc="http://creativecommons.org/ns#"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     8
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     9
   xmlns:svg="http://www.w3.org/2000/svg"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    10
   xmlns="http://www.w3.org/2000/svg"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
    11
   xmlns:xlink="http://www.w3.org/1999/xlink"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    12
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    13
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    14
   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    15
   sodipodi:docname="svghmi.svg"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    16
   id="hmi0"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    17
   version="1.1"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    18
   viewBox="0 0 1280 720"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    19
   height="720"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    20
   width="1280">
3555
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    21
  <script
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    22
     id="script1244">
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    23
hmi_widgets[&quot;g443-3&quot;].off_action = function(){
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    24
	console.log(&quot;Hello from Inkscape&quot;);
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    25
	PushButtonWidget.prototype.off_action.call(this);
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    26
	fading_page_switch();
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    27
	console.log(&quot;Bye from Inkscape&quot;);
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
    28
}</script>
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    29
  <metadata
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    30
     id="metadata4542">
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    31
    <rdf:RDF>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    32
      <cc:Work
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    33
         rdf:about="">
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    34
        <dc:format>image/svg+xml</dc:format>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    35
        <dc:type
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    36
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    37
        <dc:title />
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    38
      </cc:Work>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    39
    </rdf:RDF>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    40
  </metadata>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    41
  <defs
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
    42
     id="defs2">
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    43
    <linearGradient
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    44
       id="linearGradient34303"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    45
       osb:paint="solid">
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    46
      <stop
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    47
         style="stop-color:#000000;stop-opacity:1;"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    48
         offset="0"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    49
         id="stop34301" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    50
    </linearGradient>
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    51
    <linearGradient
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    52
       id="linearGradient20537"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    53
       osb:paint="solid">
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    54
      <stop
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    55
         style="stop-color:#000000;stop-opacity:1;"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    56
         offset="0"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    57
         id="stop20535" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    58
    </linearGradient>
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
    59
    <marker
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    60
       inkscape:isstock="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    61
       style="overflow:visible"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    62
       id="marker1971"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    63
       refX="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    64
       refY="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    65
       orient="auto"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    66
       inkscape:stockid="Arrow2Lend">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    67
      <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    68
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    69
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    70
         style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    71
         id="path1969"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    72
         inkscape:connector-curvature="0" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    73
    </marker>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    74
    <marker
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    75
       inkscape:isstock="true"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
    76
       style="overflow:visible"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    77
       id="marker1656"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    78
       refX="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    79
       refY="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    80
       orient="auto"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    81
       inkscape:stockid="Arrow2Lend">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    82
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    83
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    84
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    85
         style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    86
         id="path1654"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    87
         inkscape:connector-curvature="0" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    88
    </marker>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    89
    <linearGradient
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    90
       inkscape:collect="always"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    91
       id="linearGradient962">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    92
      <stop
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    93
         style="stop-color:#ff3000;stop-opacity:1;"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    94
         offset="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    95
         id="stop958" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    96
      <stop
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    97
         style="stop-color:#0022ff;stop-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    98
         offset="1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    99
         id="stop960" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   100
    </linearGradient>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   101
    <marker
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   102
       inkscape:stockid="Arrow2Lend"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   103
       orient="auto"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   104
       refY="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   105
       refX="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   106
       id="Arrow2Lend"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   107
       style="overflow:visible"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   108
       inkscape:isstock="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   109
       inkscape:collect="always">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   110
      <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   111
         inkscape:connector-curvature="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   112
         id="path895"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   113
         style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   114
         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   115
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   116
    </marker>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   117
    <linearGradient
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   118
       inkscape:collect="always"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   119
       xlink:href="#linearGradient962"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   120
       id="linearGradient964"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   121
       x1="113.38908"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   122
       y1="-62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   123
       x2="113.38908"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   124
       y2="4.0725975"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   125
       gradientUnits="userSpaceOnUse"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   126
       gradientTransform="matrix(0.5,0,0,0.5,73.144796,-1.4471993)" />
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   127
  </defs>
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   128
  <sodipodi:namedview
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   129
     id="base"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   130
     pagecolor="#ffffff"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   131
     bordercolor="#666666"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   132
     borderopacity="1.0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   133
     inkscape:pageopacity="0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   134
     inkscape:pageshadow="2"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   135
     inkscape:document-units="px"
3555
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
   136
     inkscape:current-layer="hmi0"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   137
     showgrid="false"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   138
     units="px"
3555
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
   139
     inkscape:zoom="0.14174805"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
   140
     inkscape:cx="-1530.0784"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
   141
     inkscape:cy="-1404.9832"
3417
9b9775d230f5 SVGHMI: fix again appication of frequency value when given in label. Use it on PushButton instance in svghmi test.
Edouard Tisserant
parents: 3414
diff changeset
   142
     inkscape:window-width="1600"
9b9775d230f5 SVGHMI: fix again appication of frequency value when given in label. Use it on PushButton instance in svghmi test.
Edouard Tisserant
parents: 3414
diff changeset
   143
     inkscape:window-height="836"
3387
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
   144
     inkscape:window-x="0"
3122
229795c03e11 SVGHMI: make a copy of tests/svghmi as test/svghmi_widget because too crowded since having pages for widget documentation. Strip those pages from tests/svghmi, so that it
Edouard Tisserant
parents: 3106
diff changeset
   145
     inkscape:window-y="27"
3387
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
   146
     inkscape:window-maximized="1"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   147
     showguides="true"
3091
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
   148
     inkscape:guide-bbox="true"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
   149
     inkscape:snap-global="true"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
   150
     inkscape:snap-bbox="true"
3122
229795c03e11 SVGHMI: make a copy of tests/svghmi as test/svghmi_widget because too crowded since having pages for widget documentation. Strip those pages from tests/svghmi, so that it
Edouard Tisserant
parents: 3106
diff changeset
   151
     inkscape:bbox-nodes="true" />
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   152
  <use
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   153
     x="0"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   154
     y="0"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   155
     xlink:href="#g7994"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   156
     id="use7996"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   157
     transform="translate(1480,800)"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   158
     width="100%"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   159
     height="100%"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   160
     inkscape:label="HMI:Page:RelativePageTest@/PUMP0" />
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   161
  <rect
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   162
     sodipodi:insensitive="true"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   163
     inkscape:label="HMI:Page:Conf"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   164
     y="780"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   165
     x="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   166
     height="720"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   167
     width="1280"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   168
     id="rect1016"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   169
     style="color:#000000;fill:#000000" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   170
  <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   171
     id="g1082"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   172
     inkscape:label="HMI:Jump:Home"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   173
     transform="translate(-940,-558)">
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   174
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   175
       id="g1152"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   176
       inkscape:label="button">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   177
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   178
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   179
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   180
         id="rect1022"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   181
         inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   182
         sodipodi:nodetypes="cssssccc" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   183
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   184
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   185
       id="g1149"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   186
       inkscape:label="text">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   187
      <text
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   188
         xml:space="preserve"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   189
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   190
         x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   191
         y="1436.9814"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   192
         id="home_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   193
         inkscape:label="home_jmp"><tspan
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   194
           sodipodi:role="line"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   195
           id="tspan1028"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   196
           x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   197
           y="1436.9814"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   198
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   199
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   200
  </g>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   201
  <rect
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   202
     style="color:#000000;fill:#4d4d4d"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   203
     id="page0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   204
     width="1280"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   205
     height="720"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   206
     x="0"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   207
     y="0"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   208
     inkscape:label="HMI:Page:Home" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   209
  <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   210
     id="g1077"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   211
     inkscape:label="HMI:Jump:Conf"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   212
     transform="matrix(0.57180538,0,0,0.57180538,-373.64055,248.51305)">
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   213
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   214
       id="g1159"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   215
       inkscape:label="button">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   216
      <rect
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   217
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   218
         id="rect1020"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   219
         width="245.44583"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   220
         height="95.723877"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   221
         x="971.96545"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   222
         y="594.82263"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   223
         ry="35.579063"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   224
         inkscape:label="button" />
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   225
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   226
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   227
       id="g1156"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   228
       inkscape:label="text">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   229
      <text
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   230
         inkscape:label="setting_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   231
         id="setting_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   232
         y="656.98151"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   233
         x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   234
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   235
         xml:space="preserve"><tspan
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   236
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   237
           y="656.98151"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   238
           x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   239
           id="tspan1024"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   240
           sodipodi:role="line">Settings</tspan></text>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   241
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   242
  </g>
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   243
  <g
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   244
     id="g84"
3097
a098b2dd9dff SVGHMI: Added parsing of min and max value that can be given as @path,min,max in widget description
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3092
diff changeset
   245
     inkscape:label="HMI:Input@/TARGETPRESSURE,0,100"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   246
     transform="matrix(0.35865594,0,0,0.35865594,22.072155,63.074421)">
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   247
    <text
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   248
       inkscape:label="value"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   249
       id="text5151"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   250
       y="218.24219"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   251
       x="136.32812"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   252
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;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"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   253
       xml:space="preserve"><tspan
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   254
         style="stroke-width:1px"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   255
         y="218.24219"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   256
         x="136.32812"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   257
         id="tspan5149"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   258
         sodipodi:role="line">8888</tspan></text>
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   259
    <path
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   260
       transform="scale(1,-1)"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   261
       sodipodi:type="star"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   262
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   263
       id="path89"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   264
       sodipodi:sides="3"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   265
       sodipodi:cx="596.74072"
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   266
       sodipodi:cy="-216.2599"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   267
       sodipodi:r1="59.825443"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   268
       sodipodi:r2="29.912722"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   269
       sodipodi:arg1="0.52359878"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   270
       sodipodi:arg2="1.5707963"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   271
       inkscape:flatsided="true"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   272
       inkscape:rounded="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   273
       inkscape:randomized="0"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   274
       d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   275
       inkscape:transform-center-y="14.956363"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   276
       inkscape:label="-100" />
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   277
    <path
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   278
       inkscape:label="-10"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   279
       inkscape:transform-center-y="7.4781812"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   280
       d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   281
       inkscape:randomized="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   282
       inkscape:rounded="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   283
       inkscape:flatsided="true"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   284
       sodipodi:arg2="1.5707963"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   285
       sodipodi:arg1="0.52359878"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   286
       sodipodi:r2="14.956361"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   287
       sodipodi:r1="29.912722"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   288
       sodipodi:cy="-184.98808"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   289
       sodipodi:cx="596.74072"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   290
       sodipodi:sides="3"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   291
       id="path88"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   292
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   293
       sodipodi:type="star"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   294
       transform="scale(1,-1)" />
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   295
    <rect
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   296
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;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;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   297
       id="rect85"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   298
       width="407.7037"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   299
       height="128"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   300
       x="139.85185"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   301
       y="95.40741"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   302
       onclick=""
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   303
       inkscape:label="edit" />
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   304
    <path
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   305
       inkscape:label="+100"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   306
       inkscape:transform-center-y="-14.956361"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   307
       d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   308
       inkscape:randomized="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   309
       inkscape:rounded="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   310
       inkscape:flatsided="true"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   311
       sodipodi:arg2="1.5707963"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   312
       sodipodi:arg1="0.52359878"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   313
       sodipodi:r2="29.912722"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   314
       sodipodi:r1="59.825443"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   315
       sodipodi:cy="105.17262"
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   316
       sodipodi:cx="596.74072"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   317
       sodipodi:sides="3"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   318
       id="path87"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   319
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   320
       sodipodi:type="star" />
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   321
    <path
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   322
       sodipodi:type="star"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   323
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   324
       id="path86"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   325
       sodipodi:sides="3"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   326
       sodipodi:cx="596.74072"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   327
       sodipodi:cy="136.44444"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   328
       sodipodi:r1="29.912722"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   329
       sodipodi:r2="14.956361"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   330
       sodipodi:arg1="0.52359878"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   331
       sodipodi:arg2="1.5707963"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   332
       inkscape:flatsided="true"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   333
       inkscape:rounded="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   334
       inkscape:randomized="0"
2805
e521e0d133d5 SVGHMI: fixed HMI->PLC dataflow : not updates as expected, and not initialized properly after subscribe.
Edouard Tisserant
parents: 2801
diff changeset
   335
       d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
2801
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   336
       inkscape:transform-center-y="-7.4781804"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   337
       inkscape:label="+10" />
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   338
    <path
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   339
       sodipodi:type="star"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   340
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   341
       id="path91"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   342
       sodipodi:sides="4"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   343
       sodipodi:cx="80.740723"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   344
       sodipodi:cy="165.17262"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   345
       sodipodi:r1="57.015106"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   346
       sodipodi:r2="29.912722"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   347
       sodipodi:arg1="0.77793027"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   348
       sodipodi:arg2="1.5633284"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   349
       inkscape:flatsided="true"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   350
       inkscape:rounded="-0.65084865"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   351
       inkscape:randomized="0"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   352
       d="M 121.35644,205.1862 C 158.18649,167.80191 3.342862,168.95829 40.72715,205.78834 78.111437,242.61839 76.95506,87.774762 40.125008,125.15905 3.2949549,162.54334 158.13858,161.38696 120.7543,124.55691 83.370008,87.726855 84.526385,242.57048 121.35644,205.1862 Z"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   353
       inkscape:transform-center-y="-14.956361"
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   354
       inkscape:label="=0" />
390acff12755 SVGHMI: Added init call to all widgets at startup to bind events. More features in Input widget : Edit and Change buttons. WIP HMI->PLC value update, incoherent data detected in C part on update.
Edouard Tisserant
parents: 2791
diff changeset
   355
  </g>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   356
  <text
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   357
     inkscape:label="HMI:Display@/PUMP0/PRESSURE"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   358
     id="text823"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   359
     y="141.34827"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   360
     x="293.33374"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   361
     style="font-style:normal;font-weight:normal;font-size:57.38494873px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.35865593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   362
     xml:space="preserve"><tspan
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   363
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.35865593px"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   364
       y="141.34827"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   365
       x="293.33374"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   366
       id="tspan821"
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   367
       sodipodi:role="line">8888</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   368
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   369
     id="g4523"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   370
     transform="matrix(2.1611542,0,0,2.1611542,142.76714,468.92423)"
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   371
     inkscape:label="HMI:Meter@/PUMP0/SLOTH">
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   372
    <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   373
       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:#3ee800;stroke-width:26.45833397;stroke-miterlimit:4;stroke-dasharray:2.64583333, 2.64583333;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   374
       id="path4499"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   375
       sodipodi:type="arc"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   376
       sodipodi:cx="128.02208"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   377
       sodipodi:cy="2.2017097"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   378
       sodipodi:rx="64.411957"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   379
       sodipodi:ry="64.411957"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   380
       sodipodi:start="3.1415927"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   381
       sodipodi:end="4.712389"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   382
       d="M 63.610123,2.2017068 A 64.411957,64.411957 0 0 1 128.02208,-62.210247"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   383
       sodipodi:open="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   384
       inkscape:label="range" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   385
    <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   386
       style="fill:none;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.96333337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0, 32.59666667;stroke-dashoffset:29.63333321;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   387
       d="M 130.96206,4.0725977 79.111776,-41.363223"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   388
       id="path4501"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   389
       inkscape:connector-curvature="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   390
       sodipodi:nodetypes="cc"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   391
       inkscape:label="needle" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   392
    <text
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   393
       inkscape:label="min"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   394
       id="text4505"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   395
       y="4.9187088"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   396
       x="49.132977"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   397
       style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   398
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   399
         style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   400
         y="4.9187088"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   401
         x="49.132977"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   402
         id="tspan4503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   403
         sodipodi:role="line">0</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   404
    <text
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   405
       inkscape:label="max"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   406
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   407
       style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   408
       x="127.48073"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   409
       y="-78.144218"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   410
       id="text4509"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   411
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   412
         id="tspan4507"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   413
         x="127.48073"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   414
         y="-78.144218"
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   415
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px">10000</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   416
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   417
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   418
       style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   419
       x="124.77896"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   420
       y="1.1408259"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   421
       id="text4521"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   422
       inkscape:label="unit"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   423
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   424
         x="124.77896"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   425
         y="1.1408259"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   426
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   427
         id="tspan4519">bar</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   428
  </g>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   429
  <text
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   430
     xml:space="preserve"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   431
     style="font-style:normal;font-weight:normal;font-size:14.34623718px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.35865593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   432
     x="114.11434"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   433
     y="90.742165"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   434
     id="text827"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   435
     inkscape:label="setpoint_label"><tspan
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   436
       sodipodi:role="line"
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   437
       id="tspan825"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   438
       x="114.11434"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   439
       y="90.742165"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   440
       style="stroke-width:0.35865593px">SetPoint</tspan></text>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   441
  <text
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   442
     id="text831"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   443
     y="90.742165"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   444
     x="344.50876"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   445
     style="font-style:normal;font-weight:normal;font-size:14.34623718px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.35865593px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   446
     xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   447
     inkscape:label="actual_label"><tspan
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   448
       y="90.742165"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   449
       x="344.50876"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   450
       id="tspan829"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   451
       sodipodi:role="line"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
   452
       style="stroke-width:0.35865593px">Actual</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   453
  <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   454
     xml:space="preserve"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   455
     style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.57180536px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   456
     x="206.73413"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   457
     y="336.90073"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   458
     id="text4497"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   459
     inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   460
       sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   461
       id="tspan4495"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
   462
       x="206.73413"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   463
       y="336.90073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   464
       style="fill:#ff6600;stroke-width:0.57180536px">Pressure</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   465
  <g
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   466
     inkscape:label="HMI:Meter@/PUMP0/SLOTH"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   467
     transform="matrix(7.5590552,0,0,7.5590552,-244.3956,1321.2434)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   468
     id="g110">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   469
    <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   470
       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:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   471
       d="M 113.38908,2.2017068 V -62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   472
       id="path90"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   473
       inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   474
       sodipodi:nodetypes="cc"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   475
       inkscape:label="range" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   476
    <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   477
       inkscape:label="needle"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   478
       sodipodi:nodetypes="cc"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   479
       inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   480
       id="path92"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   481
       d="M 113.38908,4.0725977 V -62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   482
       style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient964);stroke-width:13.22916698;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:29.63333321;stroke-opacity:1" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   483
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   484
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   485
       style="font-style:normal;font-weight:normal;font-size:5.29166651px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   486
       x="115.07632"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   487
       y="9.3424692"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   488
       id="text96"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   489
       inkscape:label="min"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   490
         sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   491
         id="tspan94"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   492
         x="115.07632"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   493
         y="9.3424692"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   494
         style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   495
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   496
       id="text100"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   497
       y="-64.195457"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   498
       x="113.27539"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   499
       style="font-style:normal;font-weight:normal;font-size:5.29166651px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   500
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   501
       inkscape:label="max"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   502
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   503
         y="-64.195457"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   504
         x="113.27539"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   505
         id="tspan98"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   506
         sodipodi:role="line">10000</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   507
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   508
       inkscape:label="unit"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   509
       id="text108"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   510
       y="-9.4425077"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   511
       x="140.65398"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   512
       style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   513
       xml:space="preserve"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   514
         id="tspan106"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   515
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   516
         y="-9.4425077"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   517
         x="140.65398"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   518
         sodipodi:role="line">€£$¥</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   519
  </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   520
  <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   521
     inkscape:label="HMI:Input@/TARGETPRESSURE"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   522
     id="g991"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   523
     transform="matrix(0.5,0,0,0.5,230.11026,885.7162)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   524
     style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   525
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   526
       xml:space="preserve"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   527
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   528
       x="136.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   529
       y="218.24219"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   530
       id="text977"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   531
       inkscape:label="value"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   532
         sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   533
         id="tspan975"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   534
         x="136.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   535
         y="218.24219"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   536
         style="stroke-width:2px">8888</tspan></text>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   537
    <rect
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   538
       inkscape:label="edit"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   539
       onclick=""
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   540
       y="95.40741"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   541
       x="139.85185"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   542
       height="128"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   543
       width="407.7037"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   544
       id="rect983"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   545
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   546
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   547
       id="g1086"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   548
       inkscape:label="=0"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   549
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   550
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   551
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   552
         inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   553
         id="path989"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   554
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   555
         inkscape:transform-center-y="-14.956361"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   556
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   557
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   558
         id="text1048"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   559
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   560
         x="733.58197"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   561
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   562
         xml:space="preserve"><tspan
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   563
           style="stroke-width:1px"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   564
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   565
           x="733.58197"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   566
           id="tspan1046"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   567
           sodipodi:role="line">→0←</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   568
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   569
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   570
       id="g1091"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   571
       inkscape:label="-10"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   572
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   573
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   574
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   575
         inkscape:transform-center-x="14.956371"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   576
         inkscape:transform-center-y="-3.6154501e-05"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   577
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   578
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   579
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   580
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   581
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   582
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   583
         sodipodi:r2="14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   584
         sodipodi:r1="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   585
         sodipodi:cy="-184.98808"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   586
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   587
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   588
         id="path981"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   589
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   590
         sodipodi:type="star"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   591
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   592
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   593
         xml:space="preserve"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   594
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   595
         x="633.09552"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   596
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   597
         id="text1059"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   598
           sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   599
           id="tspan1057"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   600
           x="633.09552"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   601
           y="111.05016"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   602
           style="stroke-width:1px">-10</tspan></text>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   603
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   604
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   605
       id="g1096"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   606
       inkscape:label="-100"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   607
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   608
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   609
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   610
         inkscape:transform-center-x="14.956364"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   611
         transform="rotate(-90,746.45698,-44.543641)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   612
         sodipodi:type="star"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   613
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   614
         id="path979"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   615
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   616
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   617
         sodipodi:cy="-216.2599"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   618
         sodipodi:r1="59.825443"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   619
         sodipodi:r2="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   620
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   621
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   622
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   623
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   624
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   625
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   626
         inkscape:transform-center-y="-5.9989963e-06" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   627
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   628
         id="text1063"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   629
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   630
         x="537.25018"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   631
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   632
         xml:space="preserve"><tspan
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   633
           style="stroke-width:1px"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   634
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   635
           x="537.25018"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   636
           id="tspan1061"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   637
           sodipodi:role="line">-100</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   638
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   639
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   640
       id="g1076"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   641
       inkscape:label="+100"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   642
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   643
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   644
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   645
         inkscape:transform-center-x="-14.956365"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   646
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   647
         inkscape:transform-center-y="-5.5023185e-06"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   648
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   649
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   650
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   651
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   652
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   653
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   654
         sodipodi:r2="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   655
         sodipodi:r1="59.825443"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   656
         sodipodi:cy="105.17262"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   657
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   658
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   659
         id="path985"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   660
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   661
         sodipodi:type="star" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   662
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   663
         id="text1067"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   664
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   665
         x="925.82605"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   666
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   667
         xml:space="preserve"><tspan
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   668
           style="stroke-width:1px"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   669
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   670
           x="925.82605"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   671
           id="tspan1065"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   672
           sodipodi:role="line">+100</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   673
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   674
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   675
       id="g1081"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   676
       inkscape:label="+10"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   677
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   678
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   679
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   680
         inkscape:transform-center-x="-14.956349"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   681
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   682
         sodipodi:type="star"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   683
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   684
         id="path987"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   685
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   686
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   687
         sodipodi:cy="136.44444"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   688
         sodipodi:r1="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   689
         sodipodi:r2="14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   690
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   691
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   692
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   693
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   694
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   695
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   696
         inkscape:transform-center-y="-3.3040441e-05" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   697
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   698
         xml:space="preserve"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   699
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   700
         x="842.71497"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   701
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   702
         id="text1071"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   703
           sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   704
           id="tspan1069"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   705
           x="842.71497"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   706
           y="111.05016"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   707
           style="stroke-width:1px">+10</tspan></text>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   708
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   709
  </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   710
  <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   711
     xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   712
     style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#82ff77;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   713
     x="736.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   714
     y="1478.2422"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   715
     id="text995"
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   716
     inkscape:label="HMI:Display@/PUMP0/PRESSURE"><tspan
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   717
       sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   718
       id="tspan993"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   719
       x="736.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   720
       y="1478.2422"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   721
       style="fill:#82ff77;fill-opacity:1;stroke-width:1px;">8888</tspan></text>
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   722
  <text
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   723
     xml:space="preserve"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   724
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   725
     x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   726
     y="365.32291"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   727
     id="text134"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   728
     inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   729
       sodipodi:role="line"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   730
       id="tspan132"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   731
       x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   732
       y="365.32291"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   733
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text>
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   734
  <text
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   735
     inkscape:label="HMI:Display@/PUMP0/BOOLOUT"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   736
     id="text138"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   737
     y="422.50345"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   738
     x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   739
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   740
     xml:space="preserve"><tspan
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   741
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   742
       y="422.50345"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   743
       x="28.181862"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   744
       id="tspan136"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   745
       sodipodi:role="line">8888</tspan></text>
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   746
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   747
     transform="matrix(0.28590269,0,0,0.28590269,0.70444171,226.1427)"
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
   748
     id="g208-1"
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   749
     inkscape:label="HMI:Input@/PUMP0/STRIN"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   750
     style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   751
    <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   752
       inkscape:label="value"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   753
       id="text164"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   754
       y="218.24219"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   755
       x="136.32812"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   756
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   757
       xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   758
         style="stroke-width:2px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   759
         y="218.24219"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   760
         x="136.32812"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   761
         id="tspan162"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   762
         sodipodi:role="line">8888</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   763
    <rect
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   764
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   765
       id="rect166"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   766
       width="407.7037"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   767
       height="128"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   768
       x="139.85185"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   769
       y="95.40741"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   770
       onclick=""
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   771
       inkscape:label="edit" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   772
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   773
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   774
       inkscape:label="+&quot;dhu&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   775
       id="g174"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   776
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   777
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   778
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   779
         inkscape:transform-center-y="-14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   780
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   781
         id="path168"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   782
         inkscape:connector-curvature="0" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   783
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   784
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   785
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   786
         x="733.58197"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   787
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   788
         id="text172"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   789
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   790
           id="tspan170"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   791
           x="733.58197"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   792
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   793
           style="stroke-width:1px">dhu</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   794
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   795
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   796
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   797
       inkscape:label="=&quot;plop&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   798
       id="g182"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   799
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   800
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   801
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   802
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   803
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   804
         id="path176"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   805
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   806
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   807
         sodipodi:cy="-184.98808"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   808
         sodipodi:r1="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   809
         sodipodi:r2="14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   810
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   811
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   812
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   813
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   814
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   815
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   816
         inkscape:transform-center-y="-3.6154501e-05"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   817
         inkscape:transform-center-x="14.956371" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   818
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   819
         id="text180"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   820
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   821
         x="633.09552"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   822
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   823
         xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   824
           style="stroke-width:1px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   825
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   826
           x="633.09552"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   827
           id="tspan178"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   828
           sodipodi:role="line">plop</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   829
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   830
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   831
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   832
       inkscape:label="=&quot;mhoo&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   833
       id="g190"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   834
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   835
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   836
         inkscape:transform-center-y="-5.9989963e-06"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   837
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   838
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   839
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   840
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   841
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   842
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   843
         sodipodi:r2="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   844
         sodipodi:r1="59.825443"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   845
         sodipodi:cy="-216.2599"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   846
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   847
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   848
         id="path184"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   849
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   850
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   851
         transform="rotate(-90,746.45698,-44.543641)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   852
         inkscape:transform-center-x="14.956364" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   853
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   854
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   855
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   856
         x="537.25018"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   857
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   858
         id="text188"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   859
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   860
           id="tspan186"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   861
           x="537.25018"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   862
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   863
           style="stroke-width:1px">mhoo</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   864
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   865
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   866
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   867
       inkscape:label="=&quot;yodl&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   868
       id="g198"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   869
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   870
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   871
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   872
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   873
         id="path192"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   874
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   875
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   876
         sodipodi:cy="105.17262"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   877
         sodipodi:r1="59.825443"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   878
         sodipodi:r2="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   879
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   880
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   881
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   882
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   883
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   884
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   885
         inkscape:transform-center-y="-5.5023185e-06"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   886
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   887
         inkscape:transform-center-x="-14.956365" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   888
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   889
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   890
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   891
         x="925.82605"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   892
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   893
         id="text196"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   894
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   895
           id="tspan194"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   896
           x="925.82605"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   897
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   898
           style="stroke-width:1px">yodl</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   899
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   900
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   901
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   902
       inkscape:label="=&quot;mhe&quot;"
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
   903
       id="g206-1"
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   904
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   905
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   906
         inkscape:transform-center-y="-3.3040441e-05"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   907
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   908
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   909
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   910
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   911
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   912
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   913
         sodipodi:r2="14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   914
         sodipodi:r1="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   915
         sodipodi:cy="136.44444"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   916
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   917
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   918
         id="path200"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   919
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   920
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   921
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   922
         inkscape:transform-center-x="-14.956349" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   923
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   924
         id="text204"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   925
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   926
         x="842.71497"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   927
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   928
         xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   929
           style="stroke-width:1px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   930
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   931
           x="842.71497"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   932
           id="tspan202"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   933
           sodipodi:role="line">mhe</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   934
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   935
  </g>
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
   936
  <g
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   937
     inkscape:label="HMI:Keypad:HMI_INT:HMI_REAL"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   938
     id="g2432"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   939
     style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   940
     transform="matrix(3.3549332,0,0,3.14525,-181.87457,2336.0198)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   941
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   942
       sodipodi:nodetypes="ccccc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   943
       inkscape:label="Background"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   944
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   945
       id="path2136"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
   946
       d="M 54.211099,1.2654702 H 435.73881 V 230.18209 H 54.211099 Z"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   947
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   948
    <rect
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   949
       ry="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   950
       rx="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   951
       y="15.77106"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   952
       x="64.024963"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   953
       height="30.150299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   954
       width="361.89996"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   955
       id="rect2426"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   956
       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;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   957
       inkscape:label="Field" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   958
    <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   959
       id="text2430"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   960
       y="37.408375"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   961
       x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   962
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   963
       xml:space="preserve"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   964
       inkscape:label="Value"><tspan
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   965
         style="text-align:start;text-anchor:start;stroke-width:0.47690967px"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   966
         y="37.408375"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   967
         x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   968
         id="tspan2428"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   969
         sodipodi:role="line">number</tspan></text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   970
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   971
       style="fill-rule:evenodd;stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   972
       inkscape:label="Enter"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   973
       id="g4947"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   974
       transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60855)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   975
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   976
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.10074362;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   977
         id="path193"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   978
         d="m 750,175 c 0,-2 -1,-3 -3,-3 h -20 c -1,0 -3,1 -3,3 v 43 c 0,1 2,2 3,2 h 20 c 2,0 3,-1 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   979
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   980
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   981
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;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;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.99999988;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"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   982
         d="m -1244.2949,1166.5938 v 15.791 h -38.6875 v -2.9981 l -6.9199,4 6.9199,4 v -2.998 h 40.6836 v -17.7949 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   983
         transform="matrix(0.28557246,0,0,0.28557246,1098.7155,-140.51013)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   984
         id="path6545-4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   985
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   986
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   987
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   988
       style="fill-rule:evenodd;stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   989
       inkscape:label="Keys"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   990
       id="g4993"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   991
       transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60855)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   992
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   993
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   994
         inkscape:label="7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   995
         id="g4892">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   996
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   997
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   998
           d="m 638,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
   999
           id="path163"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1000
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1001
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1002
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1003
           id="text331"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1004
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1005
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1006
           transform="scale(1.0007154,0.99928514)">7</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1007
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1008
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1009
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1010
         inkscape:label="4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1011
         id="g4907">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1012
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1013
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1014
           d="m 638,146 h 20 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1015
           id="path169"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1016
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1017
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1018
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1019
           id="text335"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1020
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1021
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1022
           transform="scale(1.0007154,0.99928514)">4</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1023
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1024
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1025
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1026
         inkscape:label="1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1027
         id="g4922">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1028
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1029
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1030
           d="m 638,172 h 20 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1031
           id="path175"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1032
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1033
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1034
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1035
           id="text339"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1036
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1037
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1038
           transform="scale(1.0007154,0.99928514)">1</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1039
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1040
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1041
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1042
         inkscape:label="8"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1043
         id="g4897">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1044
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1045
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1046
           d="m 668,120 h 19 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -19 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1047
           id="path165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1048
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1049
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1050
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1051
           id="text347"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1052
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1053
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1054
           transform="scale(1.0007154,0.99928514)">8</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1055
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1056
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1057
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1058
         inkscape:label="5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1059
         id="g4912">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1060
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1061
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1062
           d="m 668,146 h 19 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -19 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1063
           id="path171"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1064
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1065
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1066
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1067
           id="text351"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1068
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1069
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1070
           transform="scale(1.0007154,0.99928514)">5</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1071
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1072
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1073
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1074
         inkscape:label="2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1075
         id="g4927">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1076
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1077
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1078
           d="m 668,172 h 19 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1079
           id="path177"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1080
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1081
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1082
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1083
           id="text355"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1084
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1085
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1086
           transform="scale(1.0007154,0.99928514)">2</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1087
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1088
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1089
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1090
         inkscape:label="9"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1091
         id="g4902">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1092
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1093
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1094
           d="m 697,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1095
           id="path167"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1096
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1097
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1098
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1099
           id="text363"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1100
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1101
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1102
           transform="scale(1.0007154,0.99928514)">9</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1103
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1104
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1105
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1106
         inkscape:label="6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1107
         id="g4917">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1108
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1109
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1110
           d="m 697,146 h 20 c 2,0 3,1 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1111
           id="path173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1112
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1113
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1114
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1115
           id="text367"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1116
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1117
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1118
           transform="scale(1.0007154,0.99928514)">6</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1119
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1120
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1121
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1122
         inkscape:label="3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1123
         id="g4932">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1124
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1125
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1126
           d="m 697,172 h 20 c 2,0 3,1 3,3 v 17 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -17 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1127
           id="path179"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1128
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1129
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1130
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1131
           id="text371"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1132
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1133
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1134
           transform="scale(1.0007154,0.99928514)">3</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1135
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1136
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1137
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1138
         inkscape:label="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1139
         id="g4937">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1140
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1141
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1142
           d="m 638,220 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 h 49 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1143
           id="path373"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1144
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1145
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1146
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1147
           id="text377"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1148
           y="205.53712"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1149
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1150
           transform="scale(1.0007154,0.99928514)">0</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1151
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1152
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1153
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1154
       id="g3113"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1155
       inkscape:label="Esc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1156
       transform="translate(-318.22576)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1157
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1158
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1159
         id="path167-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1160
         d="m 387.26079,54.792986 h 33.40019 c 3.34,0 5.01006,3.34003 5.01006,5.010045 v 30.060225 c 0,3.340029 -1.67006,5.010032 -5.01006,5.010032 h -33.40019 c -1.67006,0 -5.01007,-1.670003 -5.01007,-5.010032 V 59.803031 c 0,-1.670015 3.34001,-5.010045 5.01007,-5.010045 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1161
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1162
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1163
         x="394.42801"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1164
         y="78.632088"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1165
         id="text469-4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1166
         style="font-weight:normal;font-size:10.63882256px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1167
         transform="scale(1.0007154,0.99928511)">Esc</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1168
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1169
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1170
       id="g3109"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1171
       inkscape:label="BackSpace"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1172
       transform="translate(0,-43.420332)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1173
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1174
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1175
         id="path173-1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1176
         d="m 387.26079,98.213318 h 33.40019 c 3.34,0 5.01006,1.670013 5.01006,5.010032 v 30.06024 c 0,3.34002 -1.67006,5.01003 -5.01006,5.01003 h -33.40019 c -1.67006,0 -5.01007,-1.67001 -5.01007,-5.01003 v -30.06024 c 0,-3.340019 3.34001,-5.010032 5.01007,-5.010032 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1177
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1178
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1179
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;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;vector-effect:none;fill:#2b2828;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;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"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1180
         d="m -1278.9668,1041.3047 -6.9199,4 6.9199,4 v -3 h 33.416 v -1.9981 h -33.416 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1181
         transform="matrix(0.47690966,0,0,0.47690966,1008.0304,-380.26227)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1182
         id="path11623-1-0-2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1183
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1184
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1185
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1186
       id="g787"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1187
       inkscape:label="Sign"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1188
       style="fill-rule:evenodd;stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1189
       transform="matrix(1.6700128,0,0,1.6700128,-678.20742,-102.18822)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1190
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1191
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1192
         id="path781"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1193
         d="m 638,120 h 20 c 2,0 3,2 3,3 v 18 c 0,2 -1,3 -3,3 h -20 c -1,0 -3,-1 -3,-3 v -18 c 0,-1 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1194
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1195
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1196
         x="642.1239"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1197
         y="135.09822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1198
         id="text783"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1199
         style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1200
         transform="scale(1.0007154,0.99928514)">+/-</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1201
    </g>
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1202
    <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1203
       xml:space="preserve"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1204
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1205
       x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1206
       y="12.333653"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1207
       id="text509"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1208
       transform="scale(0.96824589,1.0327955)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1209
       inkscape:label="Info"><tspan
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1210
         sodipodi:role="line"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1211
         id="tspan507"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1212
         x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1213
         y="12.333653"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1214
         style="stroke-width:0.30784383px">information</tspan></text>
2920
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1215
    <g
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1216
       transform="matrix(1.6700128,0,0,1.6700128,-826.83854,-145.60856)"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1217
       style="fill-rule:evenodd;stroke-width:0.13585199"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1218
       id="g4942"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1219
       inkscape:label="NumDot">
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1220
      <path
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1221
         inkscape:connector-curvature="0"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1222
         d="m 697,197 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1223
         id="path181"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1224
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.10074359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1225
      <text
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1226
         style="font-weight:normal;font-size:6.96602964px;font-family:Arial;fill:#2b2828;stroke-width:0.10514989"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1227
         id="text771"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1228
         y="204.54802"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1229
         x="696.7464"
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1230
         transform="scale(1.0007154,0.99928514)">.</text>
3ee337c8c769 SVGHMI: finished shift and capslock support n keypad widget. Added a helper in widgets_common to collect subelements likle active/inactive/disabled...
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2917
diff changeset
  1231
    </g>
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1232
  </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1233
  <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1234
     transform="matrix(3.3549332,0,0,3.14525,-181.87457,1556.0198)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1235
     style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1236
     id="g4278"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  1237
     inkscape:label="HMI:Keypad:HMI_STRING:HMI_LOCAL:PAGE_LOCAL">
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1238
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1239
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1240
       d="M 54.211084,1.2654702 H 435.7388 V 230.18209 H 54.211084 Z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1241
       id="rect1006-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1242
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1243
       inkscape:label="Background"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1244
       sodipodi:nodetypes="ccccc" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1245
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1246
       style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1247
       id="path185"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1248
       d="m 162,197 h -11 c -2,0 -3,1 -3,3 v 18 c 0,2 1,3 3,3 h 11 168 18 c 0,0 1,-1 1,-3 v -18 c 0,-2 -1,-3 -1,-3 h -18 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1249
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1250
       inkscape:label="Space" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1251
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1252
       id="g4380"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1253
       inkscape:label="Keys"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1254
       style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1255
       transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1256
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1257
         id="g4283"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1258
         inkscape:label="q Q"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1259
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1260
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1261
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1262
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1263
           id="path41"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1264
           d="m 95,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 H 95 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1265
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1266
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1267
           x="99.378708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1268
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1269
           id="text203"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1270
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1271
           transform="scale(1.0007154,0.99928514)">Q</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1272
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1273
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1274
         id="g4337"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1275
         inkscape:label="w W"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1276
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1277
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1278
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1279
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1280
           id="path43"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1281
           d="m 124,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1282
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1283
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1284
           x="127.0709"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1285
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1286
           id="text207"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1287
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1288
           transform="scale(1.0007154,0.99928514)">W</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1289
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1290
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1291
         id="g4332"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1292
         inkscape:label="e E"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1293
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1294
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1295
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1296
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1297
           id="path45"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1298
           d="m 154,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1299
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1300
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1301
           x="159.70854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1302
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1303
           id="text211"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1304
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1305
           transform="scale(1.0007154,0.99928514)">E</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1306
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1307
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1308
         id="g4326"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1309
         inkscape:label="r R"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1310
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1311
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1312
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1313
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1314
           id="path47"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1315
           d="m 184,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1316
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1317
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1318
           x="188.39003"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1319
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1320
           id="text215"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1321
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1322
           transform="scale(1.0007154,0.99928514)">R</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1323
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1324
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1325
         id="g4321"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1326
         inkscape:label="t T"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1327
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1328
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1329
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1330
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1331
           id="path49"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1332
           d="m 213,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1333
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1334
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1335
           x="219.04961"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1336
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1337
           id="text219"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1338
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1339
           transform="scale(1.0007154,0.99928514)">T</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1340
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1341
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1342
         id="g4316"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1343
         inkscape:label="y Y"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1344
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1345
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1346
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1347
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1348
           id="path51"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1349
           d="m 243,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1350
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1351
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1352
           x="248.72017"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1353
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1354
           id="text223"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1355
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1356
           transform="scale(1.0007154,0.99928514)">Y</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1357
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1358
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1359
         id="g4311"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1360
         inkscape:label="u U"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1361
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1362
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1363
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1364
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1365
           id="path53"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1366
           d="m 273,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1367
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1368
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1369
           x="278.39075"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1370
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1371
           id="text227"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1372
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1373
           transform="scale(1.0007154,0.99928514)">U</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1374
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1375
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1376
         id="g4306"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1377
         inkscape:label="i I"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1378
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1379
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1380
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1381
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1382
           id="path55"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1383
           d="m 302,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1384
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1385
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1386
           x="311.02859"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1387
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1388
           id="text231"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1389
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1390
           transform="scale(1.0007154,0.99928514)">I</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1391
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1392
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1393
         id="g4301"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1394
         inkscape:label="o O"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1395
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1396
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1397
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1398
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1399
           id="path57"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1400
           d="m 332,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1401
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1402
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1403
           x="336.74319"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1404
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1405
           id="text235"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1406
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1407
           transform="scale(1.0007154,0.99928514)">O</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1408
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1409
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1410
         id="g4296"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1411
         inkscape:label="p P"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1412
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1413
         transform="translate(0,-9.5381931)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1414
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1415
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1416
           id="path59"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1417
           d="m 362,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 v -18 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1418
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1419
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1420
           x="367.40256"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1421
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1422
           id="text239"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1423
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1424
           transform="scale(1.0007154,0.99928514)">P</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1425
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1426
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1427
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1428
         id="g4511"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1429
         inkscape:label="a A">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1430
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1431
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1432
           d="m 103,147 h 19 c 1,0 3,1 3,2 v 19 c 0,1 -2,2 -3,2 h -19 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1433
           id="path65"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1434
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1435
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1436
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1437
           id="text243"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1438
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1439
           x="107.29005"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1440
           transform="scale(1.0007154,0.99928514)">A</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1441
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1442
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1443
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1444
         id="g4516"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1445
         inkscape:label="s S">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1446
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1447
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1448
           d="m 132,147 h 20 c 1,0 3,1 3,2 v 19 c 0,1 -2,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1449
           id="path67"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1450
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1451
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1452
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1453
           id="text247"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1454
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1455
           x="137.95012"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1456
           transform="scale(1.0007154,0.99928514)">S</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1457
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1458
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1459
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1460
         id="g4521"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1461
         inkscape:label="d D">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1462
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1463
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1464
           d="m 162,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1465
           id="path69"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1466
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1467
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1468
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1469
           id="text251"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1470
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1471
           x="166.63159"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1472
           transform="scale(1.0007154,0.99928514)">D</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1473
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1474
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1475
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1476
         id="g4526"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1477
         inkscape:label="f F">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1478
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1479
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1480
           d="m 192,147 h 19 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -19 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1481
           id="path71"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1482
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1483
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1484
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1485
           id="text255"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1486
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1487
           x="197.29166"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1488
           transform="scale(1.0007154,0.99928514)">F</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1489
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1490
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1491
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1492
         id="g4531"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1493
         inkscape:label="g G">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1494
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1495
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1496
           d="m 221,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -2,0 -3,-1 -3,-2 v -19 c 0,-1 1,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1497
           id="path73"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1498
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1499
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1500
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1501
           id="text259"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1502
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1503
           x="225.97284"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1504
           transform="scale(1.0007154,0.99928514)">G</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1505
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1506
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1507
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1508
         id="g4536"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1509
         inkscape:label="h H">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1510
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1511
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1512
           d="m 251,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1513
           id="path75"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1514
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1515
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1516
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1517
           id="text263"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1518
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1519
           x="255.64342"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1520
           transform="scale(1.0007154,0.99928514)">H</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1521
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1522
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1523
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1524
         id="g4541"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1525
         inkscape:label="j J">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1526
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1527
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1528
           d="m 281,147 h 19 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -19 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1529
           id="path77"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1530
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1531
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1532
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1533
           id="text267"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1534
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1535
           x="287.29208"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1536
           transform="scale(1.0007154,0.99928514)">J</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1537
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1538
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1539
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1540
         id="g4546"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1541
         inkscape:label="k K">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1542
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1543
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1544
           d="m 310,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1545
           id="path79"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1546
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1547
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1548
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1549
           id="text271"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1550
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1551
           x="314.98465"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1552
           transform="scale(1.0007154,0.99928514)">K</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1553
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1554
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1555
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1556
         id="g4551"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1557
         inkscape:label="l L">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1558
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1559
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1560
           d="m 340,147 h 20 c 2,0 3,1 3,2 v 19 c 0,1 -1,2 -3,2 h -20 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1561
           id="path81"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1562
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1563
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1564
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1565
           id="text275"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1566
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1567
           x="345.64444"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1568
           transform="scale(1.0007154,0.99928514)">L</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1569
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1570
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1571
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1572
         id="g4586"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1573
         inkscape:label="z Z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1574
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1575
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1576
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1577
           d="m 113,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1578
           id="path87-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1579
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1580
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1581
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1582
           id="text279"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1583
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1584
           x="119.15855"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1585
           transform="scale(1.0007154,0.99928514)">Z</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1586
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1587
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1588
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1589
         id="g4581"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1590
         inkscape:label="x X"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1591
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1592
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1593
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1594
           d="m 143,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1595
           id="path89-6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1596
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1597
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1598
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1599
           id="text283"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1600
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1601
           x="148.82933"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1602
           transform="scale(1.0007154,0.99928514)">X</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1603
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1604
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1605
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1606
         id="g4576"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1607
         inkscape:label="c C"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1608
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1609
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1610
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1611
           d="m 173,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1612
           id="path91-7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1613
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1614
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1615
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1616
           id="text287"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1617
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1618
           x="178.50011"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1619
           transform="scale(1.0007154,0.99928514)">C</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1620
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1621
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1622
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1623
         id="g4571"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1624
         inkscape:label="v V"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1625
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1626
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1627
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1628
           d="m 202,172 h 21 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -21 c 0,0 -1,-1 -1,-3 v -17 c 0,-1 1,-3 1,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1629
           id="path195"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1630
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1631
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1632
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1633
           id="text291"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1634
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1635
           x="208.16988"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1636
           transform="scale(1.0007154,0.99928514)">V</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1637
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1638
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1639
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1640
         id="g4566"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1641
         inkscape:label="b B"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1642
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1643
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1644
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1645
           d="m 233,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1646
           id="path93"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1647
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1648
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1649
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1650
           id="text295"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1651
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1652
           x="237.84096"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1653
           transform="scale(1.0007154,0.99928514)">B</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1654
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1655
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1656
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1657
         id="g4561"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1658
         inkscape:label="n N"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1659
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1660
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1661
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1662
           d="m 263,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1663
           id="path95"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1664
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1665
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1666
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1667
           id="text299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1668
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1669
           x="267.51193"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1670
           transform="scale(1.0007154,0.99928514)">N</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1671
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1672
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1673
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1674
         id="g4556"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1675
         inkscape:label="m M"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1676
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1677
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1678
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1679
           d="m 293,172 h 19 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -19 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1680
           id="path97"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1681
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1682
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1683
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1684
           id="text303"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1685
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1686
           x="296.1933"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1687
           transform="scale(1.0007154,0.99928514)">M</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1688
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1689
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1690
         id="g4818"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1691
         inkscape:label=". :"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1692
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1693
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1694
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1695
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1696
           d="m 352,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1697
           id="path101"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1698
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1699
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1700
           transform="scale(1.0007154,0.99928513)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1701
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1702
           id="text719"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1703
           y="189.66107"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1704
           x="359.58276">.</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1705
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1706
           x="359.58276"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1707
           y="181.64532"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1708
           id="text4834"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1709
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1710
           transform="scale(1.0007154,0.99928512)">:</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1711
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1712
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1713
         id="g4813"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1714
         inkscape:label=", ;"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1715
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1716
         transform="translate(0,9.5381929)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1717
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1718
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1719
           d="m 322,172 h 20 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 h -20 c -2,0 -3,-1 -3,-3 v -17 c 0,-1 1,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1720
           id="path99"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1721
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1722
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1723
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1724
           id="text727"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1725
           y="181.64532"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1726
           x="330.00806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1727
           transform="scale(1.0007154,0.99928512)">;</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1728
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1729
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1730
           y="189.66107"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1731
           x="330.00806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1732
           transform="scale(1.0007154,0.99928512)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1733
           id="text4826">,</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1734
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1735
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1736
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1737
         inkscape:label="1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1738
         id="g2845"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1739
         transform="translate(-13.353469,-45.783327)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1740
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1741
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1742
           d="m 95,121 h 19 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 H 95 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1743
           id="path2839"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1744
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1745
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1746
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1747
           id="text2841"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1748
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1749
           x="101.07153"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1750
           transform="scale(1.0007154,0.99928513)">1</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1751
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1752
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1753
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1754
         inkscape:label="2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1755
         id="g2853"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1756
         transform="translate(-13.353469,-45.783327)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1757
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1758
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1759
           d="m 124,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1760
           id="path2847"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1761
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1762
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1763
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1764
           id="text2849"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1765
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1766
           x="130.18704"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1767
           transform="scale(1.0007154,0.99928513)">2</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1768
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1769
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1770
         inkscape:label="3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1771
         id="g2861"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1772
         style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1773
         transform="translate(-13.353469,-45.783327)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1774
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1775
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1776
           d="m 154,121 h 20 c 2,0 3,1 3,3 v 18 c 0,1 -1,3 -3,3 h -20 c -1,0 -3,-2 -3,-3 v -18 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1777
           id="path2855"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1778
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1779
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1780
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1781
           id="text2857"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1782
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1783
           x="159.70854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1784
           transform="scale(1.0007154,0.99928514)">3</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1785
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1786
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1787
         id="g2957"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1788
         inkscape:label="4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1789
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1790
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1791
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1792
           d="m 170.64653,94.293059 h 19 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -19 c -1,0 -3,-2 -3,-3 V 97.293059 c 0,-2 2,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1793
           id="path2865"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1794
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1795
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1796
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1797
           id="text2867"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1798
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1799
           x="176.39188"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1800
           transform="scale(1.0007154,0.99928514)">4</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1801
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1802
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1803
         id="g2962"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1804
         inkscape:label="5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1805
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1806
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1807
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1808
           d="m 199.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1809
           id="path2873"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1810
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1811
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1812
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1813
           id="text2875"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1814
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1815
           x="205.70567"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1816
           transform="scale(1.0007154,0.99928514)">5</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1817
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1818
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1819
         id="g2967"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1820
         inkscape:label="6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1821
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1822
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1823
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1824
           d="m 229.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1825
           id="path2881"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1826
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1827
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1828
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1829
           id="text2883"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1830
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1831
           x="236.15851"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1832
           transform="scale(1.0007154,0.99928514)">6</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1833
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1834
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1835
         id="g2972"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1836
         inkscape:label="7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1837
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1838
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1839
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1840
           d="m 259.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1841
           id="path2889"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1842
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1843
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1844
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1845
           id="text2891"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1846
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1847
           x="266.06564"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1848
           transform="scale(1.0007154,0.99928514)">7</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1849
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1850
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1851
         id="g2977"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1852
         inkscape:label="8"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1853
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1854
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1855
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1856
           d="m 288.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1857
           id="path2897"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1858
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1859
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1860
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1861
           id="text2899"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1862
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1863
           x="295.08231"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1864
           transform="scale(1.0007154,0.99928514)">8</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1865
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1866
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1867
         id="g2982"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1868
         inkscape:label="9 -"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1869
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1870
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1871
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1872
           d="m 318.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1873
           id="path2905"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1874
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1875
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1876
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1877
           id="text2907"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1878
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1879
           x="325.05408"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1880
           transform="scale(1.0007154,0.99928514)">9</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1881
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1882
           transform="scale(1.0007154,0.99928511)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1883
           x="335.72681"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1884
           y="102.42173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1885
           id="text806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1886
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826">-</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1887
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1888
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1889
         id="g2987"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1890
         inkscape:label="0 +"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1891
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1892
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1893
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1894
           d="m 348.64653,94.293059 h 20 c 2,0 3,1 3,3 v 18.000001 c 0,1 -1,3 -3,3 h -20 c -1,0 -2,-2 -2,-3 V 97.293059 c 0,-2 1,-3 2,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1895
           id="path2913"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1896
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1897
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1898
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1899
           id="text2915"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1900
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1901
           x="355.05984"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1902
           transform="scale(1.0007154,0.99928514)">0</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1903
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1904
           transform="scale(1.0007154,0.99928511)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1905
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1906
           id="text804"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1907
           y="102.42173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1908
           x="365.30151">+</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1909
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1910
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1911
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1912
       transform="translate(335.89988,-58.934803)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1913
       id="g3544"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1914
       inkscape:label="Esc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1915
       style="stroke-width:0.47631353">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1916
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1917
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1918
         id="path105"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1919
         d="m 47.948645,115.07509 h 39.076386 c 1,0 3,1 3,3 v 18 c 0,1 -2,3 -3,3 H 47.948645 c -2,0 -3,-2 -3,-3 v -18 c 0,-2 1,-3 3,-3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1920
         inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1921
         sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1922
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1923
         transform="scale(1.0007154,0.99928512)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1924
         style="font-weight:normal;font-size:9.37966251px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1925
         id="text469"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1926
         y="130.02028"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1927
         x="59.288635">Esc</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1928
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1929
    <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1930
       inkscape:label="Enter"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1931
       id="g4291"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1932
       style="stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1933
       transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1934
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1935
         sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1936
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1937
         id="path3616"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1938
         d="m 368.68274,170 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 54.24217 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1939
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1940
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1941
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;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;vector-effect:none;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;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"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1942
         d="m -260.23633,1080.8125 v 15.7949 h -38.68555 v -3 l -6.91992,4 6.91992,4 v -3.0019 h 40.6836 v -17.793 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1943
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-361.18588)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1944
         id="path6545"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1945
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1946
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1947
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1948
       inkscape:label="BackSpace"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1949
       id="g4287"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1950
       style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1951
       transform="translate(2.3648311e-6,-28.614579)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1952
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1953
         sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1954
         style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1955
         id="path3624"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1956
         d="m 391.97749,144 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 30.94742 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1957
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1958
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1959
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;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;vector-effect:none;fill:#2b2828;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;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"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1960
         d="m -268.72656,1011.1777 -6.91992,4 6.91992,4 v -3.0019 h 29.18945 v -1.9981 h -29.18945 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1961
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-351.64769)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1962
         id="path11623-1-0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1963
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1964
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1965
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1966
       id="g934"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1967
       inkscape:label="CapsLock">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1968
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1969
         inkscape:label="inactive"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1970
         id="g942"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1971
         style="display:inline;fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1972
         transform="translate(0,-19.076386)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1973
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1974
           sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1975
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1976
           id="path936"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1977
           d="m 67.025031,170 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 H 92 c 2,0 4,1 4,2 v 19 c 0,1 -2,2 -4,2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1978
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1979
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1980
           x="69.789322"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1981
           y="156.71973"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1982
           id="text938-5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1983
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1984
           transform="scale(1.0007154,0.99928515)">Caps</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1985
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1986
           x="69.789322"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1987
           y="166.5585"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1988
           id="text940"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1989
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1990
           transform="scale(1.0007154,0.99928515)">Lock</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1991
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1992
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1993
         transform="translate(0,-19.076386)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1994
         style="fill-rule:evenodd;stroke-width:0.47631353"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1995
         id="g4429"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1996
         inkscape:label="active">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1997
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1998
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1999
           d="m 67.025031,170 c -1,0 -3,-1 -3,-2 v -19 c 0,-1 2,-2 3,-2 H 92 c 2,0 4,1 4,2 v 19 c 0,1 -2,2 -4,2 z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2000
           id="path199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2001
           style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2002
           sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2003
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2004
           transform="scale(1.0007154,0.99928515)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2005
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2006
           id="text647"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2007
           y="156.71973"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2008
           x="69.789322">Caps</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2009
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2010
           transform="scale(1.0007154,0.99928515)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2011
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2012
           id="text651"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2013
           y="166.5585"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2014
           x="69.789322">Lock</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2015
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2016
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2017
    <rect
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2018
       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;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2019
       id="rect2130"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2020
       width="361.89996"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2021
       height="30.150299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2022
       x="64.024956"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2023
       y="15.771065"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2024
       rx="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2025
       ry="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2026
       inkscape:label="Field" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2027
    <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2028
       xml:space="preserve"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2029
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2030
       x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2031
       y="38.296417"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2032
       id="text1309"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2033
       inkscape:label="Value"><tspan
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2034
         sodipodi:role="line"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2035
         id="tspan1307"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2036
         x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2037
         y="38.296417"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2038
         style="text-align:start;text-anchor:start;stroke-width:0.47690967px">text</tspan></text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2039
    <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2040
       id="g437"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2041
       inkscape:label="Shift">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2042
      <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2043
         id="g421"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2044
         inkscape:label="inactive">
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2045
        <path
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2046
           inkscape:connector-curvature="0"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2047
           d="m 379.96247,185.46181 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 42.96244 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2048
           id="path910"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2049
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2050
           sodipodi:nodetypes="sssssssss" />
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2051
        <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2052
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2053
           id="text912"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2054
           y="177.90059"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2055
           x="392.55679"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2056
           transform="scale(1.0007154,0.99928513)">Shift</text>
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2057
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2058
           sodipodi:nodetypes="sssssssss"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2059
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824308;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2060
           id="path856"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2061
           d="m 67.025031,185.46181 c -1,0 -3,-1 -3,-3 v -17 c 0,-1 2,-3 3,-3 H 104 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 z"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2062
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2063
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2064
           x="75.85218"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2065
           y="177.90059"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2066
           id="text858"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2067
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2068
           transform="scale(1.0007154,0.99928513)">Shift</text>
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2069
      </g>
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2070
      <g
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2071
         id="g413"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2072
         inkscape:label="active">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2073
        <path
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2074
           sodipodi:nodetypes="sssssssss"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2075
           style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2076
           id="path551"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2077
           d="m 379.96247,185.46181 c -1,0 -2,-1 -2,-3 v -17 c 0,-1 1,-3 2,-3 h 42.96244 c 2,0 3,2 3,3 v 17 c 0,2 -1,3 -3,3 z"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2078
           inkscape:connector-curvature="0" />
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2079
        <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2080
           transform="scale(1.0007154,0.99928513)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2081
           x="392.55679"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2082
           y="177.90059"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2083
           id="text629"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2084
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;stroke-width:0.36866826">Shift</text>
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2085
        <path
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2086
           inkscape:connector-curvature="0"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2087
           d="m 67.025031,185.46181 c -1,0 -3,-1 -3,-3 v -17 c 0,-1 2,-3 3,-3 H 104 c 1,0 2,2 2,3 v 17 c 0,2 -1,3 -2,3 z"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2088
           id="path879"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2089
           style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2090
           sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2091
        <text
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2092
           transform="scale(1.0007154,0.99928513)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2093
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2094
           id="text881"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2095
           y="177.90059"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2096
           x="75.85218">Shift</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2097
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2098
    </g>
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2099
    <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2100
       transform="scale(0.96824588,1.0327955)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2101
       id="text471"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2102
       y="12.333657"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2103
       x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2104
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2105
       xml:space="preserve"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2106
       inkscape:label="Info"><tspan
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2107
         style="stroke-width:0.30784383px"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2108
         y="12.333657"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2109
         x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2110
         id="tspan469"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2111
         sodipodi:role="line">information</tspan></text>
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2112
  </g>
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2113
  <g
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2114
     id="g14237"
3092
96ffd8b1b016 SVGHMI: added dropdown selection highlighting and fixed scrolling so that it doesn't miss any entry while jumping from one page to the other.
Edouard Tisserant
parents: 3091
diff changeset
  2115
     inkscape:label="HMI:DropDown:1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27@/SELECTION"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2116
     transform="matrix(0.81491208,0,0,0.81491208,243.6641,-510.30491)"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2117
     style="stroke-width:0.35083869">
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2118
    <rect
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2119
       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;vector-effect:none;fill:#53676c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2120
       id="rect14212"
2926
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2121
       width="391.99988"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2122
       height="130.9433"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2123
       x="864.00842"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2124
       y="923.98993"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2125
       rx="2.4558709"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2126
       ry="2.4558709"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2127
       inkscape:label="box" />
3091
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2128
    <rect
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2129
       inkscape:label="highlight"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2130
       ry="2.4558709"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2131
       rx="2.4558709"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2132
       y="943.10553"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2133
       x="864.00842"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2134
       height="92.71212"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2135
       width="391.99988"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2136
       id="rect5497"
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2137
       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;vector-effect:none;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419331;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2138
    <text
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2139
       id="text14183"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2140
       y="1011.9975"
2926
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2141
       x="881.44226"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2142
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#d42aff;fill-opacity:1;stroke:none;stroke-width:0.35083869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2143
       xml:space="preserve"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2144
       inkscape:label="text"><tspan
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2145
         style="text-align:start;text-anchor:start;fill:#d42aff;stroke-width:0.35083869px"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2146
         y="1011.9975"
2926
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2147
         x="881.44226"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2148
         sodipodi:role="line"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2149
         id="tspan421">sel_0</tspan></text>
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2150
    <path
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2151
       sodipodi:type="star"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  2152
       style="opacity:1;vector-effect:none;fill:#a7a5a6;fill-opacity:1;stroke:none;stroke-width:0.12376806;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
2926
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2153
       id="path424"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2154
       sodipodi:sides="3"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2155
       sodipodi:cx="1200.5"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2156
       sodipodi:cy="975"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2157
       sodipodi:r1="43.683521"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2158
       sodipodi:r2="21.841761"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2159
       sodipodi:arg1="1.5707963"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2160
       sodipodi:arg2="2.6179939"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2161
       inkscape:flatsided="false"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2162
       inkscape:rounded="0"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2163
       inkscape:randomized="0"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2164
       d="m 1200.5,1018.6835 -18.9155,-32.76262 -18.9155,-32.76264 37.831,0 37.831,0 -18.9155,32.76264 z"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2165
       inkscape:transform-center-y="10.92088"
90f9d9782632 SVGHMI: Add button element to HMI:DropDown, also fix problem with computed box margins.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2922
diff changeset
  2166
       inkscape:label="button" />
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2167
  </g>
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2168
  <g
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2169
     id="g14274"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2170
     inkscape:label="HMI:List:HoodNames:ForEach:HOOD:NAME@/" />
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2171
  <g
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2172
     inkscape:label="HMI:Input@/SELECTION"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2173
     id="g446"
3091
f475f39713aa SVGHMI: change scroll buttons into single unicode triangle and center them. Use highlight rectangle duplicated and hidden to catch selection clicks so that the whole row is clickable.
Edouard Tisserant
parents: 3085
diff changeset
  2174
     transform="matrix(0.28590269,0,0,0.28590269,85.246911,560.98603)">
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2175
    <text
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2176
       xml:space="preserve"
3085
6b1b23971960 SVGHMI: Rewrote button widget.
Edouard Tisserant
parents: 3083
diff changeset
  2177
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
6b1b23971960 SVGHMI: Rewrote button widget.
Edouard Tisserant
parents: 3083
diff changeset
  2178
       x="216.32812"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2179
       y="218.24219"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2180
       id="text432"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2181
       inkscape:label="value"><tspan
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2182
         sodipodi:role="line"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2183
         id="tspan430"
3085
6b1b23971960 SVGHMI: Rewrote button widget.
Edouard Tisserant
parents: 3083
diff changeset
  2184
         x="216.32812"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2185
         y="218.24219"
3085
6b1b23971960 SVGHMI: Rewrote button widget.
Edouard Tisserant
parents: 3083
diff changeset
  2186
         style="text-align:end;text-anchor:end;stroke-width:1px">8</tspan></text>
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2187
    <path
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2188
       transform="scale(1,-1)"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2189
       sodipodi:type="star"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2190
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2191
       id="path436"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2192
       sodipodi:sides="3"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2193
       sodipodi:cx="276.74072"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2194
       sodipodi:cy="-224.98808"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2195
       sodipodi:r1="29.912722"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2196
       sodipodi:r2="14.956361"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2197
       sodipodi:arg1="0.52359878"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2198
       sodipodi:arg2="1.5707963"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2199
       inkscape:flatsided="true"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2200
       inkscape:rounded="0"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2201
       inkscape:randomized="0"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2202
       d="m 302.6459,-210.03172 -51.81035,0 25.90517,-44.86908 z"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2203
       inkscape:transform-center-y="7.4781812"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2204
       inkscape:label="-1" />
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2205
    <rect
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2206
       inkscape:label="edit"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2207
       onclick=""
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2208
       y="95.40741"
3085
6b1b23971960 SVGHMI: Rewrote button widget.
Edouard Tisserant
parents: 3083
diff changeset
  2209
       x="-174.94055"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2210
       height="128"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2211
       width="407.7037"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2212
       id="rect438"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2213
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;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;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2214
    <path
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2215
       inkscape:label="+1"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2216
       inkscape:transform-center-y="-7.4781804"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2217
       d="m 302.6459,111.4008 -51.81035,0 25.90517,-44.869079 z"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2218
       inkscape:randomized="0"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2219
       inkscape:rounded="0"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2220
       inkscape:flatsided="true"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2221
       sodipodi:arg2="1.5707963"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2222
       sodipodi:arg1="0.52359878"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2223
       sodipodi:r2="14.956361"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2224
       sodipodi:r1="29.912722"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2225
       sodipodi:cy="96.444443"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2226
       sodipodi:cx="276.74072"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2227
       sodipodi:sides="3"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2228
       id="path442"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2229
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2230
       sodipodi:type="star" />
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2231
    <path
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2232
       inkscape:label="=0"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2233
       inkscape:transform-center-y="-10.828983"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2234
       d="m 306.14807,189.68763 -58.37872,0.43598 -0.43597,-58.37872 58.37871,-0.43597 z"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2235
       inkscape:randomized="0"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2236
       inkscape:rounded="0"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2237
       inkscape:flatsided="true"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2238
       sodipodi:arg2="1.5633284"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2239
       sodipodi:arg1="0.77793027"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2240
       sodipodi:r2="21.657967"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2241
       sodipodi:r1="41.281136"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2242
       sodipodi:cy="160.71626"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2243
       sodipodi:cx="276.74072"
2930
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2244
       sodipodi:sides="4"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2245
       id="path444"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2246
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2247
       sodipodi:type="star"
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2248
       inkscape:transform-center-x="1.0089177e-06" />
41edcb8e0a01 SVGHMI: Connect HMI:DropDown to value in HMI Tree, in svghmi test as well.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2926
diff changeset
  2249
  </g>
2961
00825316ed00 SVGHMI: Update Button widget to class declaration, and add a button widget in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2936
diff changeset
  2250
  <g
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2251
     id="g5053"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2252
     inkscape:label="HMI:Switch@/PUMP0/BOOLOUT"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2253
     transform="translate(43.983597,40.477445)">
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2254
    <g
3518
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2255
       inkscape:label="true"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2256
       style="fill:#ff0000;stroke:#ff00ff"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2257
       id="g1242"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2258
       transform="rotate(90,931.73133,997.97991)">
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2259
      <path
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2260
         inkscape:connector-curvature="0"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2261
         id="path1230"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2262
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2263
         d="M 825.90067,963.24473 V 1105.042 L 960.08282,916.47893 V 809.26931 Z" />
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2264
      <path
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2265
         inkscape:connector-curvature="0"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2266
         id="path1232"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2267
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2268
         d="m 825.90067,1105.042 90.50966,81.6485 121.15167,-225.30346 -77.47918,-44.90811 z" />
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2269
      <path
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2270
         inkscape:connector-curvature="0"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2271
         id="path1234"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2272
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2273
         d="m 960.08282,809.26931 77.47918,36.25625 v 115.86148 l -77.47918,-44.90811 z" />
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2274
      <path
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2275
         inkscape:connector-curvature="0"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2276
         id="path1236"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2277
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2278
         d="M 825.90067,963.24473 916.41033,1029.3537 1037.562,845.52556 960.08282,809.26931 Z" />
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2279
      <path
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2280
         inkscape:connector-curvature="0"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2281
         id="path1238"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2282
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2283
         d="m 916.41033,1029.3537 v 157.3368 L 1037.562,961.38704 V 845.52556 Z" />
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2284
      <path
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2285
         inkscape:connector-curvature="0"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2286
         id="path1240"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2287
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2288
         d="m 825.90067,963.24473 90.50966,66.10897 v 157.3368 l -90.50966,-81.6485 z" />
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2289
    </g>
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2290
    <g
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2291
       id="g473"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2292
       style="fill:#ff0000;stroke:#ff00ff"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2293
       inkscape:label="true">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2294
      <path
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2295
         d="M 825.90067,963.24473 V 1105.042 L 960.08282,916.47893 V 809.26931 Z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2296
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2297
         id="path3451"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2298
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2299
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2300
         d="m 825.90067,1105.042 90.50966,81.6485 121.15167,-225.30346 -77.47918,-44.90811 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2301
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2302
         id="path3453"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2303
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2304
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2305
         d="m 960.08282,809.26931 77.47918,36.25625 v 115.86148 l -77.47918,-44.90811 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2306
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2307
         id="path3455"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2308
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2309
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2310
         d="M 825.90067,963.24473 916.41033,1029.3537 1037.562,845.52556 960.08282,809.26931 Z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2311
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2312
         id="path3457"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2313
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2314
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2315
         d="m 916.41033,1029.3537 v 157.3368 L 1037.562,961.38704 V 845.52556 Z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2316
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2317
         id="path3459"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2318
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2319
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2320
         d="m 825.90067,963.24473 90.50966,66.10897 v 157.3368 l -90.50966,-81.6485 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2321
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2322
         id="path3461"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2323
         inkscape:connector-curvature="0" />
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2324
    </g>
3518
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2325
    <rect
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2326
       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;vector-effect:none;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:#ff8080;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2327
       id="rect1228"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2328
       width="140.92445"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2329
       height="229.46991"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2330
       x="903.8269"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2331
       y="859.10773"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2332
       rx="7"
c663d1f9f03b SVGHMI: fix Switch widget so that order of choices elements is preserved across detaching and re-attaching.
Edouard Tisserant
parents: 3471
diff changeset
  2333
       ry="7" />
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2334
    <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2335
       id="g501"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2336
       style="fill:#ff0000;stroke:#ff00ff"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2337
       inkscape:label="false">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2338
      <path
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2339
         d="M 855.90069,905.24473 V 1047.042 L 978.3745,966.29311 V 859.0835 Z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2340
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2341
         id="path3437"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2342
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2343
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2344
         d="m 855.90069,1047.042 90.50966,81.6485 108.49845,-108.7886 -76.5343,-53.60879 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2345
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2346
         id="path3439"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2347
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2348
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2349
         d="m 978.3745,859.0835 76.5343,44.95689 v 115.86151 l -76.5343,-53.60879 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2350
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2351
         id="path3441"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2352
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2353
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2354
         d="m 855.90069,905.24473 90.50966,66.10901 108.49845,-67.31335 -76.5343,-44.95689 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2355
         style="fill:#4d389f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2356
         id="path3443"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2357
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2358
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2359
         d="M 946.41035,971.35374 V 1128.6905 L 1054.9088,1019.9019 V 904.04039 Z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2360
         style="fill:#d78bff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2361
         id="path3445"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2362
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2363
      <path
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2364
         d="m 855.90069,905.24473 90.50966,66.10901 v 157.33676 l -90.50966,-81.6485 z"
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2365
         style="fill:#8667bf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2366
         id="path3447"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2367
         inkscape:connector-curvature="0" />
3220
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2368
      <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2369
         inkscape:label="HMI:Switch@/TARGETPRESSURE"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2370
         id="g991-3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2371
         transform="matrix(0.5,0,0,0.5,699.09791,793.95217)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2372
         style="stroke-width:2">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2373
        <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2374
           id="g1091-3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2375
           inkscape:label="4"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2376
           transform="translate(-136.52022,250.47452)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2377
           style="stroke-width:2">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2378
          <path
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2379
             inkscape:transform-center-x="14.956371"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2380
             inkscape:transform-center-y="-3.6154501e-05"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2381
             d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2382
             inkscape:randomized="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2383
             inkscape:rounded="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2384
             inkscape:flatsided="true"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2385
             sodipodi:arg2="1.5707963"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2386
             sodipodi:arg1="0.52359878"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2387
             sodipodi:r2="14.956361"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2388
             sodipodi:r1="29.912722"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2389
             sodipodi:cy="-184.98808"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2390
             sodipodi:cx="596.74072"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2391
             sodipodi:sides="3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2392
             id="path981-1"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2393
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2394
             sodipodi:type="star"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2395
             transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2396
          <text
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2397
             xml:space="preserve"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2398
             style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2399
             x="661.09552"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2400
             y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2401
             id="text1059-7"><tspan
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2402
               sodipodi:role="line"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2403
               id="tspan1057-5"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2404
               x="661.09552"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2405
               y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2406
               style="stroke-width:1px">4</tspan></text>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2407
        </g>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2408
        <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2409
           id="g1096-9"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2410
           inkscape:label="3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2411
           transform="translate(-136.52022,250.47452)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2412
           style="stroke-width:2">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2413
          <path
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2414
             inkscape:transform-center-x="14.956364"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2415
             transform="rotate(-90,746.45698,-44.543641)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2416
             sodipodi:type="star"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2417
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2418
             id="path979-6"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2419
             sodipodi:sides="3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2420
             sodipodi:cx="596.74072"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2421
             sodipodi:cy="-216.2599"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2422
             sodipodi:r1="59.825443"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2423
             sodipodi:r2="29.912722"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2424
             sodipodi:arg1="0.52359878"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2425
             sodipodi:arg2="1.5707963"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2426
             inkscape:flatsided="true"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2427
             inkscape:rounded="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2428
             inkscape:randomized="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2429
             d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2430
             inkscape:transform-center-y="-5.9989963e-06" />
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2431
          <text
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2432
             id="text1063-2"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2433
             y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2434
             x="565.25018"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2435
             style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2436
             xml:space="preserve"><tspan
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2437
               style="stroke-width:1px"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2438
               y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2439
               x="565.25018"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2440
               id="tspan1061-1"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2441
               sodipodi:role="line">3</tspan></text>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2442
        </g>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2443
        <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2444
           id="g1076-7"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2445
           inkscape:label="2"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2446
           transform="translate(-416.52022,170.47452)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2447
           style="stroke-width:2">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2448
          <path
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2449
             inkscape:transform-center-x="-14.956365"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2450
             transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2451
             inkscape:transform-center-y="-5.5023185e-06"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2452
             d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2453
             inkscape:randomized="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2454
             inkscape:rounded="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2455
             inkscape:flatsided="true"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2456
             sodipodi:arg2="1.5707963"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2457
             sodipodi:arg1="0.52359878"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2458
             sodipodi:r2="29.912722"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2459
             sodipodi:r1="59.825443"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2460
             sodipodi:cy="105.17262"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2461
             sodipodi:cx="596.74072"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2462
             sodipodi:sides="3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2463
             id="path985-8"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2464
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2465
             sodipodi:type="star" />
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2466
          <text
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2467
             id="text1067-5"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2468
             y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2469
             x="925.82605"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2470
             style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2471
             xml:space="preserve"><tspan
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2472
               style="stroke-width:1px"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2473
               y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2474
               x="925.82605"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2475
               id="tspan1065-7"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2476
               sodipodi:role="line">2</tspan></text>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2477
        </g>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2478
        <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2479
           id="g1081-4"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2480
           inkscape:label="1"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2481
           transform="translate(-416.52022,170.47452)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2482
           style="stroke-width:2">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2483
          <path
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2484
             inkscape:transform-center-x="-14.956349"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2485
             transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2486
             sodipodi:type="star"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2487
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2488
             id="path987-1"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2489
             sodipodi:sides="3"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2490
             sodipodi:cx="596.74072"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2491
             sodipodi:cy="136.44444"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2492
             sodipodi:r1="29.912722"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2493
             sodipodi:r2="14.956361"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2494
             sodipodi:arg1="0.52359878"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2495
             sodipodi:arg2="1.5707963"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2496
             inkscape:flatsided="true"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2497
             inkscape:rounded="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2498
             inkscape:randomized="0"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2499
             d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2500
             inkscape:transform-center-y="-3.3040441e-05" />
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2501
          <text
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2502
             xml:space="preserve"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2503
             style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2504
             x="842.71497"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2505
             y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2506
             id="text1071-8"><tspan
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2507
               sodipodi:role="line"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2508
               id="tspan1069-5"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2509
               x="842.71497"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2510
               y="111.05016"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2511
               style="stroke-width:1px">1</tspan></text>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2512
        </g>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  2513
      </g>
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2514
    </g>
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2515
  </g>
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2516
  <g
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2517
     transform="matrix(3.3549332,0,0,3.14525,-181.87457,3116.0198)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2518
     style="fill-rule:evenodd;stroke-width:0.47631353"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2519
     id="g1490"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2520
     inkscape:label="HMI:ModalOKDialog">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2521
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2522
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.6;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.16776976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2523
       d="M 54.211099,1.2654702 H 435.73881 V 230.18209 H 54.211099 Z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2524
       id="path1386"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2525
       inkscape:connector-curvature="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2526
       inkscape:label="Background"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2527
       sodipodi:nodetypes="ccccc" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2528
    <rect
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2529
       inkscape:label="Field"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2530
       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;vector-effect:none;fill:#fffff5;fill-opacity:1;fill-rule:nonzero;stroke:#202326;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2531
       id="rect1388"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2532
       width="314.68832"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2533
       height="68.369255"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2534
       x="87.630791"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2535
       y="56.041908"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2536
       rx="3.8152773"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2537
       ry="3.8152773" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2538
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2539
       inkscape:label="Message"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2540
       xml:space="preserve"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2541
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:19.0763855px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.47690967px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2542
       x="243.24242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2543
       y="94.637527"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2544
       id="text1392"><tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2545
         sodipodi:role="line"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2546
         id="tspan1390"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2547
         x="243.24242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2548
         y="94.637527"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2549
         style="text-align:center;text-anchor:middle;stroke-width:0.47690967px">message</tspan></text>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2550
    <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2551
       transform="translate(-158.98593,95.381925)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2552
       inkscape:label="OK"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2553
       id="g1466">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2554
      <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2555
         inkscape:connector-curvature="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2556
         d="m 363.41531,54.792986 h 81.09115 c 3.34,0 5.01006,3.34003 5.01006,5.010045 v 30.060225 c 0,3.340029 -1.67006,5.010032 -5.01006,5.010032 h -81.09115 c -1.67006,0 -5.01007,-1.670003 -5.01007,-5.010032 V 59.803031 c 0,-1.670015 3.34001,-5.010045 5.01007,-5.010045 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2557
         id="path1462"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2558
         style="opacity:1;vector-effect:none;fill:#4f4c4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16824313;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2559
         sodipodi:nodetypes="sssssssss" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2560
      <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2561
         transform="scale(1.0007154,0.99928511)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2562
         style="font-weight:normal;font-size:10.63882256px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2563
         id="text1464"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2564
         y="78.632088"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2565
         x="402.71881">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2566
        <tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2567
           style="text-align:center;text-anchor:middle"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2568
           id="tspan5195">OK</tspan>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2569
      </text>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2570
    </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2571
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2572
       inkscape:label="Info"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2573
       transform="scale(0.96824589,1.0327955)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2574
       id="text1482"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2575
       y="12.333653"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2576
       x="252.9579"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2577
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.31375408px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.30784383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2578
       xml:space="preserve"><tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2579
         style="stroke-width:0.30784383px"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2580
         y="12.333653"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2581
         x="252.9579"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2582
         id="tspan1480"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2583
         sodipodi:role="line">information</tspan></text>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2584
  </g>
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2585
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2586
     inkscape:label="HMI:Meter@/PUMP0/SLOTH"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2587
     transform="matrix(3.7795276,0,0,3.7795276,1628.51,630.30393)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2588
     id="g1338">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2589
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2590
       inkscape:label="range"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2591
       sodipodi:open="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2592
       d="M 63.610123,2.2017068 A 64.411957,64.411957 0 0 1 128.02208,-62.210247"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2593
       sodipodi:end="4.712389"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2594
       sodipodi:start="3.1415927"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2595
       sodipodi:ry="64.411957"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2596
       sodipodi:rx="64.411957"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2597
       sodipodi:cy="2.2017097"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2598
       sodipodi:cx="128.02208"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2599
       sodipodi:type="arc"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2600
       id="path1318"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2601
       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:#3ee800;stroke-width:26.45833397;stroke-miterlimit:4;stroke-dasharray:2.64583333, 2.64583333;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2602
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2603
       inkscape:label="needle"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2604
       sodipodi:nodetypes="cc"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2605
       inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2606
       id="path1320"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2607
       d="M 130.96206,4.0725977 79.111776,-41.363223"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2608
       style="fill:none;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.96333337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:29.63333321;stroke-opacity:1;marker-end:url(#marker1656)" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2609
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2610
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2611
       style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2612
       x="49.132977"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2613
       y="4.9187088"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2614
       id="text1324"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2615
       inkscape:label="min"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2616
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2617
         id="tspan1322"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2618
         x="49.132977"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2619
         y="4.9187088"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2620
         style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2621
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2622
       id="text1328"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2623
       y="-78.144218"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2624
       x="127.48073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2625
       style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2626
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2627
       inkscape:label="max"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2628
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2629
         y="-78.144218"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2630
         x="127.48073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2631
         id="tspan1326"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2632
         sodipodi:role="line">10000</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2633
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2634
       inkscape:label="unit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2635
       id="text1336"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2636
       y="1.1408259"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2637
       x="124.77896"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2638
       style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2639
       xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2640
         id="tspan1334"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2641
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2642
         y="1.1408259"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2643
         x="124.77896"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2644
         sodipodi:role="line">bar</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2645
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2646
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2647
     inkscape:label="HMI:Switch@/PUMP0/BOOLOUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2648
     id="g1368"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2649
     transform="translate(1424.3019,-503.18786)">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2650
    <g
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2651
       id="g1352"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2652
       style="fill:#ff0000;stroke:#ff00ff"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2653
       inkscape:label="true">
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2654
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2655
         d="M 825.90072,963.24473 V 1105.042 L 960.08286,916.47892 V 809.26931 Z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2656
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2657
         id="path3479"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2658
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2659
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2660
         d="m 825.90072,1105.042 90.50967,81.6485 121.15161,-225.30347 -77.47914,-44.90811 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2661
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2662
         id="path3481"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2663
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2664
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2665
         d="m 960.08286,809.26931 77.47914,36.25624 v 115.86148 l -77.47914,-44.90811 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2666
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2667
         id="path3483"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2668
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2669
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2670
         d="M 825.90072,963.24473 916.41039,1029.3537 1037.562,845.52555 960.08286,809.26931 Z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2671
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2672
         id="path3485"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2673
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2674
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2675
         d="m 916.41039,1029.3537 v 157.3368 L 1037.562,961.38703 V 845.52555 Z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2676
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2677
         id="path3487"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2678
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2679
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2680
         d="m 825.90072,963.24473 90.50967,66.10897 v 157.3368 l -90.50967,-81.6485 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2681
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2682
         id="path3489"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2683
         inkscape:connector-curvature="0" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2684
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2685
    <g
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2686
       id="g1366"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2687
       style="fill:#ff0000;stroke:#ff00ff"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2688
       inkscape:label="false">
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2689
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2690
         d="M 855.90072,905.24473 V 1047.042 L 978.37453,966.29311 V 859.08349 Z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2691
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2692
         id="path3465"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2693
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2694
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2695
         d="m 855.90072,1047.042 90.50967,81.6485 108.49841,-108.7886 -76.53427,-53.60879 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2696
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2697
         id="path3467"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2698
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2699
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2700
         d="m 978.37453,859.08349 76.53427,44.9569 v 115.86151 l -76.53427,-53.60879 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2701
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2702
         id="path3469"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2703
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2704
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2705
         d="m 855.90072,905.24473 90.50967,66.109 108.49841,-67.31334 -76.53427,-44.9569 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2706
         style="fill:#4d389f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2707
         id="path3471"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2708
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2709
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2710
         d="M 946.41039,971.35373 V 1128.6905 L 1054.9088,1019.9019 V 904.04039 Z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2711
         style="fill:#d78bff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2712
         id="path3473"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2713
         inkscape:connector-curvature="0" />
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2714
      <path
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2715
         d="m 855.90072,905.24473 90.50967,66.109 v 157.33677 l -90.50967,-81.6485 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2716
         style="fill:#8667bf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2717
         id="path3475"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  2718
         inkscape:connector-curvature="0" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2719
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2720
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2721
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2722
     transform="matrix(0.63690435,0,0,0.63690435,1576.4961,80.355376)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2723
     inkscape:label="HMI:Input@/PUMP0/PRESSURE"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2724
     id="g1394">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2725
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2726
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2727
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2728
       x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2729
       y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2730
       id="text1380"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2731
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2732
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2733
         id="tspan1378"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2734
         x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2735
         y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2736
         style="stroke-width:1px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2737
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2738
       inkscape:label="-100"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2739
       inkscape:transform-center-y="14.956363"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2740
       d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2741
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2742
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2743
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2744
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2745
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2746
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2747
       sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2748
       sodipodi:cy="-216.2599"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2749
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2750
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2751
       id="path1382"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2752
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2753
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2754
       transform="scale(1,-1)" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2755
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2756
       transform="scale(1,-1)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2757
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2758
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2759
       id="path1384"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2760
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2761
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2762
       sodipodi:cy="-184.98808"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2763
       sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2764
       sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2765
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2766
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2767
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2768
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2769
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2770
       d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2771
       inkscape:transform-center-y="7.4781812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2772
       inkscape:label="-10" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2773
    <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2774
       inkscape:label="edit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2775
       onclick=""
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2776
       y="95.40741"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2777
       x="139.85185"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2778
       height="128"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2779
       width="407.7037"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2780
       id="rect1386"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2781
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;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;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2782
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2783
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2784
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2785
       id="path1388"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2786
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2787
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2788
       sodipodi:cy="105.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2789
       sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2790
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2791
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2792
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2793
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2794
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2795
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2796
       d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2797
       inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2798
       inkscape:label="+100" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2799
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2800
       inkscape:label="+10"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2801
       inkscape:transform-center-y="-7.4781804"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2802
       d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2803
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2804
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2805
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2806
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2807
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2808
       sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2809
       sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2810
       sodipodi:cy="136.44444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2811
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2812
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2813
       id="path1390"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2814
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2815
       sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2816
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2817
       inkscape:label="=0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2818
       inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2819
       d="M 121.35644,205.1862 C 158.18649,167.80191 3.342862,168.95829 40.72715,205.78834 78.111437,242.61839 76.95506,87.774762 40.125008,125.15905 3.2949549,162.54334 158.13858,161.38696 120.7543,124.55691 83.370008,87.726855 84.526385,242.57048 121.35644,205.1862 Z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2820
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2821
       inkscape:rounded="-0.65084865"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2822
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2823
       sodipodi:arg2="1.5633284"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2824
       sodipodi:arg1="0.77793027"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2825
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2826
       sodipodi:r1="57.015106"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2827
       sodipodi:cy="165.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2828
       sodipodi:cx="80.740723"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2829
       sodipodi:sides="4"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2830
       id="path1392"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2831
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2832
       sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2833
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2834
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2835
     style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2836
     inkscape:label="HMI:Input@/PUMP0/STRIN"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2837
     id="g1442"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2838
     transform="matrix(0.5,0,0,0.5,1470.1103,205.71623)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2839
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2840
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2841
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2842
       x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2843
       y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2844
       id="text1398"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2845
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2846
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2847
         id="tspan1396"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2848
         x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2849
         y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2850
         style="stroke-width:2px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2851
    <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2852
       inkscape:label="edit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2853
       onclick=""
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2854
       y="95.40741"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2855
       x="139.85185"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2856
       height="128"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2857
       width="407.7037"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2858
       id="rect1400"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2859
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2860
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2861
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2862
       id="g1408"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2863
       inkscape:label="+&quot;dhu&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2864
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2865
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2866
         inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2867
         id="path1402"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2868
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2869
         inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2870
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2871
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2872
         id="text1406"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2873
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2874
         x="733.58197"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2875
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2876
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2877
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2878
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2879
           x="733.58197"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2880
           id="tspan1404"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2881
           sodipodi:role="line">dhu</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2882
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2883
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2884
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2885
       id="g1416"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2886
       inkscape:label="=&quot;plop&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2887
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2888
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2889
         inkscape:transform-center-x="14.956371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2890
         inkscape:transform-center-y="-3.6154501e-05"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2891
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2892
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2893
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2894
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2895
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2896
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2897
         sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2898
         sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2899
         sodipodi:cy="-184.98808"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2900
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2901
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2902
         id="path1410"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2903
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2904
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2905
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2906
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2907
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2908
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2909
         x="633.09552"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2910
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2911
         id="text1414"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2912
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2913
           id="tspan1412"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2914
           x="633.09552"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2915
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2916
           style="stroke-width:1px">plop</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2917
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2918
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2919
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2920
       id="g1424"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2921
       inkscape:label="=&quot;mhoo&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2922
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2923
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2924
         inkscape:transform-center-x="14.956364"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2925
         transform="rotate(-90,746.45698,-44.543641)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2926
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2927
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2928
         id="path1418"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2929
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2930
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2931
         sodipodi:cy="-216.2599"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2932
         sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2933
         sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2934
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2935
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2936
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2937
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2938
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2939
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2940
         inkscape:transform-center-y="-5.9989963e-06" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2941
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2942
         id="text1422"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2943
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2944
         x="537.25018"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2945
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2946
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2947
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2948
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2949
           x="537.25018"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2950
           id="tspan1420"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2951
           sodipodi:role="line">mhoo</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2952
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2953
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2954
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2955
       id="g1432"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2956
       inkscape:label="=&quot;yodl&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2957
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2958
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2959
         inkscape:transform-center-x="-14.956365"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2960
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2961
         inkscape:transform-center-y="-5.5023185e-06"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2962
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2963
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2964
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2965
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2966
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2967
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2968
         sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2969
         sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2970
         sodipodi:cy="105.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2971
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2972
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2973
         id="path1426"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2974
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2975
         sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2976
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2977
         id="text1430"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2978
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2979
         x="925.82605"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2980
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2981
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2982
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2983
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2984
           x="925.82605"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2985
           id="tspan1428"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2986
           sodipodi:role="line">yodl</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2987
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2988
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2989
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2990
       id="g1440"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2991
       inkscape:label="=&quot;mhe&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2992
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2993
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2994
         inkscape:transform-center-x="-14.956349"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2995
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2996
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2997
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2998
         id="path1434"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2999
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3000
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3001
         sodipodi:cy="136.44444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3002
         sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3003
         sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3004
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3005
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3006
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3007
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3008
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3009
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3010
         inkscape:transform-center-y="-3.3040441e-05" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3011
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3012
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3013
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3014
         x="842.71497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3015
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3016
         id="text1438"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3017
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3018
           id="tspan1436"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3019
           x="842.71497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3020
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3021
           style="stroke-width:1px">mhe</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3022
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3023
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3024
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3025
     inkscape:label="HMI:Display@/PUMP0/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3026
     id="text1446"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3027
     y="469.12109"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3028
     x="1578.1641"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3029
     style="font-style:normal;font-weight:normal;font-size:80px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3030
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3031
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.5px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3032
       y="469.12109"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3033
       x="1578.1641"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3034
       id="tspan1444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3035
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3036
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3037
     transform="matrix(0.57180538,0,0,0.57180538,-153.64055,248.51305)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3038
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3039
     id="g1458">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3040
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3041
       inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3042
       id="g1450">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3043
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3044
         inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3045
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3046
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3047
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3048
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3049
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3050
         id="rect1448"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3051
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3052
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3053
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3054
       inkscape:label="text"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3055
       id="g1456">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3056
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3057
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3058
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3059
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3060
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3061
         id="text1454"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3062
         inkscape:label="setting_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3063
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3064
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3065
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3066
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3067
           id="tspan1460">Pump 0</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3068
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3069
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3070
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3071
     id="g1475"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3072
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3073
     transform="matrix(0.57180538,0,0,0.57180538,6.35945,248.51305)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3074
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3075
       id="g1467"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3076
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3077
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3078
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3079
         id="rect1464"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3080
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3081
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3082
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3083
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3084
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3085
         inkscape:label="button" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3086
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3087
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3088
       id="g1473"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3089
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3090
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3091
         inkscape:label="setting_jmp"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3092
         id="text1471"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3093
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3094
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3095
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3096
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3097
           id="tspan1469"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3098
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3099
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3100
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3101
           sodipodi:role="line">Pump 1</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3102
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3103
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3104
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3105
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3106
           id="tspan1477" /></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3107
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3108
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3109
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3110
     transform="matrix(0.57180538,0,0,0.57180538,166.35945,248.51305)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3111
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3112
     id="g1491">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3113
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3114
       inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3115
       id="g1481">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3116
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3117
         inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3118
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3119
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3120
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3121
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3122
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3123
         id="rect1479"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3124
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3125
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3126
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3127
       inkscape:label="text"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3128
       id="g1489">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3129
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3130
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3131
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3132
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3133
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3134
         id="text1487"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3135
         inkscape:label="setting_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3136
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3137
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3138
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3139
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3140
           id="tspan1493">Pump 2</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3141
           id="tspan1485"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3142
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3143
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3144
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3145
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px" /></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3146
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3147
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3148
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3149
     id="g1509"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3150
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3151
     transform="matrix(0.57180538,0,0,0.57180538,326.35945,248.51305)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3152
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3153
       id="g1499"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3154
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3155
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3156
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3157
         id="rect1497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3158
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3159
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3160
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3161
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3162
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3163
         inkscape:label="button" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3164
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3165
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3166
       id="g1507"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3167
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3168
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3169
         inkscape:label="setting_jmp"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3170
         id="text1505"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3171
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3172
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3173
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3174
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3175
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3176
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3177
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3178
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3179
           id="tspan1511">Pump 3</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3180
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3181
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3182
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3183
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3184
           id="tspan1503" /></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3185
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3186
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3187
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3188
     xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3189
     style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3190
     x="403.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3191
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3192
     id="text1517"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3193
     inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3194
       sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3195
       id="tspan1515"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3196
       x="403.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3197
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3198
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3199
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3200
     inkscape:label="HMI:Display@/PUMP1/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3201
     id="text1521"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3202
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3203
     x="563.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3204
     style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3205
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3206
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3207
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3208
       x="563.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3209
       id="tspan1519"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3210
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3211
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3212
     xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3213
     style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3214
     x="723.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3215
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3216
     id="text1525"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3217
     inkscape:label="HMI:Display@/PUMP2/STROUT"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3218
       sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3219
       id="tspan1523"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3220
       x="723.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3221
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3222
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3223
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3224
     inkscape:label="HMI:Display@/PUMP3/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3225
     id="text1529"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3226
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3227
     x="883.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3228
     style="font-style:normal;font-weight:normal;font-size:55.09014511px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.34431386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3229
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3230
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.34431386px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3231
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3232
       x="883.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3233
       id="tspan1527"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3234
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3235
  <g
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3236
     id="g6077"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3237
     inkscape:label="HMI:ForEach:PUMP@/">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3238
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3239
       id="g6130"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3240
       inkscape:label="PUMP:1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3241
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3242
         transform="matrix(0.57180538,0,0,0.57180538,1024.0513,-317.49049)"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3243
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3244
         id="g1458-8">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3245
        <g
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3246
           inkscape:label="disabled"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3247
           id="g1450-4"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3248
           style="display:inline">
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3249
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3250
             inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3251
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3252
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3253
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3254
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3255
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3256
             id="rect1448-8"
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3257
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3258
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3259
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3260
           id="g1067"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3261
           inkscape:label="inactive"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3262
           style="display:inline">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3263
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3264
             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;vector-effect:none;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3265
             id="rect1065"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3266
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3267
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3268
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3269
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3270
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3271
             inkscape:label="button" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3272
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3273
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3274
           inkscape:label="active"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3275
           id="g1071"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3276
           style="display:inline">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3277
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3278
             inkscape:label="button"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3279
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3280
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3281
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3282
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3283
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3284
             id="rect1069"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3285
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3286
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3287
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3288
           inkscape:label="text"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3289
           id="g1456-1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3290
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3291
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3292
             style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3293
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3294
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3295
             id="text1454-0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3296
             inkscape:label="setting_jmp"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3297
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3298
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3299
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3300
               style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3301
               id="tspan1460-3">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3302
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3303
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3304
             style="font-style:normal;font-weight:normal;font-size:39.32668304px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.24579209px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3305
             x="992.45087"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3306
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3307
             id="text1517-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3308
             inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3309
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3310
               id="tspan1515-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3311
               x="992.45087"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3312
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3313
               style="fill:#000000;fill-opacity:1;stroke-width:0.24579209px">8888</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3314
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3315
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3316
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3317
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3318
       id="g6122"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3319
       inkscape:label="PUMP:2">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3320
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3321
         id="g1475-0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3322
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3323
         transform="matrix(0.57180538,0,0,0.57180538,1184.0513,-317.49049)">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3324
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3325
           id="g1467-4"
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3326
           inkscape:label="disabled">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3327
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3328
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3329
             id="rect1464-4"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3330
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3331
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3332
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3333
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3334
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3335
             inkscape:label="button" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3336
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3337
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3338
           inkscape:label="inactive"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3339
           id="g1898"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3340
           style="display:inline">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3341
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3342
             inkscape:label="button"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3343
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3344
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3345
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3346
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3347
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3348
             id="rect1896"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3349
             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;vector-effect:none;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3350
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3351
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3352
           id="g1902"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3353
           inkscape:label="active"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3354
           style="display:inline">
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3355
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3356
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3357
             id="rect1900"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3358
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3359
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3360
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3361
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3362
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3363
             inkscape:label="button" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3364
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3365
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3366
           id="g1473-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3367
           inkscape:label="text">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3368
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3369
             inkscape:label="setting_jmp"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3370
             id="text1471-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3371
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3372
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3373
             style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3374
             xml:space="preserve"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3375
               style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3376
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3377
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3378
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3379
               id="tspan1477-6">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3380
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3381
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3382
             style="font-style:normal;font-weight:normal;font-size:39.32668304px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.24579208px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3383
             x="992.8111"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3384
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3385
             id="text1517-8-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3386
             inkscape:label="HMI:Display@/PUMP1/STROUT"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3387
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3388
               id="tspan1515-5-3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3389
               x="992.8111"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3390
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3391
               style="fill:#000000;fill-opacity:1;stroke-width:0.24579208px">8888</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3392
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3393
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3394
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3395
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3396
       id="g6113"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3397
       inkscape:label="PUMP:3">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3398
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3399
         transform="matrix(0.57180538,0,0,0.57180538,1344.0513,-317.49049)"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3400
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP2"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3401
         id="g1491-3">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3402
        <g
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3403
           inkscape:label="disabled"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3404
           id="g1481-1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3405
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3406
             inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3407
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3408
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3409
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3410
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3411
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3412
             id="rect1479-7"
3353
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  3413
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3414
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3415
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3416
           id="g1906"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3417
           inkscape:label="inactive">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3418
          <rect
3353
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  3419
             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;vector-effect:none;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3420
             id="rect1904"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3421
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3422
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3423
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3424
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3425
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3426
             inkscape:label="button" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3427
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3428
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3429
           inkscape:label="active"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3430
           id="g1910">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3431
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3432
             inkscape:label="button"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3433
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3434
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3435
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3436
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3437
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3438
             id="rect1908"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3439
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3440
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3441
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3442
           inkscape:label="text"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3443
           id="g1489-5">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3444
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3445
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3446
             style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3447
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3448
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3449
             id="text1487-9"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3450
             inkscape:label="setting_jmp"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3451
               id="tspan1485-2"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3452
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3453
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3454
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3455
               style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3456
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3457
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3458
             style="font-style:normal;font-weight:normal;font-size:39.32668304px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.24579208px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3459
             x="993.17108"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3460
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3461
             id="text1517-8-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3462
             inkscape:label="HMI:Display@/PUMP2/STROUT"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3463
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3464
               id="tspan1515-5-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3465
               x="993.17108"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3466
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3467
               style="fill:#000000;fill-opacity:1;stroke-width:0.24579208px">8888</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3468
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3469
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3470
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3471
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3472
       id="g6104"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3473
       inkscape:label="PUMP:4">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3474
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3475
         id="g1509-1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3476
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3477
         transform="matrix(0.57180538,0,0,0.57180538,1504.0513,-317.49049)">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3478
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3479
           id="g1499-7"
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3480
           inkscape:label="disabled"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3481
           style="display:inline">
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3482
          <rect
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3483
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.28600003;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3484
             id="rect1497-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3485
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3486
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3487
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3488
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3489
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3490
             inkscape:label="button" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3491
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3492
        <g
3240
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3493
           id="g1918"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3494
           inkscape:label="inactive"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3495
           style="display:inline">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3496
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3497
             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;vector-effect:none;fill:#3d3d3d;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3498
             id="rect1916"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3499
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3500
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3501
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3502
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3503
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3504
             inkscape:label="button" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3505
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3506
        <g
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3507
           inkscape:label="active"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3508
           id="g1914"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3509
           style="display:inline">
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3510
          <rect
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3511
             inkscape:label="button"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3512
             ry="35.579063"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3513
             y="594.82263"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3514
             x="971.96545"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3515
             height="95.723877"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3516
             width="245.44583"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3517
             id="rect1912"
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3518
             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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3519
        </g>
5f756332ada1 SVGHMI: Fix behaviour of Jump widget, that wasn't displaying "disabled" state in some cases.
Edouard Tisserant
parents: 3220
diff changeset
  3520
        <g
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3521
           id="g1507-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3522
           inkscape:label="text">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3523
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3524
             inkscape:label="setting_jmp"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3525
             id="text1505-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3526
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3527
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3528
             style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3529
             xml:space="preserve"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3530
               style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3531
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3532
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3533
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3534
               id="tspan1511-4">Pump</tspan><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3535
               style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3536
               y="685.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3537
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3538
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3539
               id="tspan1503-1" /></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3540
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3541
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3542
             style="font-style:normal;font-weight:normal;font-size:39.32668304px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.24579208px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3543
             x="993.53101"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3544
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3545
             id="text1517-8-3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3546
             inkscape:label="HMI:Display@/PUMP3/STROUT"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3547
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3548
               id="tspan1515-5-1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3549
               x="993.53101"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3550
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3551
               style="fill:#000000;fill-opacity:1;stroke-width:0.24579208px">8888</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3552
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3553
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3554
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3555
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3556
       inkscape:label="PUMP:+1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3557
       id="g6241"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3558
       transform="matrix(0.57180538,0,0,0.57180538,1461.2541,-321.48847)">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3559
      <rect
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3560
         style="fill:#000000;fill-opacity:1;stroke:#ff0000;stroke-width:1.74884677"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3561
         id="rect6235"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3562
         width="89.036743"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3563
         height="79.143768"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3564
         x="1326.8333"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3565
         y="612.41589"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3566
         rx="22.385239"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3567
         ry="20.986162" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3568
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3569
         xml:space="preserve"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3570
         style="font-style:normal;font-weight:normal;font-size:42.81540298px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.0703851"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3571
         x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3572
         y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3573
         id="text6239"><tspan
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3574
           sodipodi:role="line"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3575
           id="tspan6237"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3576
           x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3577
           y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3578
           style="fill:#ffffff;stroke-width:1.0703851">+1</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3579
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3580
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3581
       transform="matrix(0.57180538,0,0,0.57180538,752.02604,-322.19558)"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3582
       id="g6209"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3583
       inkscape:label="PUMP:-1">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3584
      <rect
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3585
         ry="20.986162"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3586
         rx="22.385239"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3587
         y="612.41589"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3588
         x="1326.8333"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3589
         height="79.143768"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3590
         width="89.036743"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3591
         id="rect6200"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3592
         style="fill:#000000;fill-opacity:1;stroke:#ff0000;stroke-width:1.74884677" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3593
      <text
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3594
         id="text6204"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3595
         y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3596
         x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3597
         style="font-style:normal;font-weight:normal;font-size:42.81540298px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.0703851"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3598
         xml:space="preserve"><tspan
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3599
           style="fill:#ffffff;stroke-width:1.0703851"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3600
           y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3601
           x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3602
           id="tspan6202"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3603
           sodipodi:role="line">-1</tspan></text>
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3604
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3605
  </g>
3008
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3606
  <text
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3607
     xml:space="preserve"
3408
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3608
     style="font-style:normal;font-weight:normal;font-size:25.76535034px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#82ff77;fill-opacity:1;stroke:none;stroke-width:0.3688359px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3609
     x="949.96338"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3610
     y="514.57275"
3008
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3611
     id="text995-6"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3612
     inkscape:label="HMI:Display:Ploc %d (%d) grmbl !@/PUMP0/PRESSURE@/PUMP0/SLOTH"><tspan
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3613
       sodipodi:role="line"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3614
       id="tspan993-3"
3408
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3615
       x="949.96338"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3616
       y="514.57275"
3008
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3617
       style="text-align:center;text-anchor:middle;fill:#82ff77;fill-opacity:1;stroke-width:0.3688359px">8888</tspan></text>
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3618
  <text
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3619
     id="text831-1"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3620
     y="477.76758"
3408
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3621
     x="841.62634"
3008
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3622
     style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3623
     xml:space="preserve"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3624
     inkscape:label="actual_label"><tspan
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3625
       y="477.76758"
3408
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  3626
       x="841.62634"
3008
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3627
       id="tspan829-7"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3628
       sodipodi:role="line"
dabad70db1bf SVGHMI: allow multiple variables and formatting in Display widget. Formatting is printf style and given as first argument. If no formating is given as widget argument, space separated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3002
diff changeset
  3629
       style="stroke-width:0.63690436px">Multiple variables</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3630
  <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3631
     inkscape:label="HMI:Display@paff"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3632
     id="text1457"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3633
     y="68.844757"
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  3634
     x="750.28473"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3635
     style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3636
     xml:space="preserve"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3637
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3638
       y="68.844757"
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  3639
       x="750.28473"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3640
       id="tspan1455"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3641
       sodipodi:role="line">8888</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3642
  <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3643
     style="stroke-width:4"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3644
     inkscape:label="HMI:Input@paff"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3645
     id="g1505"
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  3646
     transform="matrix(0.14295135,0,0,0.14295135,589.21833,37.615184)">
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3647
    <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3648
       xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3649
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3650
       x="136.32812"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3651
       y="218.24219"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3652
       id="text1461"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3653
       inkscape:label="value"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3654
         sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3655
         id="tspan1459"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3656
         x="136.32812"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3657
         y="218.24219"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3658
         style="stroke-width:4px">8888</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3659
    <rect
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3660
       inkscape:label="edit"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3661
       onclick=""
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3662
       y="95.40741"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3663
       x="139.85185"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3664
       height="128"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3665
       width="407.7037"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3666
       id="rect1463"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3667
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3668
    <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3669
       style="stroke-width:4"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3670
       id="g1471"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3671
       inkscape:label="+&quot;dhu&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3672
       transform="translate(-416.52022,170.47452)">
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3673
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3674
         inkscape:connector-curvature="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3675
         id="path1465"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3676
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3677
         inkscape:transform-center-y="-14.956361"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3678
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3679
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3680
         id="text1469"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3681
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3682
         x="733.58197"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3683
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3684
         xml:space="preserve"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3685
           style="stroke-width:2px"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3686
           y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3687
           x="733.58197"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3688
           id="tspan1467"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3689
           sodipodi:role="line">dhu</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3690
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3691
    <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3692
       style="stroke-width:4"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3693
       id="g1479"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3694
       inkscape:label="=&quot;plop&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3695
       transform="translate(-416.52022,170.47452)">
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3696
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3697
         inkscape:transform-center-x="14.956371"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3698
         inkscape:transform-center-y="-3.6154501e-05"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3699
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3700
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3701
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3702
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3703
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3704
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3705
         sodipodi:r2="14.956361"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3706
         sodipodi:r1="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3707
         sodipodi:cy="-184.98808"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3708
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3709
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3710
         id="path1473"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3711
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3712
         sodipodi:type="star"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3713
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3714
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3715
         xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3716
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3717
         x="633.09552"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3718
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3719
         id="text1477"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3720
           sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3721
           id="tspan1475"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3722
           x="633.09552"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3723
           y="111.05016"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3724
           style="stroke-width:2px">plop</tspan></text>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3725
    </g>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3726
    <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3727
       style="stroke-width:4"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3728
       id="g1487"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3729
       inkscape:label="=&quot;mhoo&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3730
       transform="translate(-416.52022,170.47452)">
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3731
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3732
         inkscape:transform-center-x="14.956364"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3733
         transform="rotate(-90,746.45698,-44.543641)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3734
         sodipodi:type="star"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3735
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3736
         id="path1481"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3737
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3738
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3739
         sodipodi:cy="-216.2599"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3740
         sodipodi:r1="59.825443"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3741
         sodipodi:r2="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3742
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3743
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3744
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3745
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3746
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3747
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3748
         inkscape:transform-center-y="-5.9989963e-06" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3749
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3750
         id="text1485"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3751
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3752
         x="537.25018"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3753
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3754
         xml:space="preserve"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3755
           style="stroke-width:2px"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3756
           y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3757
           x="537.25018"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3758
           id="tspan1483"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3759
           sodipodi:role="line">mhoo</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3760
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3761
    <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3762
       style="stroke-width:4"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3763
       id="g1495"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3764
       inkscape:label="=&quot;yodl&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3765
       transform="translate(-416.52022,170.47452)">
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3766
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3767
         inkscape:transform-center-x="-14.956365"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3768
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3769
         inkscape:transform-center-y="-5.5023185e-06"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3770
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3771
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3772
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3773
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3774
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3775
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3776
         sodipodi:r2="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3777
         sodipodi:r1="59.825443"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3778
         sodipodi:cy="105.17262"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3779
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3780
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3781
         id="path1489"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3782
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3783
         sodipodi:type="star" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3784
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3785
         id="text1493"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3786
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3787
         x="925.82605"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3788
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3789
         xml:space="preserve"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3790
           style="stroke-width:2px"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3791
           y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3792
           x="925.82605"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3793
           id="tspan1491"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3794
           sodipodi:role="line">yodl</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3795
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3796
    <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3797
       style="stroke-width:4"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3798
       id="g1503"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3799
       inkscape:label="=&quot;mhe&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3800
       transform="translate(-416.52022,170.47452)">
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3801
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3802
         inkscape:transform-center-x="-14.956349"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3803
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3804
         sodipodi:type="star"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3805
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3806
         id="path1497"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3807
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3808
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3809
         sodipodi:cy="136.44444"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3810
         sodipodi:r1="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3811
         sodipodi:r2="14.956361"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3812
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3813
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3814
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3815
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3816
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3817
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3818
         inkscape:transform-center-y="-3.3040441e-05" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3819
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3820
         xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3821
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3822
         x="842.71497"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3823
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3824
         id="text1501"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3825
           sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3826
           id="tspan1499"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3827
           x="842.71497"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3828
           y="111.05016"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3829
           style="stroke-width:2px">mhe</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3830
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3831
  </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3832
  <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3833
     inkscape:label="actual_label"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3834
     xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3835
     style="font-style:normal;font-weight:normal;font-size:12.7380867px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3836
     x="509.67926"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3837
     y="43.42762"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3838
     id="text1527"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3839
       style="stroke-width:0.63690436px"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3840
       sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3841
       id="tspan1525"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3842
       x="509.67926"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3843
       y="43.42762">HMI_LOCAL variables</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3844
  <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3845
     xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3846
     style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  3847
     x="750.28473"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3848
     y="128.84476"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3849
     id="text1557"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3850
     inkscape:label="HMI:Display@.piff"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3851
       sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3852
       id="tspan1555"
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  3853
       x="750.28473"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3854
       y="128.84476"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3855
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3856
  <g
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  3857
     transform="matrix(0.14295135,0,0,0.14295135,589.21833,97.61518)"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3858
     id="g1605"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3859
     inkscape:label="HMI:Input@.piff"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3860
     style="stroke-width:4">
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3861
    <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3862
       inkscape:label="value"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3863
       id="text1561"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3864
       y="218.24219"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3865
       x="136.32812"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3866
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3867
       xml:space="preserve"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3868
         style="stroke-width:4px"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3869
         y="218.24219"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3870
         x="136.32812"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3871
         id="tspan1559"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3872
         sodipodi:role="line">8888</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3873
    <rect
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3874
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3875
       id="rect1563"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3876
       width="407.7037"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3877
       height="128"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3878
       x="139.85185"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3879
       y="95.40741"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3880
       onclick=""
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3881
       inkscape:label="edit" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3882
    <g
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3883
       transform="translate(-416.52022,170.47452)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3884
       inkscape:label="+&quot;dhu&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3885
       id="g1571"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3886
       style="stroke-width:4">
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3887
      <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3888
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3889
         inkscape:transform-center-y="-14.956361"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3890
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3891
         id="path1565"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3892
         inkscape:connector-curvature="0" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3893
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3894
         xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3895
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3896
         x="733.58197"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3897
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3898
         id="text1569"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3899
           sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3900
           id="tspan1567"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3901
           x="733.58197"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3902
           y="111.05016"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3903
           style="stroke-width:2px">dhu</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3904
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3905
    <g
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3906
       transform="translate(-416.52022,170.47452)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3907
       inkscape:label="=&quot;plop&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3908
       id="g1579"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3909
       style="stroke-width:4">
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3910
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3911
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3912
         sodipodi:type="star"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3913
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3914
         id="path1573"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3915
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3916
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3917
         sodipodi:cy="-184.98808"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3918
         sodipodi:r1="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3919
         sodipodi:r2="14.956361"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3920
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3921
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3922
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3923
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3924
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3925
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3926
         inkscape:transform-center-y="-3.6154501e-05"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3927
         inkscape:transform-center-x="14.956371" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3928
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3929
         id="text1577"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3930
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3931
         x="633.09552"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3932
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3933
         xml:space="preserve"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3934
           style="stroke-width:2px"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3935
           y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3936
           x="633.09552"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3937
           id="tspan1575"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3938
           sodipodi:role="line">plop</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3939
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3940
    <g
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3941
       transform="translate(-416.52022,170.47452)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3942
       inkscape:label="=&quot;mhoo&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3943
       id="g1587"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3944
       style="stroke-width:4">
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3945
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3946
         inkscape:transform-center-y="-5.9989963e-06"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3947
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3948
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3949
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3950
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3951
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3952
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3953
         sodipodi:r2="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3954
         sodipodi:r1="59.825443"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3955
         sodipodi:cy="-216.2599"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3956
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3957
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3958
         id="path1581"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3959
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3960
         sodipodi:type="star"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3961
         transform="rotate(-90,746.45698,-44.543641)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3962
         inkscape:transform-center-x="14.956364" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3963
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3964
         xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3965
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3966
         x="537.25018"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3967
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3968
         id="text1585"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3969
           sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3970
           id="tspan1583"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3971
           x="537.25018"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3972
           y="111.05016"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3973
           style="stroke-width:2px">mhoo</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3974
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3975
    <g
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3976
       transform="translate(-416.52022,170.47452)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3977
       inkscape:label="=&quot;yodl&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3978
       id="g1595"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3979
       style="stroke-width:4">
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3980
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3981
         sodipodi:type="star"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3982
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3983
         id="path1589"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3984
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3985
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3986
         sodipodi:cy="105.17262"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3987
         sodipodi:r1="59.825443"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3988
         sodipodi:r2="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3989
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3990
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3991
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3992
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3993
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3994
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3995
         inkscape:transform-center-y="-5.5023185e-06"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3996
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3997
         inkscape:transform-center-x="-14.956365" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3998
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  3999
         xml:space="preserve"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4000
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4001
         x="925.82605"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4002
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4003
         id="text1593"><tspan
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4004
           sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4005
           id="tspan1591"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4006
           x="925.82605"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4007
           y="111.05016"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4008
           style="stroke-width:2px">yodl</tspan></text>
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4009
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4010
    <g
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4011
       transform="translate(-416.52022,170.47452)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4012
       inkscape:label="=&quot;mhe&quot;"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4013
       id="g1603"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4014
       style="stroke-width:4">
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4015
      <path
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4016
         inkscape:transform-center-y="-3.3040441e-05"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4017
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4018
         inkscape:randomized="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4019
         inkscape:rounded="0"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4020
         inkscape:flatsided="true"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4021
         sodipodi:arg2="1.5707963"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4022
         sodipodi:arg1="0.52359878"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4023
         sodipodi:r2="14.956361"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4024
         sodipodi:r1="29.912722"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4025
         sodipodi:cy="136.44444"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4026
         sodipodi:cx="596.74072"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4027
         sodipodi:sides="3"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4028
         id="path1597"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4029
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4030
         sodipodi:type="star"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4031
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4032
         inkscape:transform-center-x="-14.956349" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4033
      <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4034
         id="text1601"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4035
         y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4036
         x="842.71497"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4037
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4038
         xml:space="preserve"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4039
           style="stroke-width:2px"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4040
           y="111.05016"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4041
           x="842.71497"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4042
           id="tspan1599"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4043
           sodipodi:role="line">mhe</tspan></text>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4044
    </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4045
  </g>
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4046
  <text
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4047
     id="text1609"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4048
     y="103.42763"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4049
     x="509.67926"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4050
     style="font-style:normal;font-weight:normal;font-size:12.7380867px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4051
     xml:space="preserve"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4052
     inkscape:label="actual_label"><tspan
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4053
       y="103.42763"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4054
       x="509.67926"
3017
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4055
       sodipodi:role="line"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4056
       style="stroke-width:0.63690436px"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4057
       id="tspan1611">PAGE_LOCAL variables</tspan></text>
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4058
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4059
     inkscape:label="HMI:Meter@level"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  4060
     transform="matrix(2.1611542,0,0,2.1611542,602.76714,428.92423)"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4061
     id="g709">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4062
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4063
       inkscape:label="range"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4064
       sodipodi:open="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4065
       d="M 63.610123,2.2017068 A 64.411957,64.411957 0 0 1 128.02208,-62.210247"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4066
       sodipodi:end="4.712389"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4067
       sodipodi:start="3.1415927"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4068
       sodipodi:ry="64.411957"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4069
       sodipodi:rx="64.411957"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4070
       sodipodi:cy="2.2017097"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4071
       sodipodi:cx="128.02208"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4072
       sodipodi:type="arc"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4073
       id="path689"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4074
       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:#ff7f2a;stroke-width:26.45833397;stroke-miterlimit:4;stroke-dasharray:2.64583333, 2.64583333;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4075
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4076
       inkscape:label="needle"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4077
       sodipodi:nodetypes="cc"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4078
       inkscape:connector-curvature="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4079
       id="path691"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4080
       d="M 130.96206,4.0725977 79.111776,-41.363223"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  4081
       style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.96333337;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0, 32.59666667;stroke-dashoffset:29.63333321;stroke-opacity:1;marker-end:url(#marker1971)" />
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4082
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4083
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4084
       style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4085
       x="49.132977"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4086
       y="4.9187088"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4087
       id="text695"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4088
       inkscape:label="min"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4089
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4090
         id="tspan693"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4091
         x="49.132977"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4092
         y="4.9187088"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4093
         style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4094
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4095
       id="text699"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4096
       y="-78.144218"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4097
       x="127.48073"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4098
       style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4099
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4100
       inkscape:label="max"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4101
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4102
         y="-78.144218"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4103
         x="127.48073"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4104
         id="tspan697"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4105
         sodipodi:role="line">10000</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4106
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4107
       inkscape:label="unit"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4108
       id="text707"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4109
       y="1.1408259"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4110
       x="124.77896"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4111
       style="font-style:normal;font-weight:normal;font-size:7.5467205px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4112
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4113
         id="tspan705"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4114
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4115
         y="1.1408259"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4116
         x="124.77896"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4117
         sodipodi:role="line">bar</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4118
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4119
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4120
     id="g84-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4121
     inkscape:label="HMI:Input@level"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  4122
     transform="matrix(0.35865594,0,0,0.35865594,458.57767,253.49106)">
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4123
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4124
       inkscape:label="value"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4125
       id="text5151-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4126
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4127
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4128
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4129
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4130
         style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4131
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4132
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4133
         id="tspan5149-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4134
         sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4135
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4136
       transform="scale(1,-1)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4137
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4138
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4139
       id="path89-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4140
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4141
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4142
       sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4143
       sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4144
       sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4145
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4146
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4147
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4148
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4149
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4150
       d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4151
       inkscape:transform-center-y="14.956363"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4152
       inkscape:label="-100" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4153
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4154
       inkscape:label="-10"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4155
       inkscape:transform-center-y="7.4781812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4156
       d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4157
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4158
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4159
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4160
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4161
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4162
       sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4163
       sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4164
       sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4165
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4166
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4167
       id="path88-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4168
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4169
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4170
       transform="scale(1,-1)" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4171
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4172
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;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;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4173
       id="rect85-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4174
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4175
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4176
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4177
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4178
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4179
       inkscape:label="edit" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4180
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4181
       inkscape:label="+100"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4182
       inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4183
       d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4184
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4185
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4186
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4187
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4188
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4189
       sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4190
       sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4191
       sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4192
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4193
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4194
       id="path87-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4195
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4196
       sodipodi:type="star" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4197
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4198
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4199
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4200
       id="path86-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4201
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4202
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4203
       sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4204
       sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4205
       sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4206
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4207
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4208
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4209
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4210
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4211
       d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4212
       inkscape:transform-center-y="-7.4781804"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4213
       inkscape:label="+10" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4214
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4215
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4216
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4217
       id="path91-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4218
       sodipodi:sides="4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4219
       sodipodi:cx="80.740723"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4220
       sodipodi:cy="165.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4221
       sodipodi:r1="57.015106"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4222
       sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4223
       sodipodi:arg1="0.77793027"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4224
       sodipodi:arg2="1.5633284"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4225
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4226
       inkscape:rounded="-0.65084865"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4227
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4228
       d="M 121.35644,205.1862 C 158.18649,167.80191 3.342862,168.95829 40.72715,205.78834 78.111437,242.61839 76.95506,87.774762 40.125008,125.15905 3.2949549,162.54334 158.13858,161.38696 120.7543,124.55691 83.370008,87.726855 84.526385,242.57048 121.35644,205.1862 Z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4229
       inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4230
       inkscape:label="=0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4231
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4232
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4233
     inkscape:label="HMI:Display@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4234
     id="text1457-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4235
     y="215.65211"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4236
     x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4237
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4238
     xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4239
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4240
       y="215.65211"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4241
       x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4242
       id="tspan1455-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4243
       sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4244
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4245
     style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4246
     inkscape:label="HMI:Input@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4247
     id="g1505-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4248
     transform="matrix(0.28590269,0,0,0.28590269,2430.782,153.19299)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4249
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4250
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4251
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4252
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4253
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4254
       id="text1461-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4255
       inkscape:label="value"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4256
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4257
         id="tspan1459-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4258
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4259
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4260
         style="stroke-width:2px">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4261
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4262
       inkscape:label="edit"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4263
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4264
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4265
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4266
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4267
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4268
       id="rect1463-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4269
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4270
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4271
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4272
       id="g1471-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4273
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4274
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4275
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4276
         inkscape:connector-curvature="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4277
         id="path1465-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4278
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4279
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4280
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4281
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4282
         id="text1469-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4283
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4284
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4285
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4286
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4287
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4288
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4289
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4290
           id="tspan1467-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4291
           sodipodi:role="line">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4292
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4293
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4294
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4295
       id="g1479-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4296
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4297
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4298
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4299
         inkscape:transform-center-x="14.956371"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4300
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4301
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4302
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4303
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4304
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4305
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4306
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4307
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4308
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4309
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4310
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4311
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4312
         id="path1473-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4313
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4314
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4315
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4316
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4317
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4318
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4319
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4320
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4321
         id="text1477-8"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4322
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4323
           id="tspan1475-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4324
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4325
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4326
           style="stroke-width:1px">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4327
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4328
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4329
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4330
       id="g1487-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4331
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4332
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4333
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4334
         inkscape:transform-center-x="14.956364"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4335
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4336
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4337
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4338
         id="path1481-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4339
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4340
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4341
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4342
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4343
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4344
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4345
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4346
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4347
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4348
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4349
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4350
         inkscape:transform-center-y="-5.9989963e-06" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4351
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4352
         id="text1485-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4353
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4354
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4355
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4356
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4357
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4358
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4359
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4360
           id="tspan1483-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4361
           sodipodi:role="line">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4362
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4363
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4364
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4365
       id="g1495-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4366
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4367
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4368
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4369
         inkscape:transform-center-x="-14.956365"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4370
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4371
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4372
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4373
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4374
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4375
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4376
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4377
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4378
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4379
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4380
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4381
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4382
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4383
         id="path1489-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4384
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4385
         sodipodi:type="star" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4386
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4387
         id="text1493-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4388
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4389
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4390
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4391
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4392
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4393
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4394
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4395
           id="tspan1491-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4396
           sodipodi:role="line">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4397
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4398
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4399
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4400
       id="g1503-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4401
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4402
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4403
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4404
         inkscape:transform-center-x="-14.956349"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4405
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4406
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4407
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4408
         id="path1497-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4409
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4410
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4411
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4412
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4413
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4414
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4415
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4416
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4417
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4418
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4419
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4420
         inkscape:transform-center-y="-3.3040441e-05" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4421
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4422
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4423
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4424
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4425
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4426
         id="text1501-8"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4427
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4428
           id="tspan1499-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4429
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4430
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4431
           style="stroke-width:1px">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4432
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4433
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4434
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4435
     inkscape:label="actual_label"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4436
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4437
     style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4438
     x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4439
     y="164.81787"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4440
     id="text1527-7"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4441
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4442
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4443
       id="tspan1525-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4444
       x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4445
       y="164.81787">HMI_LOCAL variables</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4446
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4447
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4448
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4449
     x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4450
     y="335.65213"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4451
     id="text1557-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4452
     inkscape:label="HMI:Display@.piff"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4453
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4454
       id="tspan1555-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4455
       x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4456
       y="335.65213"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4457
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4458
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4459
     transform="matrix(0.28590269,0,0,0.28590269,2430.782,273.19298)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4460
     id="g1605-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4461
     inkscape:label="HMI:Input@.piff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4462
     style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4463
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4464
       inkscape:label="value"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4465
       id="text1561-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4466
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4467
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4468
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4469
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4470
         style="stroke-width:2px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4471
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4472
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4473
         id="tspan1559-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4474
         sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4475
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4476
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4477
       id="rect1563-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4478
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4479
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4480
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4481
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4482
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4483
       inkscape:label="edit" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4484
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4485
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4486
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4487
       id="g1571-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4488
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4489
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4490
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4491
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4492
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4493
         id="path1565-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4494
         inkscape:connector-curvature="0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4495
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4496
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4497
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4498
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4499
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4500
         id="text1569-7"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4501
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4502
           id="tspan1567-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4503
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4504
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4505
           style="stroke-width:1px">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4506
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4507
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4508
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4509
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4510
       id="g1579-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4511
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4512
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4513
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4514
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4515
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4516
         id="path1573-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4517
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4518
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4519
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4520
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4521
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4522
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4523
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4524
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4525
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4526
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4527
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4528
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4529
         inkscape:transform-center-x="14.956371" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4530
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4531
         id="text1577-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4532
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4533
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4534
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4535
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4536
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4537
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4538
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4539
           id="tspan1575-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4540
           sodipodi:role="line">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4541
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4542
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4543
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4544
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4545
       id="g1587-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4546
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4547
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4548
         inkscape:transform-center-y="-5.9989963e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4549
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4550
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4551
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4552
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4553
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4554
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4555
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4556
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4557
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4558
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4559
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4560
         id="path1581-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4561
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4562
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4563
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4564
         inkscape:transform-center-x="14.956364" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4565
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4566
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4567
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4568
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4569
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4570
         id="text1585-0"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4571
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4572
           id="tspan1583-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4573
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4574
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4575
           style="stroke-width:1px">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4576
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4577
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4578
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4579
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4580
       id="g1595-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4581
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4582
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4583
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4584
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4585
         id="path1589-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4586
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4587
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4588
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4589
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4590
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4591
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4592
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4593
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4594
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4595
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4596
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4597
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4598
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4599
         inkscape:transform-center-x="-14.956365" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4600
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4601
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4602
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4603
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4604
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4605
         id="text1593-0"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4606
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4607
           id="tspan1591-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4608
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4609
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4610
           style="stroke-width:1px">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4611
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4612
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4613
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4614
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4615
       id="g1603-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4616
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4617
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4618
         inkscape:transform-center-y="-3.3040441e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4619
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4620
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4621
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4622
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4623
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4624
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4625
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4626
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4627
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4628
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4629
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4630
         id="path1597-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4631
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4632
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4633
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4634
         inkscape:transform-center-x="-14.956349" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4635
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4636
         id="text1601-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4637
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4638
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4639
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4640
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4641
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4642
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4643
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4644
           id="tspan1599-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4645
           sodipodi:role="line">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4646
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4647
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4648
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4649
     id="text1609-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4650
     y="284.81787"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4651
     x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4652
     style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4653
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4654
     inkscape:label="actual_label"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4655
       y="284.81787"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4656
       x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4657
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4658
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4659
       id="tspan1611-6">PAGE_LOCAL variables</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4660
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4661
     inkscape:label="HMI:Display@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4662
     id="text1457-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4663
     y="1208.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4664
     x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4665
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4666
     xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4667
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4668
       y="1208.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4669
       x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4670
       id="tspan1455-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4671
       sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4672
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4673
     style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4674
     inkscape:label="HMI:Input@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4675
     id="g1505-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4676
     transform="matrix(0.28590269,0,0,0.28590269,74.702238,1145.9709)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4677
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4678
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4679
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4680
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4681
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4682
       id="text1461-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4683
       inkscape:label="value"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4684
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4685
         id="tspan1459-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4686
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4687
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4688
         style="stroke-width:2px">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4689
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4690
       inkscape:label="edit"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4691
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4692
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4693
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4694
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4695
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4696
       id="rect1463-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4697
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4698
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4699
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4700
       id="g1471-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4701
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4702
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4703
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4704
         inkscape:connector-curvature="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4705
         id="path1465-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4706
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4707
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4708
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4709
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4710
         id="text1469-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4711
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4712
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4713
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4714
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4715
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4716
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4717
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4718
           id="tspan1467-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4719
           sodipodi:role="line">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4720
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4721
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4722
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4723
       id="g1479-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4724
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4725
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4726
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4727
         inkscape:transform-center-x="14.956371"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4728
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4729
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4730
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4731
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4732
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4733
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4734
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4735
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4736
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4737
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4738
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4739
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4740
         id="path1473-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4741
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4742
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4743
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4744
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4745
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4746
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4747
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4748
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4749
         id="text1477-4"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4750
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4751
           id="tspan1475-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4752
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4753
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4754
           style="stroke-width:1px">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4755
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4756
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4757
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4758
       id="g1487-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4759
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4760
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4761
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4762
         inkscape:transform-center-x="14.956364"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4763
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4764
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4765
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4766
         id="path1481-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4767
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4768
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4769
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4770
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4771
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4772
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4773
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4774
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4775
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4776
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4777
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4778
         inkscape:transform-center-y="-5.9989963e-06" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4779
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4780
         id="text1485-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4781
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4782
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4783
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4784
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4785
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4786
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4787
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4788
           id="tspan1483-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4789
           sodipodi:role="line">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4790
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4791
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4792
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4793
       id="g1495-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4794
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4795
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4796
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4797
         inkscape:transform-center-x="-14.956365"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4798
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4799
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4800
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4801
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4802
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4803
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4804
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4805
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4806
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4807
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4808
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4809
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4810
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4811
         id="path1489-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4812
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4813
         sodipodi:type="star" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4814
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4815
         id="text1493-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4816
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4817
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4818
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4819
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4820
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4821
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4822
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4823
           id="tspan1491-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4824
           sodipodi:role="line">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4825
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4826
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4827
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4828
       id="g1503-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4829
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4830
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4831
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4832
         inkscape:transform-center-x="-14.956349"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4833
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4834
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4835
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4836
         id="path1497-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4837
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4838
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4839
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4840
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4841
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4842
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4843
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4844
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4845
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4846
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4847
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4848
         inkscape:transform-center-y="-3.3040441e-05" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4849
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4850
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4851
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4852
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4853
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4854
         id="text1501-9"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4855
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4856
           id="tspan1499-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4857
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4858
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4859
           style="stroke-width:1px">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4860
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4861
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4862
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4863
     inkscape:label="actual_label"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4864
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4865
     style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4866
     x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4867
     y="1157.5958"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4868
     id="text1527-0"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4869
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4870
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4871
       id="tspan1525-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4872
       x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4873
       y="1157.5958">HMI_LOCAL variables</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4874
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4875
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4876
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4877
     x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4878
     y="1328.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4879
     id="text1557-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4880
     inkscape:label="HMI:Display@.piff"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4881
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4882
       id="tspan1555-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4883
       x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4884
       y="1328.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4885
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4886
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4887
     transform="matrix(0.28590269,0,0,0.28590269,74.702238,1265.9709)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4888
     id="g1605-26"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4889
     inkscape:label="HMI:Input@.piff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4890
     style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4891
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4892
       inkscape:label="value"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4893
       id="text1561-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4894
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4895
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4896
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4897
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4898
         style="stroke-width:2px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4899
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4900
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4901
         id="tspan1559-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4902
         sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4903
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4904
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4905
       id="rect1563-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4906
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4907
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4908
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4909
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4910
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4911
       inkscape:label="edit" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4912
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4913
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4914
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4915
       id="g1571-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4916
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4917
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4918
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4919
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4920
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4921
         id="path1565-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4922
         inkscape:connector-curvature="0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4923
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4924
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4925
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4926
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4927
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4928
         id="text1569-4"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4929
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4930
           id="tspan1567-87"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4931
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4932
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4933
           style="stroke-width:1px">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4934
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4935
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4936
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4937
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4938
       id="g1579-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4939
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4940
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4941
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4942
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4943
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4944
         id="path1573-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4945
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4946
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4947
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4948
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4949
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4950
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4951
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4952
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4953
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4954
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4955
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4956
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4957
         inkscape:transform-center-x="14.956371" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4958
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4959
         id="text1577-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4960
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4961
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4962
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4963
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4964
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4965
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4966
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4967
           id="tspan1575-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4968
           sodipodi:role="line">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4969
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4970
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4971
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4972
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4973
       id="g1587-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4974
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4975
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4976
         inkscape:transform-center-y="-5.9989963e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4977
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4978
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4979
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4980
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4981
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4982
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4983
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4984
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4985
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4986
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4987
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4988
         id="path1581-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4989
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4990
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4991
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4992
         inkscape:transform-center-x="14.956364" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4993
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4994
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4995
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4996
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4997
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4998
         id="text1585-6"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4999
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5000
           id="tspan1583-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5001
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5002
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5003
           style="stroke-width:1px">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5004
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5005
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5006
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5007
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5008
       id="g1595-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5009
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5010
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5011
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5012
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5013
         id="path1589-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5014
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5015
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5016
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5017
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5018
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5019
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5020
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5021
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5022
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5023
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5024
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5025
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5026
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5027
         inkscape:transform-center-x="-14.956365" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5028
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5029
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5030
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5031
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5032
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5033
         id="text1593-1"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5034
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5035
           id="tspan1591-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5036
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5037
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5038
           style="stroke-width:1px">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5039
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5040
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5041
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5042
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5043
       id="g1603-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5044
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5045
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5046
         inkscape:transform-center-y="-3.3040441e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5047
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5048
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5049
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5050
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5051
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5052
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5053
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5054
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5055
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5056
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5057
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5058
         id="path1597-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5059
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5060
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5061
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5062
         inkscape:transform-center-x="-14.956349" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5063
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5064
         id="text1601-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5065
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5066
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5067
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5068
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5069
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5070
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5071
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5072
           id="tspan1599-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5073
           sodipodi:role="line">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5074
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5075
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5076
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5077
     id="text1609-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5078
     y="1277.5958"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5079
     x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5080
     style="font-style:normal;font-weight:normal;font-size:25.4761734px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5081
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5082
     inkscape:label="actual_label"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5083
       y="1277.5958"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5084
       x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5085
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5086
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5087
       id="tspan1611-1">PAGE_LOCAL variables</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5088
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5089
     id="g2387"
3025
48e7e336c052 SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents: 3023
diff changeset
  5090
     inkscape:label="HMI:VarInit:42@level" />
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5091
  <g
3025
48e7e336c052 SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents: 3023
diff changeset
  5092
     inkscape:label="HMI:VarInit:&quot;a string&quot;@paff"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5093
     id="g2389" />
3025
48e7e336c052 SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents: 3023
diff changeset
  5094
  <g
48e7e336c052 SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents: 3023
diff changeset
  5095
     id="g825"
48e7e336c052 SVGHMI: HMI:VarInit:"a string"@a_value : empty widget (i.e. empty svg:group) that initialize content of local variables to value given as first argument.
Edouard Tisserant
parents: 3023
diff changeset
  5096
     inkscape:label="HMI:VarInit:&quot;a page string&quot;@.piff" />
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5097
  <g
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5098
     inkscape:label="HMI:VarInit:50@.position"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5099
     id="g906" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5100
  <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5101
     id="g908"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5102
     inkscape:label="HMI:VarInit:100@.range" />
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5103
  <g
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5104
     inkscape:label="HMI:VarInit:7@.visibleAlarms"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5105
     id="g906-3" />
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5106
  <use
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5107
     x="0"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5108
     y="0"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5109
     xlink:href="#g7994"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5110
     id="use8000"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5111
     transform="translate(-1380,800)"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5112
     width="100%"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5113
     height="100%"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5114
     inkscape:label="HMI:Page:AlarmPage" />
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5115
  <text
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5116
     xml:space="preserve"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5117
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5118
     x="-738.18359"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5119
     y="86.260696"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5120
     id="text2019"><tspan
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5121
       sodipodi:role="line"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5122
       id="tspan2017"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5123
       x="-738.18359"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5124
       y="86.260696"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5125
       style="fill:#ffffff;stroke-width:1px">Alarm Page</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5126
  <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5127
     id="g1289"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5128
     inkscape:label="HMI:JsonTable:/alarms@/ALARMNOTIFY@.range@.position@.visibleAlarms@.filter"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5129
     transform="matrix(0.5,0,0,0.5,-1757.3465,454.4367)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5130
    <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5131
       id="g5231"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5132
       inkscape:label="data">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5133
      <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5134
         id="g1384"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5135
         inkscape:label="[6]"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5136
         transform="translate(52.326002,240.30067)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5137
        <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5138
           id="g901"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5139
           inkscape:label="# commented group"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5140
           transform="translate(419.716,-441.73566)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5141
          <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5142
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5143
             d="m 528.62458,486.07049 23.69122,21.00809"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5144
             id="path903"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5145
             inkscape:connector-curvature="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5146
             sodipodi:nodetypes="cc" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5147
        </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5148
        <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5149
           x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5150
           y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5151
           xlink:href="#use1297"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5152
           inkscape:transform-center-x="0.11123312"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5153
           inkscape:transform-center-y="2.2824109"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5154
           id="use1378"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5155
           width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5156
           height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5157
           transform="matrix(0.7609336,0,0,0.7609336,199.15217,164.3798)"
3048
d46d545ff7b7 SVGHMI: JsonTable can now have clickable elements, that trigger a request with extra argument whose content is taken from Json data.
Edouard Tisserant
parents: 3044
diff changeset
  5158
           inkscape:label=".status onClick[acknowledge]=.alarmid" />
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5159
        <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5160
           transform="matrix(1.3019536,0,0,1.3019536,39.582906,238.73392)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5161
           x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5162
           y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5163
           xlink:href="#use913"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5164
           id="use966"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5165
           width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5166
           height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5167
           inkscape:label=".status textContent=.time"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5168
           style="stroke-width:1.53615308" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5169
        <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5170
           inkscape:label=".status textContent=.text"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5171
           height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5172
           width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5173
           id="use1832"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5174
           xlink:href="#use913"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5175
           y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5176
           x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5177
           transform="matrix(2,0,0,2,85.95394,349.02524)" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5178
        <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5179
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5180
           d="M 972.0318,65.34292 H 2780.6604"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5181
           id="path2238"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5182
           inkscape:connector-curvature="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5183
           sodipodi:nodetypes="cc"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5184
           inkscape:label="# separation line" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5185
      </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5186
      <use
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5187
         inkscape:label="[5]"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5188
         transform="translate(0,-62.914773)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5189
         height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5190
         width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5191
         id="use5200"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5192
         xlink:href="#g1384"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5193
         y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5194
         x="0" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5195
      <use
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5196
         inkscape:label="[4]"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5197
         x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5198
         y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5199
         xlink:href="#g1384"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5200
         id="use5202"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5201
         width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5202
         height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5203
         transform="translate(0,-125.82955)" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5204
      <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5205
         inkscape:label="[3]"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5206
         transform="translate(0,-188.74432)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5207
         height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5208
         width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5209
         id="use5204"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5210
         xlink:href="#g1384"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5211
         y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5212
         x="0" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5213
      <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5214
         x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5215
         y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5216
         xlink:href="#g1384"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5217
         id="use2176"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5218
         width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5219
         height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5220
         transform="translate(0,-251.65909)"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5221
         inkscape:label="[2]" />
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5222
      <use
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5223
         inkscape:label="[1]"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5224
         transform="translate(0,-314.57387)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5225
         height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5226
         width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5227
         id="use2178"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5228
         xlink:href="#g1384"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5229
         y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5230
         x="0" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5231
      <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5232
         x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5233
         y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5234
         xlink:href="#g1384"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5235
         id="use2180"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5236
         width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5237
         height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5238
         transform="translate(0,-377.48864)"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5239
         inkscape:label="[0]" />
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5240
    </g>
3181
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5241
    <g
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5242
       style="stroke-width:1.04184687"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5243
       inkscape:label="action_reset"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5244
       id="g1839-6"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5245
       transform="matrix(2,0,0,2,-181.39997,-864.49004)">
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5246
      <g
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5247
         style="stroke-width:1.04184687"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5248
         inkscape:label="bg"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5249
         id="g945-7">
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5250
        <rect
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5251
           rx="26.820074"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5252
           inkscape:label="button"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5253
           ry="23.177595"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5254
           y="594.82263"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5255
           x="971.96545"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5256
           height="95.723877"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5257
           width="245.44583"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5258
           id="rect943-5"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5259
           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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5260
      </g>
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5261
      <g
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5262
         style="stroke-width:1.04184687"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5263
         inkscape:label="text"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5264
         id="g951-3">
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5265
        <text
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5266
           xml:space="preserve"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5267
           style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5268
           x="1090.7626"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5269
           y="656.98151"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5270
           id="text949-5"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5271
           inkscape:label="setting_jmp"><tspan
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5272
             sodipodi:role="line"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5273
             id="tspan947-6"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5274
             x="1090.7626"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5275
             y="656.98151"
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5276
             style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px">reset</tspan></text>
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5277
      </g>
50d0fef791d5 SVGHMI: Add generic action buttons to JSON table, with an example in tests/svghmi: wipe alar list.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3178
diff changeset
  5278
    </g>
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5279
  </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5280
  <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5281
     id="g1332"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5282
     inkscape:label="polygons"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5283
     transform="translate(-1556.6506,114.93627)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5284
    <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5285
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5286
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5287
       d="m 1081.9632,-246.81598 -27.9274,5.51725 -27.9273,5.51724 9.1856,-26.94439 9.1856,-26.94439 18.7417,21.42715 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5288
       inkscape:randomized="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5289
       inkscape:rounded="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5290
       inkscape:flatsided="false"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5291
       sodipodi:arg2="1.3757507"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5292
       sodipodi:arg1="0.32855317"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5293
       sodipodi:r2="16.43548"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5294
       sodipodi:r1="32.87096"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5295
       sodipodi:cy="-257.42258"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5296
       sodipodi:cx="1050.8505"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5297
       sodipodi:sides="3"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5298
       id="path1298"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5299
       style="fill:#8fbc8f;fill-opacity:1;stroke:#ff0000"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5300
       sodipodi:type="star"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5301
       inkscape:label="three" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5302
    <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5303
       sodipodi:type="star"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5304
       style="fill:#ff8c00;fill-opacity:1;stroke:#ff0000"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5305
       id="path1308"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5306
       sodipodi:sides="4"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5307
       sodipodi:cx="1110.8505"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5308
       sodipodi:cy="-257.42258"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5309
       sodipodi:r1="32.87096"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5310
       sodipodi:r2="16.43548"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5311
       sodipodi:arg1="0.32855317"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5312
       sodipodi:arg2="1.1139513"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5313
       inkscape:flatsided="false"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5314
       inkscape:rounded="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5315
       inkscape:randomized="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5316
       d="m 1141.9632,-246.81598 -23.8627,4.1434 -17.8566,16.3627 -4.1434,-23.8627 -16.3627,-17.8566 23.8627,-4.1434 17.8566,-16.3627 4.1434,23.8627 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5317
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5318
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5319
       inkscape:label="four" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5320
    <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5321
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5322
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5323
       d="m 1201.9632,-246.81598 -21.6446,2.82766 -9.9413,19.4333 -9.3778,-19.7114 -21.5541,-3.44949 15.8487,-15.00997 -3.3799,-21.5652 19.1728,10.43473 19.4653,-9.87854 -3.9993,21.45898 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5324
       inkscape:randomized="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5325
       inkscape:rounded="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5326
       inkscape:flatsided="false"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5327
       sodipodi:arg2="0.9568717"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5328
       sodipodi:arg1="0.32855317"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5329
       sodipodi:r2="16.43548"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5330
       sodipodi:r1="32.87096"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5331
       sodipodi:cy="-257.42258"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5332
       sodipodi:cx="1170.8505"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5333
       sodipodi:sides="5"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5334
       id="path1310"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5335
       style="fill:#bc8f8f;fill-opacity:1;stroke:#ff0000"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5336
       sodipodi:type="star"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5337
       inkscape:label="five" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5338
    <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5339
       sodipodi:type="star"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5340
       style="fill:#f0f8ff;fill-opacity:1;stroke:#ff0000"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5341
       id="path1312"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5342
       sodipodi:sides="6"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5343
       sodipodi:cx="1230.8505"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5344
       sodipodi:cy="-257.42258"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5345
       sodipodi:r1="32.87096"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5346
       sodipodi:r2="16.43548"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5347
       sodipodi:arg1="0.32855317"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5348
       sodipodi:arg2="0.85215195"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5349
       inkscape:flatsided="false"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5350
       inkscape:rounded="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5351
       inkscape:randomized="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5352
       d="m 1261.9632,-246.81598 -20.2922,1.76437 -4.4498,19.87672 -11.674,-16.69134 -19.4387,6.08474 8.6181,-18.45571 -14.9888,-13.79198 20.2921,-1.76436 4.4498,-19.87673 11.6741,16.69134 19.4386,-6.08473 -8.6181,18.4557 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5353
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5354
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5355
       inkscape:label="six" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5356
  </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5357
  <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5358
     inkscape:label="HMI:List"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5359
     id="g1311"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5360
     transform="translate(-1396.6506,94.93627)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5361
    <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5362
       x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5363
       y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5364
       xlink:href="#path1298"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5365
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5366
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5367
       id="use1293"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5368
       width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5369
       height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5370
       transform="translate(-69.76703,100)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5371
       style="display:inline"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5372
       inkscape:label="ack" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5373
    <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5374
       x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5375
       y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5376
       xlink:href="#path1308"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5377
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5378
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5379
       id="use1295"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5380
       width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5381
       height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5382
       transform="translate(-126.48474,100)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5383
       inkscape:label="alarm" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5384
    <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5385
       x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5386
       y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5387
       xlink:href="#path1310"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5388
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5389
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5390
       id="use1297"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5391
       width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5392
       height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5393
       transform="translate(-186.33351,100)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5394
       inkscape:label="active" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5395
    <use
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5396
       x="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5397
       y="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5398
       xlink:href="#path1312"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5399
       inkscape:transform-center-x="0.14620371"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5400
       inkscape:transform-center-y="2.9995242"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5401
       id="use1299"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5402
       width="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5403
       height="100%"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5404
       transform="translate(-246.4848,100)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5405
       inkscape:label="disabled" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5406
  </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5407
  <g
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5408
     transform="matrix(0.33436432,0,0,0.33436432,-584.21063,278.8185)"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5409
     inkscape:label="HMI:Input@/ALARMNOTIFY"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5410
     id="g5222"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5411
     style="stroke-width:0.75594342">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5412
    <text
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5413
       xml:space="preserve"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5414
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5415
       x="136.32812"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5416
       y="218.24219"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5417
       id="text5208"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5418
       inkscape:label="value"><tspan
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5419
         sodipodi:role="line"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5420
         id="tspan5206"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5421
         x="136.32812"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5422
         y="218.24219"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5423
         style="stroke-width:0.75594342px">8888</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5424
    <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5425
       transform="scale(1,-1)"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5426
       sodipodi:type="star"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5427
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5428
       id="path5212"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5429
       sodipodi:sides="3"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5430
       sodipodi:cx="608.70374"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5431
       sodipodi:cy="-209.2599"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5432
       sodipodi:r1="59.825443"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5433
       sodipodi:r2="29.912722"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5434
       sodipodi:arg1="0.52359878"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5435
       sodipodi:arg2="1.5707963"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5436
       inkscape:flatsided="true"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5437
       inkscape:rounded="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5438
       inkscape:randomized="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5439
       d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5440
       inkscape:transform-center-y="14.956362"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5441
       inkscape:label="-1" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5442
    <rect
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5443
       inkscape:label="edit"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5444
       onclick=""
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5445
       y="95.40741"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5446
       x="139.85185"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5447
       height="128"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5448
       width="407.7037"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5449
       id="rect5214"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5450
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5451
    <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5452
       inkscape:label="+1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5453
       inkscape:transform-center-y="-14.95636"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5454
       d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5455
       inkscape:randomized="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5456
       inkscape:rounded="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5457
       inkscape:flatsided="true"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5458
       sodipodi:arg2="1.5707963"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5459
       sodipodi:arg1="0.52359878"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5460
       sodipodi:r2="29.912722"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5461
       sodipodi:r1="59.825443"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5462
       sodipodi:cy="112.17263"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5463
       sodipodi:cx="608.70374"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5464
       sodipodi:sides="3"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5465
       id="path5218"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5466
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5467
       sodipodi:type="star" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5468
  </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5469
  <g
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5470
     id="g1766"
3178
21cb76012c78 SVGHMI: Make ScrollBar's variables order match JsonTable's variables order to avoid confusion
Edouard Tisserant
parents: 3151
diff changeset
  5471
     inkscape:label="HMI:ScrollBar@.range@.position@.visibleAlarms"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5472
     transform="translate(9.7583007e-6)">
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5473
    <path
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5474
       sodipodi:nodetypes="cccc"
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5475
       inkscape:connector-curvature="0"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5476
       id="path1266"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5477
       d="m -234.01097,332.35504 21.18736,28.36866 h -42.37471 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5478
       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;vector-effect:none;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.42391574px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5479
       inkscape:label="pageup" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5480
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5481
       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;vector-effect:none;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.4007318px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5482
       d="m -234.01097,686.72773 21.18736,-27.45222 h -42.37471 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5483
       id="path1268"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5484
       inkscape:connector-curvature="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5485
       sodipodi:nodetypes="cccc"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5486
       inkscape:label="pagedown" />
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5487
    <rect
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5488
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.30952382;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.03627348px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5489
       id="rect1264-3"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5490
       width="42.374725"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5491
       height="276.64423"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5492
       x="-255.19838"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5493
       y="371.91068"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5494
       rx="7.6034913"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5495
       ry="6.8822322"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5496
       inkscape:label="range" />
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5497
    <rect
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5498
       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;vector-effect:none;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.11429262px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5499
       id="rect1264"
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5500
       width="42.374725"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5501
       height="82.841492"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5502
       x="-255.19838"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5503
       y="371.91068"
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5504
       rx="7.6034913"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3048
diff changeset
  5505
       ry="7"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  5506
       inkscape:label="cursor" />
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5507
  </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5508
  <g
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5509
     id="g893"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5510
     inkscape:label="textstyles"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5511
     transform="translate(-1566.6506,56.936266)">
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5512
    <text
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5513
       inkscape:label="red"
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5514
       id="text1382-7"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5515
       y="-171.54395"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5516
       x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5517
       style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5518
       xml:space="preserve"><tspan
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5519
         y="-171.54395"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5520
         x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5521
         id="tspan1380-5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5522
         sodipodi:role="line"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5523
         style="stroke-width:0.5">value</tspan></text>
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5524
    <text
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5525
       xml:space="preserve"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5526
       style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5527
       x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5528
       y="-191.54395"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5529
       id="text875"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5530
       inkscape:label="black"><tspan
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5531
         style="fill:#000000;stroke-width:0.5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5532
         sodipodi:role="line"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5533
         id="tspan873"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5534
         x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5535
         y="-191.54395">value</tspan></text>
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5536
    <text
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5537
       inkscape:label="green"
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5538
       id="text879"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5539
       y="-211.54395"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5540
       x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5541
       style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:0.5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5542
       xml:space="preserve"><tspan
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5543
         y="-211.54395"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5544
         x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5545
         id="tspan877"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5546
         sodipodi:role="line"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5547
         style="fill:#00ff00;stroke-width:0.5">value</tspan></text>
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5548
    <text
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5549
       xml:space="preserve"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5550
       style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5551
       x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5552
       y="-231.54395"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5553
       id="text883"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5554
       inkscape:label="gray"><tspan
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5555
         style="fill:#999999;stroke-width:0.5"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5556
         sodipodi:role="line"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5557
         id="tspan881"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5558
         x="1298.9102"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5559
         y="-231.54395">value</tspan></text>
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5560
  </g>
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5561
  <g
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5562
     id="g907"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5563
     inkscape:label="HMI:TextStyleList"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5564
     transform="translate(-990.65059,102.93627)">
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5565
    <use
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5566
       x="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5567
       y="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5568
       xlink:href="#text879"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5569
       id="use913"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5570
       width="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5571
       height="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5572
       transform="translate(-573,60.999998)"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5573
       inkscape:label="active" />
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5574
    <use
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5575
       x="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5576
       y="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5577
       xlink:href="#text875"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5578
       id="use911"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5579
       width="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5580
       height="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5581
       transform="translate(-573,40.999998)"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5582
       inkscape:label="ack" />
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5583
    <use
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5584
       x="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5585
       y="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5586
       xlink:href="#text1382-7"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5587
       id="use909"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5588
       width="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5589
       height="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5590
       transform="translate(-573,20.999998)"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5591
       inkscape:label="alarm" />
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5592
    <use
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5593
       x="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5594
       y="0"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5595
       xlink:href="#text883"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5596
       id="use915"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5597
       width="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5598
       height="100%"
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5599
       transform="translate(-573,80.999998)"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5600
       inkscape:label="disabled" />
3028
72ee99635db7 SVGHMI: HMI:JsonTable also recognize TextStyleList, but parsing of textContent is still not implemented and style is still not updated.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3025
diff changeset
  5601
  </g>
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5602
  <g
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5603
     transform="matrix(0.33436432,0,0,0.33436432,-1048.7703,278.8185)"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5604
     inkscape:label="HMI:Input@.range"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5605
     id="g5222-3"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5606
     style="stroke-width:0.75594342">
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5607
    <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5608
       xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5609
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5610
       x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5611
       y="218.24219"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5612
       id="text5208-6"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5613
       inkscape:label="value"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5614
         sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5615
         id="tspan5206-7"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5616
         x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5617
         y="218.24219"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5618
         style="stroke-width:0.75594342px">8888</tspan></text>
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5619
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5620
       transform="scale(1,-1)"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5621
       sodipodi:type="star"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5622
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5623
       id="path5212-5"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5624
       sodipodi:sides="3"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5625
       sodipodi:cx="620.66675"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5626
       sodipodi:cy="-209.2599"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5627
       sodipodi:r1="59.825443"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5628
       sodipodi:r2="29.912722"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5629
       sodipodi:arg1="0.52359878"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5630
       sodipodi:arg2="1.5707963"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5631
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5632
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5633
       inkscape:randomized="0"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5634
       d="m 672.4771,-179.34718 -103.62071,0 51.81036,-89.73817 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5635
       inkscape:transform-center-y="14.956362"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5636
       inkscape:label="-1" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5637
    <rect
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5638
       inkscape:label="edit"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5639
       onclick=""
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5640
       y="95.40741"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5641
       x="139.85185"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5642
       height="128"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5643
       width="407.7037"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5644
       id="rect5214-3"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5645
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5646
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5647
       inkscape:label="+1"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5648
       inkscape:transform-center-y="-14.95636"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5649
       d="m 672.4771,142.08535 -103.62071,0 51.81036,-89.738163 z"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5650
       inkscape:randomized="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5651
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5652
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5653
       sodipodi:arg2="1.5707963"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5654
       sodipodi:arg1="0.52359878"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5655
       sodipodi:r2="29.912722"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5656
       sodipodi:r1="59.825443"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5657
       sodipodi:cy="112.17263"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5658
       sodipodi:cx="620.66675"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5659
       sodipodi:sides="3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5660
       id="path5218-5"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5661
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5662
       sodipodi:type="star" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5663
  </g>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5664
  <g
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5665
     transform="matrix(0.33436432,0,0,0.33436432,-816.49047,278.8185)"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5666
     inkscape:label="HMI:Input@.position"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5667
     id="g5222-6"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5668
     style="stroke-width:0.75594342">
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5669
    <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5670
       xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5671
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5672
       x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5673
       y="218.24219"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5674
       id="text5208-2"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5675
       inkscape:label="value"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5676
         sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5677
         id="tspan5206-9"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5678
         x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5679
         y="218.24219"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5680
         style="stroke-width:0.75594342px">8888</tspan></text>
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5681
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5682
       transform="scale(1,-1)"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5683
       sodipodi:type="star"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5684
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5685
       id="path5212-1"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5686
       sodipodi:sides="3"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5687
       sodipodi:cx="608.70374"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5688
       sodipodi:cy="-209.2599"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5689
       sodipodi:r1="59.825443"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5690
       sodipodi:r2="29.912722"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5691
       sodipodi:arg1="0.52359878"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5692
       sodipodi:arg2="1.5707963"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5693
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5694
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5695
       inkscape:randomized="0"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5696
       d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5697
       inkscape:transform-center-y="14.956362"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5698
       inkscape:label="-1" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5699
    <rect
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5700
       inkscape:label="edit"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5701
       onclick=""
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5702
       y="95.40741"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5703
       x="139.85185"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5704
       height="128"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5705
       width="407.7037"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5706
       id="rect5214-2"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5707
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5708
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5709
       inkscape:label="+1"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5710
       inkscape:transform-center-y="-14.95636"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5711
       d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5712
       inkscape:randomized="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5713
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5714
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5715
       sodipodi:arg2="1.5707963"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5716
       sodipodi:arg1="0.52359878"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5717
       sodipodi:r2="29.912722"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5718
       sodipodi:r1="59.825443"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5719
       sodipodi:cy="112.17263"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5720
       sodipodi:cx="608.70374"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5721
       sodipodi:sides="3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5722
       id="path5218-7"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5723
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5724
       sodipodi:type="star" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5725
  </g>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5726
  <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5727
     xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5728
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5729
     x="-935.5838"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5730
     y="291.8042"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5731
     id="text887"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5732
       sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5733
       id="tspan885"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5734
       x="-935.5838"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5735
       y="291.8042"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5736
       style="fill:#ffffff;stroke-width:1px">range</tspan></text>
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5737
  <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5738
     id="text891"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5739
     y="291.8042"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5740
     x="-702.87115"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5741
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5742
     xml:space="preserve"><tspan
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5743
       style="fill:#ffffff;stroke-width:1px"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5744
       y="291.8042"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5745
       x="-702.87115"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5746
       id="tspan889"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5747
       sodipodi:role="line">position</tspan></text>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5748
  <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5749
     xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5750
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5751
     x="-471.33417"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5752
     y="291.8042"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5753
     id="text895"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5754
       sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5755
       id="tspan893"
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  5756
       x="-471.33417"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5757
       y="291.8042"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5758
       style="fill:#ffffff;stroke-width:1px">notify</tspan></text>
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5759
  <g
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5760
     style="stroke-width:2"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5761
     inkscape:label="HMI:Input@/ALARMTEXT"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5762
     id="g1442-3"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5763
     transform="matrix(0.5,0,0,0.5,-915.0529,113.05833)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5764
    <rect
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5765
       inkscape:label="edit"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5766
       onclick=""
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5767
       y="77.265099"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5768
       x="-648.04266"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5769
       height="179.83517"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5770
       width="1195.5988"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5771
       id="rect1400-5"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5772
       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;vector-effect:none;fill:#cacaca;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5773
       ry="36.786537" />
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5774
    <text
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5775
       xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5776
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5777
       x="545.95312"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5778
       y="218.24219"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5779
       id="text1398-6"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5780
       inkscape:label="value"><tspan
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5781
         sodipodi:role="line"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5782
         id="tspan1396-7"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5783
         x="545.95312"
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5784
         y="218.24219"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5785
         style="text-align:end;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke-width:2px">8888</tspan></text>
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5786
  </g>
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5787
  <g
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5788
     style="stroke-width:1.04184687"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5789
     inkscape:label="HMI:Input@/SENDALARM"
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5790
     id="g953"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5791
     transform="translate(-1386.3329,-450.57041)">
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5792
    <g
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5793
       id="g1839"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5794
       inkscape:label="+1">
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5795
      <g
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5796
         id="g945"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5797
         inkscape:label="bg"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5798
         style="stroke-width:1.04184687">
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5799
        <rect
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5800
           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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5801
           id="rect943"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5802
           width="245.44583"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5803
           height="95.723877"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5804
           x="971.96545"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5805
           y="594.82263"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5806
           ry="23.177595"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5807
           inkscape:label="button"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5808
           rx="26.820074" />
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5809
      </g>
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5810
      <g
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5811
         id="g951"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5812
         inkscape:label="text"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5813
         style="stroke-width:1.04184687">
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5814
        <text
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5815
           inkscape:label="setting_jmp"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5816
           id="text949"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5817
           y="656.98151"
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5818
           x="1090.7626"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5819
           style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5820
           xml:space="preserve"><tspan
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5821
             style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5822
             y="656.98151"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5823
             x="1090.7626"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5824
             id="tspan947"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5825
             sodipodi:role="line">trigger</tspan></text>
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5826
      </g>
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5827
    </g>
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5828
  </g>
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5829
  <g
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5830
     style="stroke-width:2"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5831
     inkscape:label="HMI:Input@/ALARMSTATUS"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5832
     id="g1887"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5833
     transform="matrix(0.28590269,0,0,0.28590269,-631.94615,129.07897)">
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5834
    <text
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5835
       xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5836
       style="font-style:normal;font-weight:normal;font-size:148.39013672px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5837
       x="329.13501"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5838
       y="214.01605"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5839
       id="text1843"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5840
       inkscape:label="value"><tspan
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5841
         sodipodi:role="line"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5842
         id="tspan1841"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5843
         x="329.13501"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5844
         y="214.01605"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5845
         style="text-align:center;text-anchor:middle;stroke-width:1.99999988px">8888</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5846
    <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5847
       style="stroke-width:1.09375393"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5848
       id="g1853"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5849
       inkscape:label="=&quot;ack&quot;"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5850
       transform="matrix(1.8285648,0,0,1.8285648,-936.17681,115.40643)">
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5851
      <path
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5852
         inkscape:connector-curvature="0"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5853
         id="path1847"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5854
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5855
         inkscape:transform-center-y="-14.956361"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5856
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5857
      <text
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5858
         id="text1851"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5859
         y="112.62867"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5860
         x="738.57678"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5861
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5862
         xml:space="preserve"><tspan
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5863
           style="stroke-width:0.54687697px"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5864
           y="112.62867"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5865
           x="738.57678"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5866
           id="tspan1849"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5867
           sodipodi:role="line">ack</tspan></text>
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5868
    </g>
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5869
    <g
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5870
       style="stroke-width:1.09375393"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5871
       id="g1861"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5872
       inkscape:label="=&quot;disabled&quot;"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5873
       transform="matrix(1.8285648,0,0,1.8285648,-1012.4359,109.57379)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5874
      <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5875
         inkscape:connector-curvature="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5876
         id="path1847-7"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5877
         d="m 738.52607,148.37593 -80.6293,0.60214 -0.6021,-80.629288 80.6293,-0.60214 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5878
         inkscape:transform-center-y="-14.956361"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5879
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5880
      <text
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5881
         xml:space="preserve"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5882
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5883
         x="656.177"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5884
         y="115.81841"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5885
         id="text1859"><tspan
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5886
           sodipodi:role="line"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5887
           id="tspan1857"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5888
           x="656.177"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5889
           y="115.81841"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5890
           style="stroke-width:0.54687697px">disabled</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5891
    </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5892
    <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5893
       style="stroke-width:1.09375393"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5894
       id="g1869"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5895
       inkscape:label="=&quot;active&quot;"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5896
       transform="matrix(1.8285648,0,0,1.8285648,-998.18055,84.666267)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5897
      <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5898
         inkscape:connector-curvature="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5899
         id="path1847-5"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5900
         d="m 630.35651,161.99728 -80.6293,0.60214 -0.6021,-80.629287 80.6293,-0.60214 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5901
         inkscape:transform-center-y="-14.956361"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5902
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5903
      <text
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5904
         id="text1867"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5905
         y="129.43976"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5906
         x="559.26227"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5907
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5908
         xml:space="preserve"><tspan
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5909
           style="stroke-width:0.54687697px"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5910
           y="129.43976"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5911
           x="559.26227"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5912
           id="tspan1865"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5913
           sodipodi:role="line">active</tspan></text>
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5914
    </g>
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5915
    <g
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5916
       style="stroke-width:1.09375393"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5917
       id="g1877"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5918
       inkscape:label="=&quot;alarm&quot;"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5919
       transform="matrix(1.8285648,0,0,1.8285648,-1114.212,118.29284)">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5920
      <path
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5921
         inkscape:connector-curvature="0"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5922
         id="path1847-3"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5923
         d="m 994.91832,143.60768 -80.62931,0.60214 -0.6021,-80.629285 80.62931,-0.60214 z"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5924
         inkscape:transform-center-y="-14.956361"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5925
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5926
      <text
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5927
         id="text1875"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5928
         y="111.05016"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5929
         x="925.82605"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5930
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5931
         xml:space="preserve"><tspan
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5932
           style="stroke-width:0.54687697px"
3038
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5933
           y="111.05016"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5934
           x="925.82605"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5935
           id="tspan1873"
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5936
           sodipodi:role="line">alarm</tspan></text>
92101729f7b7 SVGHMI: Alarm test not using Button widget anymore, too many problems. Use Input widget instead to increment value on each click and execute python code on change.
Edouard Tisserant
parents: 3036
diff changeset
  5937
    </g>
3036
4930455428df SVGHMI: JsonTable now use intermediate variables again to address JSON data without duplicating code or referencing. Using intermediate variables also alows to check for availability of data and stop evaluating early if data is missing. Finally added complete roundtrip example to illustrate use of JSonTable to display "alarms" collected in python from changes on PLC boolean variables.
Edouard Tisserant
parents: 3034
diff changeset
  5938
  </g>
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5939
  <text
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5940
     xml:space="preserve"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5941
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5942
     x="-926.47461"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5943
     y="134.36742"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5944
     id="text2019-9"><tspan
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5945
       sodipodi:role="line"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5946
       id="tspan2017-2"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5947
       x="-926.47461"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5948
       y="134.36742"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5949
       style="fill:#ffffff;stroke-width:1px">Alarm Text</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5950
  <text
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5951
     id="text2174"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5952
     y="134.36742"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5953
     x="-546.47461"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5954
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5955
     xml:space="preserve"><tspan
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5956
       style="fill:#ffffff;stroke-width:1px"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5957
       y="134.36742"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5958
       x="-546.47461"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5959
       id="tspan2172"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5960
       sodipodi:role="line">Status</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5961
  <g
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  5962
     transform="matrix(0.57180538,0,0,0.57180538,326.35945,-231.48695)"
3044
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5963
     inkscape:label="HMI:Jump:AlarmPage"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5964
     id="g2198">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5965
    <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5966
       inkscape:label="button"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5967
       id="g2190">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5968
      <rect
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5969
         inkscape:label="button"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5970
         ry="35.579063"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5971
         y="594.82263"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5972
         x="971.96545"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5973
         height="95.723877"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5974
         width="245.44583"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5975
         id="rect2188"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5976
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5977
         rx="35.579063" />
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5978
    </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5979
    <g
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5980
       inkscape:label="text"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5981
       id="g2196">
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5982
      <text
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5983
         xml:space="preserve"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5984
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5985
         x="1090.7626"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5986
         y="656.98151"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5987
         id="text2194"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5988
         inkscape:label="setting_jmp"><tspan
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5989
           sodipodi:role="line"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5990
           id="tspan2192"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5991
           x="1090.7626"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5992
           y="656.98151"
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5993
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Alarms</tspan></text>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5994
    </g>
5227415929be SVGHMI: Moved JsonTable/Alarm related test in a separate page.
Edouard Tisserant
parents: 3041
diff changeset
  5995
  </g>
3068
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  5996
  <text
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  5997
     xml:space="preserve"
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  5998
     style="font-style:normal;font-weight:normal;font-size:45.74443054px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.28590268px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  5999
     x="628.18188"
3068
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6000
     y="242.50345"
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6001
     id="text889"
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6002
     inkscape:label="HMI:Display@/PUMP0/FLOATING"><tspan
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6003
       sodipodi:role="line"
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6004
       id="tspan887"
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6005
       x="628.18188"
3068
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6006
       y="242.50345"
81758c94f3df SVGHMI: Fix HMI_REAL support, and add a HMI_REAL use case in tests/svghmi.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3062
diff changeset
  6007
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.28590268px">8888</tspan></text>
3069
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6008
  <g
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6009
     style="stroke-width:0.75594342"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6010
     id="g900"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6011
     inkscape:label="HMI:Input@.filter"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6012
     transform="matrix(0.33436432,0,0,0.33436432,-1288.7703,278.8185)">
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6013
    <text
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6014
       inkscape:label="value"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6015
       id="text892"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6016
       y="218.24219"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6017
       x="136.32812"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6018
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6019
       xml:space="preserve"><tspan
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6020
         style="stroke-width:0.75594342px"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6021
         y="218.24219"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6022
         x="136.32812"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6023
         id="tspan890"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6024
         sodipodi:role="line">8888</tspan></text>
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6025
    <rect
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6026
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6027
       id="rect896"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6028
       width="615.05096"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6029
       height="128"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6030
       x="139.85185"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6031
       y="95.40741"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6032
       onclick=""
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6033
       inkscape:label="edit" />
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6034
  </g>
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6035
  <text
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6036
     id="text904"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6037
     y="291.8042"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6038
     x="-1175.5837"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6039
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6040
     xml:space="preserve"><tspan
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6041
       style="fill:#ffffff;stroke-width:1px"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6042
       y="291.8042"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6043
       x="-1175.5837"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6044
       id="tspan902"
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6045
       sodipodi:role="line">filter</tspan></text>
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6046
  <g
a9b03c2634c5 Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3068
diff changeset
  6047
     id="g909"
3206
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  6048
     inkscape:label="HMI:VarInit:&quot;POS&quot;@.filter" />
3076
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6049
  <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6050
     transform="matrix(0.14295135,0,0,0.14295135,449.21833,37.615184)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6051
     id="g4646"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6052
     inkscape:label="HMI:Input@paff"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6053
     style="stroke-width:4">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6054
    <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6055
       inkscape:label="value"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6056
       id="text4602"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6057
       y="218.24219"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6058
       x="136.32812"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6059
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6060
       xml:space="preserve"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6061
         style="stroke-width:4px"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6062
         y="218.24219"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6063
         x="136.32812"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6064
         id="tspan4600"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6065
         sodipodi:role="line">8888</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6066
    <rect
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6067
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6068
       id="rect4604"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6069
       width="407.7037"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6070
       height="128"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6071
       x="139.85185"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6072
       y="95.40741"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6073
       onclick=""
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6074
       inkscape:label="edit" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6075
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6076
       transform="translate(-416.52022,170.47452)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6077
       inkscape:label="+&quot;dhu&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6078
       id="g4612"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6079
       style="stroke-width:4">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6080
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6081
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6082
         inkscape:transform-center-y="-14.956361"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6083
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6084
         id="path4606"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6085
         inkscape:connector-curvature="0" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6086
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6087
         xml:space="preserve"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6088
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6089
         x="733.58197"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6090
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6091
         id="text4610"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6092
           sodipodi:role="line"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6093
           id="tspan4608"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6094
           x="733.58197"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6095
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6096
           style="stroke-width:2px">dhu</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6097
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6098
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6099
       transform="translate(-416.52022,170.47452)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6100
       inkscape:label="=&quot;plop&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6101
       id="g4620"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6102
       style="stroke-width:4">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6103
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6104
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6105
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6106
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6107
         id="path4614"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6108
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6109
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6110
         sodipodi:cy="-184.98808"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6111
         sodipodi:r1="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6112
         sodipodi:r2="14.956361"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6113
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6114
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6115
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6116
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6117
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6118
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6119
         inkscape:transform-center-y="-3.6154501e-05"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6120
         inkscape:transform-center-x="14.956371" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6121
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6122
         id="text4618"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6123
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6124
         x="633.09552"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6125
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6126
         xml:space="preserve"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6127
           style="stroke-width:2px"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6128
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6129
           x="633.09552"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6130
           id="tspan4616"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6131
           sodipodi:role="line">plop</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6132
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6133
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6134
       transform="translate(-416.52022,170.47452)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6135
       inkscape:label="=&quot;mhoo&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6136
       id="g4628"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6137
       style="stroke-width:4">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6138
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6139
         inkscape:transform-center-y="-5.9989963e-06"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6140
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6141
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6142
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6143
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6144
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6145
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6146
         sodipodi:r2="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6147
         sodipodi:r1="59.825443"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6148
         sodipodi:cy="-216.2599"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6149
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6150
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6151
         id="path4622"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6152
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6153
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6154
         transform="rotate(-90,746.45698,-44.543641)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6155
         inkscape:transform-center-x="14.956364" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6156
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6157
         xml:space="preserve"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6158
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6159
         x="537.25018"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6160
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6161
         id="text4626"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6162
           sodipodi:role="line"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6163
           id="tspan4624"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6164
           x="537.25018"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6165
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6166
           style="stroke-width:2px">mhoo</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6167
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6168
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6169
       transform="translate(-416.52022,170.47452)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6170
       inkscape:label="=&quot;yodl&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6171
       id="g4636"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6172
       style="stroke-width:4">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6173
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6174
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6175
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6176
         id="path4630"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6177
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6178
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6179
         sodipodi:cy="105.17262"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6180
         sodipodi:r1="59.825443"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6181
         sodipodi:r2="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6182
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6183
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6184
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6185
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6186
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6187
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6188
         inkscape:transform-center-y="-5.5023185e-06"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6189
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6190
         inkscape:transform-center-x="-14.956365" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6191
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6192
         xml:space="preserve"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6193
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6194
         x="925.82605"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6195
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6196
         id="text4634"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6197
           sodipodi:role="line"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6198
           id="tspan4632"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6199
           x="925.82605"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6200
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6201
           style="stroke-width:2px">yodl</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6202
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6203
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6204
       transform="translate(-416.52022,170.47452)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6205
       inkscape:label="=&quot;mhe&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6206
       id="g4644"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6207
       style="stroke-width:4">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6208
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6209
         inkscape:transform-center-y="-3.3040441e-05"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6210
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6211
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6212
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6213
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6214
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6215
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6216
         sodipodi:r2="14.956361"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6217
         sodipodi:r1="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6218
         sodipodi:cy="136.44444"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6219
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6220
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6221
         id="path4638"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6222
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6223
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6224
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6225
         inkscape:transform-center-x="-14.956349" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6226
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6227
         id="text4642"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6228
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6229
         x="842.71497"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6230
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6231
         xml:space="preserve"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6232
           style="stroke-width:2px"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6233
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6234
           x="842.71497"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6235
           id="tspan4640"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6236
           sodipodi:role="line">mhe</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6237
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6238
  </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6239
  <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6240
     style="stroke-width:4"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6241
     inkscape:label="HMI:Input@.piff"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6242
     id="g4694"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6243
     transform="matrix(0.14295135,0,0,0.14295135,449.21833,97.61518)">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6244
    <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6245
       xml:space="preserve"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6246
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6247
       x="136.32812"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6248
       y="218.24219"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6249
       id="text4650"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6250
       inkscape:label="value"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6251
         sodipodi:role="line"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6252
         id="tspan4648"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6253
         x="136.32812"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6254
         y="218.24219"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6255
         style="stroke-width:4px">8888</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6256
    <rect
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6257
       inkscape:label="edit"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6258
       onclick=""
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6259
       y="95.40741"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6260
       x="139.85185"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6261
       height="128"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6262
       width="407.7037"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6263
       id="rect4652"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6264
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6265
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6266
       style="stroke-width:4"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6267
       id="g4660"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6268
       inkscape:label="+&quot;dhu&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6269
       transform="translate(-416.52022,170.47452)">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6270
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6271
         inkscape:connector-curvature="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6272
         id="path4654"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6273
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6274
         inkscape:transform-center-y="-14.956361"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6275
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6276
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6277
         id="text4658"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6278
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6279
         x="733.58197"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6280
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6281
         xml:space="preserve"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6282
           style="stroke-width:2px"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6283
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6284
           x="733.58197"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6285
           id="tspan4656"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6286
           sodipodi:role="line">dhu</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6287
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6288
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6289
       style="stroke-width:4"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6290
       id="g4668"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6291
       inkscape:label="=&quot;plop&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6292
       transform="translate(-416.52022,170.47452)">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6293
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6294
         inkscape:transform-center-x="14.956371"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6295
         inkscape:transform-center-y="-3.6154501e-05"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6296
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6297
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6298
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6299
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6300
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6301
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6302
         sodipodi:r2="14.956361"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6303
         sodipodi:r1="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6304
         sodipodi:cy="-184.98808"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6305
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6306
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6307
         id="path4662"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6308
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6309
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6310
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6311
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6312
         xml:space="preserve"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6313
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6314
         x="633.09552"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6315
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6316
         id="text4666"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6317
           sodipodi:role="line"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6318
           id="tspan4664"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6319
           x="633.09552"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6320
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6321
           style="stroke-width:2px">plop</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6322
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6323
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6324
       style="stroke-width:4"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6325
       id="g4676"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6326
       inkscape:label="=&quot;mhoo&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6327
       transform="translate(-416.52022,170.47452)">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6328
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6329
         inkscape:transform-center-x="14.956364"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6330
         transform="rotate(-90,746.45698,-44.543641)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6331
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6332
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6333
         id="path4670"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6334
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6335
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6336
         sodipodi:cy="-216.2599"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6337
         sodipodi:r1="59.825443"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6338
         sodipodi:r2="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6339
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6340
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6341
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6342
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6343
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6344
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6345
         inkscape:transform-center-y="-5.9989963e-06" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6346
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6347
         id="text4674"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6348
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6349
         x="537.25018"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6350
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6351
         xml:space="preserve"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6352
           style="stroke-width:2px"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6353
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6354
           x="537.25018"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6355
           id="tspan4672"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6356
           sodipodi:role="line">mhoo</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6357
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6358
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6359
       style="stroke-width:4"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6360
       id="g4684"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6361
       inkscape:label="=&quot;yodl&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6362
       transform="translate(-416.52022,170.47452)">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6363
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6364
         inkscape:transform-center-x="-14.956365"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6365
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6366
         inkscape:transform-center-y="-5.5023185e-06"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6367
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6368
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6369
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6370
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6371
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6372
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6373
         sodipodi:r2="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6374
         sodipodi:r1="59.825443"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6375
         sodipodi:cy="105.17262"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6376
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6377
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6378
         id="path4678"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6379
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6380
         sodipodi:type="star" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6381
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6382
         id="text4682"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6383
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6384
         x="925.82605"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6385
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6386
         xml:space="preserve"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6387
           style="stroke-width:2px"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6388
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6389
           x="925.82605"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6390
           id="tspan4680"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6391
           sodipodi:role="line">yodl</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6392
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6393
    <g
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6394
       style="stroke-width:4"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6395
       id="g4692"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6396
       inkscape:label="=&quot;mhe&quot;"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6397
       transform="translate(-416.52022,170.47452)">
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6398
      <path
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6399
         inkscape:transform-center-x="-14.956349"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6400
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6401
         sodipodi:type="star"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6402
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6403
         id="path4686"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6404
         sodipodi:sides="3"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6405
         sodipodi:cx="596.74072"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6406
         sodipodi:cy="136.44444"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6407
         sodipodi:r1="29.912722"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6408
         sodipodi:r2="14.956361"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6409
         sodipodi:arg1="0.52359878"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6410
         sodipodi:arg2="1.5707963"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6411
         inkscape:flatsided="true"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6412
         inkscape:rounded="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6413
         inkscape:randomized="0"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6414
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6415
         inkscape:transform-center-y="-3.3040441e-05" />
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6416
      <text
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6417
         xml:space="preserve"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6418
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6419
         x="842.71497"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6420
         y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6421
         id="text4690"><tspan
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6422
           sodipodi:role="line"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6423
           id="tspan4688"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6424
           x="842.71497"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6425
           y="111.05016"
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6426
           style="stroke-width:2px">mhe</tspan></text>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6427
    </g>
f1efd1c01991 SVGHMI: Update default test to check that Input widget is indeed updated when variable changes.
Edouard Tisserant
parents: 3069
diff changeset
  6428
  </g>
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6429
  <g
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6430
     id="g7994"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6431
     inkscape:label="Gray Page Template">
3083
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6432
    <rect
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6433
       y="-800"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6434
       x="0"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6435
       height="720"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6436
       width="1280"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6437
       id="rect4270"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6438
       style="color:#000000;fill:#4d4d4d" />
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6439
    <g
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6440
       id="g4282"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6441
       inkscape:label="HMI:Jump:Home"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6442
       transform="translate(-10.6526,-2134.1633)">
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6443
      <g
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6444
         id="g4274"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6445
         inkscape:label="button">
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6446
        <path
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6447
           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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6448
           d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6449
           id="path4272"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6450
           inkscape:connector-curvature="0"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6451
           sodipodi:nodetypes="cssssccc" />
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6452
      </g>
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6453
      <g
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6454
         id="g4280"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6455
         inkscape:label="text">
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6456
        <text
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6457
           xml:space="preserve"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6458
           style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6459
           x="1090.7626"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6460
           y="1436.9814"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6461
           id="text4278"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6462
           inkscape:label="home_jmp"><tspan
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6463
             sodipodi:role="line"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6464
             id="tspan4276"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6465
             x="1090.7626"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6466
             y="1436.9814"
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6467
             style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text>
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6468
      </g>
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6469
    </g>
45f044cf845b SVGHMI: stuff test so that it moves all the time, to have better chance to spot memory leaks...
Edouard Tisserant
parents: 3076
diff changeset
  6470
  </g>
3106
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6471
  <text
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6472
     xml:space="preserve"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6473
     style="font-style:normal;font-weight:normal;font-size:20px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6474
     x="1905.4562"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6475
     y="2520.5203"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6476
     id="text3613"><tspan
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6477
       sodipodi:role="line"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6478
       id="tspan3611"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6479
       x="1905.4562"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6480
       y="2538.2156"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6481
       style="stroke-width:0.5" /></text>
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6482
  <text
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6483
     xml:space="preserve"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6484
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6485
     x="2852.2148"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6486
     y="1710.4241"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6487
     id="text10521-7"><tspan
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6488
       sodipodi:role="line"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6489
       id="tspan10519-6"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6490
       x="2852.2148"
70b728fff3c9 SVGHMI: intermediate state of test/svghmi's SVG for backup... WIP
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3097
diff changeset
  6491
       y="1745.8147" /></text>
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6492
  <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6493
     inkscape:label="HMI:Page:AlarmPage2"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6494
     height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6495
     width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6496
     transform="translate(-1380,1580)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6497
     id="use938"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6498
     xlink:href="#g7994"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6499
     y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6500
     x="0" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6501
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6502
     id="text942"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6503
     y="866.26068"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6504
     x="-738.18359"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6505
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6506
     xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6507
       style="fill:#ffffff;stroke-width:1px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6508
       y="866.26068"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6509
       x="-738.18359"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6510
       id="tspan940"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6511
       sodipodi:role="line">Alarm Page 2</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6512
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6513
     transform="matrix(0.5,0,0,0.5,-1757.3465,1234.4367)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6514
     inkscape:label="HMI:JsonTable:/alarms@/ALARMNOTIFY@.range@.position@.visibleAlarms@.filter"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6515
     id="g973">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6516
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6517
       inkscape:label="data"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6518
       id="g971">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6519
      <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6520
         transform="translate(52.326002,240.30067)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6521
         inkscape:label="[5]"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6522
         id="g956">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6523
        <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6524
           transform="translate(419.716,-441.73566)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6525
           inkscape:label="# commented group"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6526
           id="g946">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6527
          <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6528
             sodipodi:nodetypes="cc"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6529
             inkscape:connector-curvature="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6530
             id="path944"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6531
             d="m 528.62458,486.07049 23.69122,21.00809"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6532
             style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6533
        </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6534
        <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6535
           inkscape:label=".status onClick[acknowledge]=.alarmid"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6536
           transform="matrix(0.7609336,0,0,0.7609336,199.15217,164.3798)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6537
           height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6538
           width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6539
           id="use948"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6540
           inkscape:transform-center-y="2.2824109"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6541
           inkscape:transform-center-x="0.11123312"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6542
           xlink:href="#use1297"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6543
           y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6544
           x="0" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6545
        <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6546
           style="stroke-width:1.53615308"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6547
           inkscape:label=".status textContent=.time"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6548
           height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6549
           width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6550
           id="use950"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6551
           xlink:href="#use913"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6552
           y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6553
           x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6554
           transform="matrix(1.3019536,0,0,1.3019536,39.582906,238.73392)" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6555
        <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6556
           transform="matrix(2,0,0,2,85.95394,349.02524)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6557
           x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6558
           y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6559
           xlink:href="#use913"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6560
           id="use952"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6561
           width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6562
           height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6563
           inkscape:label=".status textContent=.text" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6564
        <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6565
           inkscape:label="# separation line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6566
           sodipodi:nodetypes="cc"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6567
           inkscape:connector-curvature="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6568
           id="path954"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6569
           d="M 972.0318,65.34292 H 2780.6604"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6570
           style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6571
      </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6572
      <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6573
         x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6574
         y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6575
         xlink:href="#g956"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6576
         id="use1145"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6577
         width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6578
         height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6579
         transform="translate(0,-80)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6580
         inkscape:label="[4]" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6581
      <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6582
         transform="translate(0,-160)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6583
         height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6584
         width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6585
         id="use1147"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6586
         xlink:href="#g956"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6587
         y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6588
         x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6589
         inkscape:label="[3]" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6590
      <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6591
         x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6592
         y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6593
         xlink:href="#g956"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6594
         id="use1149"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6595
         width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6596
         height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6597
         transform="translate(0,-240)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6598
         inkscape:label="[2]" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6599
      <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6600
         transform="translate(0,-320)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6601
         height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6602
         width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6603
         id="use1151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6604
         xlink:href="#g956"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6605
         y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6606
         x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6607
         inkscape:label="[1]" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6608
      <use
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6609
         x="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6610
         y="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6611
         xlink:href="#g956"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6612
         id="use1153"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6613
         width="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6614
         height="100%"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6615
         transform="translate(0,-400)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6616
         inkscape:label="[0]" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6617
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6618
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6619
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6620
     style="stroke-width:0.75594342"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6621
     id="g986"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6622
     inkscape:label="HMI:Input@/ALARMNOTIFY"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6623
     transform="matrix(0.33436432,0,0,0.33436432,-584.21063,1058.8185)">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6624
    <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6625
       inkscape:label="value"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6626
       id="text978"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6627
       y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6628
       x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6629
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6630
       xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6631
         style="stroke-width:0.75594342px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6632
         y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6633
         x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6634
         id="tspan976"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6635
         sodipodi:role="line">8888</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6636
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6637
       inkscape:label="-1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6638
       inkscape:transform-center-y="14.956362"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6639
       d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6640
       inkscape:randomized="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6641
       inkscape:rounded="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6642
       inkscape:flatsided="true"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6643
       sodipodi:arg2="1.5707963"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6644
       sodipodi:arg1="0.52359878"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6645
       sodipodi:r2="29.912722"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6646
       sodipodi:r1="59.825443"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6647
       sodipodi:cy="-209.2599"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6648
       sodipodi:cx="608.70374"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6649
       sodipodi:sides="3"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6650
       id="path980"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6651
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6652
       sodipodi:type="star"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6653
       transform="scale(1,-1)" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6654
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6655
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6656
       id="rect982"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6657
       width="407.7037"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6658
       height="128"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6659
       x="139.85185"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6660
       y="95.40741"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6661
       onclick=""
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6662
       inkscape:label="edit" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6663
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6664
       sodipodi:type="star"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6665
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6666
       id="path984"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6667
       sodipodi:sides="3"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6668
       sodipodi:cx="608.70374"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6669
       sodipodi:cy="112.17263"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6670
       sodipodi:r1="59.825443"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6671
       sodipodi:r2="29.912722"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6672
       sodipodi:arg1="0.52359878"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6673
       sodipodi:arg2="1.5707963"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6674
       inkscape:flatsided="true"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6675
       inkscape:rounded="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6676
       inkscape:randomized="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6677
       d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6678
       inkscape:transform-center-y="-14.95636"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6679
       inkscape:label="+1" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6680
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6681
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6682
     style="stroke-width:0.75594342"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6683
     id="g1012"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6684
     inkscape:label="HMI:Input@.range"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6685
     transform="matrix(0.33436432,0,0,0.33436432,-1048.7703,1058.8185)">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6686
    <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6687
       inkscape:label="value"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6688
       id="text1004"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6689
       y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6690
       x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6691
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6692
       xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6693
         style="stroke-width:0.75594342px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6694
         y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6695
         x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6696
         id="tspan1002"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6697
         sodipodi:role="line">8888</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6698
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6699
       inkscape:label="-1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6700
       inkscape:transform-center-y="14.956362"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6701
       d="m 672.4771,-179.34718 -103.62071,0 51.81036,-89.73817 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6702
       inkscape:randomized="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6703
       inkscape:rounded="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6704
       inkscape:flatsided="true"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6705
       sodipodi:arg2="1.5707963"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6706
       sodipodi:arg1="0.52359878"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6707
       sodipodi:r2="29.912722"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6708
       sodipodi:r1="59.825443"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6709
       sodipodi:cy="-209.2599"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6710
       sodipodi:cx="620.66675"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6711
       sodipodi:sides="3"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6712
       id="path1006"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6713
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6714
       sodipodi:type="star"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6715
       transform="scale(1,-1)" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6716
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6717
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6718
       id="rect1008"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6719
       width="407.7037"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6720
       height="128"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6721
       x="139.85185"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6722
       y="95.40741"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6723
       onclick=""
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6724
       inkscape:label="edit" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6725
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6726
       sodipodi:type="star"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6727
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6728
       id="path1010"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6729
       sodipodi:sides="3"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6730
       sodipodi:cx="620.66675"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6731
       sodipodi:cy="112.17263"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6732
       sodipodi:r1="59.825443"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6733
       sodipodi:r2="29.912722"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6734
       sodipodi:arg1="0.52359878"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6735
       sodipodi:arg2="1.5707963"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6736
       inkscape:flatsided="true"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6737
       inkscape:rounded="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6738
       inkscape:randomized="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6739
       d="m 672.4771,142.08535 -103.62071,0 51.81036,-89.738163 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6740
       inkscape:transform-center-y="-14.95636"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6741
       inkscape:label="+1" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6742
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6743
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6744
     style="stroke-width:0.75594342"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6745
     id="g1025"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6746
     inkscape:label="HMI:Input@.position"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6747
     transform="matrix(0.33436432,0,0,0.33436432,-816.49047,1058.8185)">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6748
    <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6749
       inkscape:label="value"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6750
       id="text1016"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6751
       y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6752
       x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6753
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6754
       xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6755
         style="stroke-width:0.75594342px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6756
         y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6757
         x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6758
         id="tspan1014"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6759
         sodipodi:role="line">8888</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6760
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6761
       inkscape:label="-1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6762
       inkscape:transform-center-y="14.956362"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6763
       d="m 660.51409,-179.34718 -103.62071,0 51.81036,-89.73817 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6764
       inkscape:randomized="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6765
       inkscape:rounded="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6766
       inkscape:flatsided="true"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6767
       sodipodi:arg2="1.5707963"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6768
       sodipodi:arg1="0.52359878"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6769
       sodipodi:r2="29.912722"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6770
       sodipodi:r1="59.825443"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6771
       sodipodi:cy="-209.2599"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6772
       sodipodi:cx="608.70374"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6773
       sodipodi:sides="3"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6774
       id="path1018"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6775
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6776
       sodipodi:type="star"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6777
       transform="scale(1,-1)" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6778
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6779
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6780
       id="rect1021"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6781
       width="407.7037"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6782
       height="128"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6783
       x="139.85185"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6784
       y="95.40741"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6785
       onclick=""
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6786
       inkscape:label="edit" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6787
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6788
       sodipodi:type="star"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6789
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6790
       id="path1023"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6791
       sodipodi:sides="3"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6792
       sodipodi:cx="608.70374"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6793
       sodipodi:cy="112.17263"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6794
       sodipodi:r1="59.825443"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6795
       sodipodi:r2="29.912722"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6796
       sodipodi:arg1="0.52359878"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6797
       sodipodi:arg2="1.5707963"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6798
       inkscape:flatsided="true"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6799
       inkscape:rounded="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6800
       inkscape:randomized="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6801
       d="m 660.51409,142.08535 -103.62071,0 51.81036,-89.738163 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6802
       inkscape:transform-center-y="-14.95636"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6803
       inkscape:label="+1" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6804
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6805
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6806
     id="text1029"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6807
     y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6808
     x="-935.5838"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6809
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6810
     xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6811
       style="fill:#ffffff;stroke-width:1px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6812
       y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6813
       x="-935.5838"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6814
       id="tspan1027"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6815
       sodipodi:role="line">range</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6816
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6817
     xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6818
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6819
     x="-702.87115"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6820
     y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6821
     id="text1033"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6822
       sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6823
       id="tspan1031"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6824
       x="-702.87115"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6825
       y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6826
       style="fill:#ffffff;stroke-width:1px">position</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6827
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6828
     id="text1037"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6829
     y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6830
     x="-471.33417"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6831
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6832
     xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6833
       style="fill:#ffffff;stroke-width:1px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6834
       y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6835
       x="-471.33417"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6836
       id="tspan1035"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6837
       sodipodi:role="line">notify</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6838
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6839
     transform="matrix(0.5,0,0,0.5,-915.0529,893.05833)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6840
     id="g1045"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6841
     inkscape:label="HMI:Input@/ALARMTEXT"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6842
     style="stroke-width:2">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6843
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6844
       ry="36.786537"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6845
       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;vector-effect:none;fill:#cacaca;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6846
       id="rect1039"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6847
       width="1195.5988"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6848
       height="179.83517"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6849
       x="-648.04266"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6850
       y="77.265099"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6851
       onclick=""
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6852
       inkscape:label="edit" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6853
    <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6854
       inkscape:label="value"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6855
       id="text1043"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6856
       y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6857
       x="545.95312"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6858
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke:none;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6859
       xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6860
         style="text-align:end;text-anchor:end;fill:#0e0e0e;fill-opacity:1;stroke-width:2px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6861
         y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6862
         x="545.95312"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6863
         id="tspan1041"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6864
         sodipodi:role="line">8888</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6865
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6866
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6867
     transform="translate(-1386.3329,329.42959)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6868
     id="g1059"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6869
     inkscape:label="HMI:Input@/SENDALARM"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6870
     style="stroke-width:1.04184687">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6871
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6872
       inkscape:label="+1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6873
       id="g1057">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6874
      <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6875
         style="stroke-width:1.04184687"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6876
         inkscape:label="bg"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6877
         id="g1049">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6878
        <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6879
           rx="26.820074"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6880
           inkscape:label="button"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6881
           ry="23.177595"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6882
           y="594.82263"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6883
           x="971.96545"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6884
           height="95.723877"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6885
           width="245.44583"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6886
           id="rect1047"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6887
           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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5.20923424;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6888
      </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6889
      <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6890
         style="stroke-width:1.04184687"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6891
         inkscape:label="text"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6892
         id="g1055">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6893
        <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6894
           xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6895
           style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.04184675px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6896
           x="1090.7626"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6897
           y="656.98151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6898
           id="text1053"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6899
           inkscape:label="setting_jmp"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6900
             sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6901
             id="tspan1051"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6902
             x="1090.7626"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6903
             y="656.98151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6904
             style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.04184675px">trigger</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6905
      </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6906
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6907
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6908
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6909
     transform="matrix(0.28590269,0,0,0.28590269,-631.94615,909.07897)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6910
     id="g1099"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6911
     inkscape:label="HMI:Input@/ALARMSTATUS"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6912
     style="stroke-width:2">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6913
    <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6914
       inkscape:label="value"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6915
       id="text1064"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6916
       y="214.01605"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6917
       x="329.13501"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6918
       style="font-style:normal;font-weight:normal;font-size:148.39013672px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6919
       xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6920
         style="text-align:center;text-anchor:middle;stroke-width:1.99999988px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6921
         y="214.01605"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6922
         x="329.13501"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6923
         id="tspan1062"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6924
         sodipodi:role="line">8888</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6925
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6926
       transform="matrix(1.8285648,0,0,1.8285648,-936.17681,115.40643)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6927
       inkscape:label="=&quot;ack&quot;"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6928
       id="g1072"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6929
       style="stroke-width:1.09375393">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6930
      <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6931
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6932
         inkscape:transform-center-y="-14.956361"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6933
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6934
         id="path1066"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6935
         inkscape:connector-curvature="0" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6936
      <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6937
         xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6938
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6939
         x="738.57678"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6940
         y="112.62867"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6941
         id="text1070"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6942
           sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6943
           id="tspan1068"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6944
           x="738.57678"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6945
           y="112.62867"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6946
           style="stroke-width:0.54687697px">ack</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6947
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6948
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6949
       transform="matrix(1.8285648,0,0,1.8285648,-1012.4359,109.57379)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6950
       inkscape:label="=&quot;disabled&quot;"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6951
       id="g1080"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6952
       style="stroke-width:1.09375393">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6953
      <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6954
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6955
         inkscape:transform-center-y="-14.956361"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6956
         d="m 738.52607,148.37593 -80.6293,0.60214 -0.6021,-80.629288 80.6293,-0.60214 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6957
         id="path1074"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6958
         inkscape:connector-curvature="0" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6959
      <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6960
         id="text1078"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6961
         y="115.81841"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6962
         x="656.177"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6963
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6964
         xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6965
           style="stroke-width:0.54687697px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6966
           y="115.81841"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6967
           x="656.177"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6968
           id="tspan1076"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6969
           sodipodi:role="line">disabled</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6970
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6971
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6972
       transform="matrix(1.8285648,0,0,1.8285648,-998.18055,84.666267)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6973
       inkscape:label="=&quot;active&quot;"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6974
       id="g1088"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6975
       style="stroke-width:1.09375393">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6976
      <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6977
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6978
         inkscape:transform-center-y="-14.956361"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6979
         d="m 630.35651,161.99728 -80.6293,0.60214 -0.6021,-80.629287 80.6293,-0.60214 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6980
         id="path1082"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6981
         inkscape:connector-curvature="0" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6982
      <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6983
         xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6984
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6985
         x="559.26227"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6986
         y="129.43976"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6987
         id="text1086"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6988
           sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6989
           id="tspan1084"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6990
           x="559.26227"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6991
           y="129.43976"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6992
           style="stroke-width:0.54687697px">active</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6993
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6994
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6995
       transform="matrix(1.8285648,0,0,1.8285648,-1114.212,118.29284)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6996
       inkscape:label="=&quot;alarm&quot;"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6997
       id="g1097"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6998
       style="stroke-width:1.09375393">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  6999
      <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7000
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.46877003;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7001
         inkscape:transform-center-y="-14.956361"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7002
         d="m 994.91832,143.60768 -80.62931,0.60214 -0.6021,-80.629285 80.62931,-0.60214 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7003
         id="path1090"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7004
         inkscape:connector-curvature="0" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7005
      <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7006
         xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7007
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.54687697px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7008
         x="925.82605"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7009
         y="111.05016"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7010
         id="text1094"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7011
           sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7012
           id="tspan1092"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7013
           x="925.82605"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7014
           y="111.05016"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7015
           style="stroke-width:0.54687697px">alarm</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7016
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7017
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7018
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7019
     id="text1103"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7020
     y="914.36743"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7021
     x="-926.47461"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7022
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7023
     xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7024
       style="fill:#ffffff;stroke-width:1px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7025
       y="914.36743"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7026
       x="-926.47461"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7027
       id="tspan1101"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7028
       sodipodi:role="line">Alarm Text</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7029
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7030
     xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7031
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7032
     x="-546.47461"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7033
     y="914.36743"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7034
     id="text1107"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7035
       sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7036
       id="tspan1105"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7037
       x="-546.47461"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7038
       y="914.36743"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7039
       style="fill:#ffffff;stroke-width:1px">Status</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7040
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7041
     transform="matrix(0.33436432,0,0,0.33436432,-1288.7703,1058.8185)"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7042
     inkscape:label="HMI:Input@.filter"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7043
     id="g1115"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7044
     style="stroke-width:0.75594342">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7045
    <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7046
       xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7047
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75594342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7048
       x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7049
       y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7050
       id="text1111"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7051
       inkscape:label="value"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7052
         sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7053
         id="tspan1109"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7054
         x="136.32812"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7055
         y="218.24219"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7056
         style="stroke-width:0.75594342px">8888</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7057
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7058
       inkscape:label="edit"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7059
       onclick=""
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7060
       y="95.40741"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7061
       x="139.85185"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7062
       height="128"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7063
       width="615.05096"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7064
       id="rect1113"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7065
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77971721;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7066
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7067
  <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7068
     xml:space="preserve"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7069
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.45700645px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7070
     x="-1175.5837"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7071
     y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7072
     id="text1119"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7073
       sodipodi:role="line"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7074
       id="tspan1117"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7075
       x="-1175.5837"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7076
       y="1071.8042"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7077
       style="fill:#ffffff;stroke-width:1px">filter</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7078
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7079
     id="g1131"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7080
     inkscape:label="HMI:Jump:AlarmPage2"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7081
     transform="matrix(0.57180538,0,0,0.57180538,-1914.3456,-318.69327)">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7082
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7083
       id="g1123"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7084
       inkscape:label="button">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7085
      <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7086
         rx="35.579063"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7087
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7088
         id="rect1121"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7089
         width="245.44583"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7090
         height="95.723877"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7091
         x="971.96545"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7092
         y="594.82263"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7093
         ry="35.579063"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7094
         inkscape:label="button" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7095
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7096
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7097
       id="g1129"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7098
       inkscape:label="text">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7099
      <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7100
         inkscape:label="setting_jmp"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7101
         id="text1127"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7102
         y="656.98151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7103
         x="1090.7626"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7104
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7105
         xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7106
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7107
           y="656.98151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7108
           x="1090.7626"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7109
           id="tspan1125"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7110
           sodipodi:role="line">Alarms2</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7111
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7112
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7113
  <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7114
     id="g1143"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7115
     inkscape:label="HMI:Jump:AlarmPage"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7116
     transform="matrix(0.57180538,0,0,0.57180538,-1915.7751,459.87722)">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7117
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7118
       id="g1135"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7119
       inkscape:label="button">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7120
      <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7121
         rx="35.579063"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7122
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7123
         id="rect1133"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7124
         width="245.44583"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7125
         height="95.723877"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7126
         x="971.96545"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7127
         y="594.82263"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7128
         ry="35.579063"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7129
         inkscape:label="button" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7130
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7131
    <g
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7132
       id="g1141"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7133
       inkscape:label="text">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7134
      <text
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7135
         inkscape:label="setting_jmp"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7136
         id="text1139"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7137
         y="656.98151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7138
         x="1090.7626"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7139
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7140
         xml:space="preserve"><tspan
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7141
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7142
           y="656.98151"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7143
           x="1090.7626"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7144
           id="tspan1137"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7145
           sodipodi:role="line">Alarms</tspan></text>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7146
    </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7147
  </g>
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7148
  <g
3178
21cb76012c78 SVGHMI: Make ScrollBar's variables order match JsonTable's variables order to avoid confusion
Edouard Tisserant
parents: 3151
diff changeset
  7149
     inkscape:label="HMI:ScrollBar@.range@.position@.visibleAlarms"
3151
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7150
     id="g1165"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7151
     transform="translate(-2.4169924e-7,779.99999)">
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7152
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7153
       inkscape:label="pageup"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7154
       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;vector-effect:none;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.42391574px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7155
       d="m -234.01097,332.35504 21.18736,28.36866 h -42.37471 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7156
       id="path1157"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7157
       inkscape:connector-curvature="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7158
       sodipodi:nodetypes="cccc" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7159
    <path
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7160
       inkscape:label="pagedown"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7161
       sodipodi:nodetypes="cccc"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7162
       inkscape:connector-curvature="0"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7163
       id="path1159"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7164
       d="m -234.01097,686.72773 21.18736,-27.45222 h -42.37471 z"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7165
       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;vector-effect:none;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.4007318px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7166
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7167
       inkscape:label="range"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7168
       ry="6.8822322"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7169
       rx="7.6034913"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7170
       y="371.91068"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7171
       x="-255.19838"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7172
       height="276.64423"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7173
       width="42.374725"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7174
       id="rect1161"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7175
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.30952382;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.03627348px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7176
    <rect
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7177
       inkscape:label="cursor"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7178
       ry="7"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7179
       rx="7.6034913"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7180
       y="371.91068"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7181
       x="-255.19838"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7182
       height="82.841492"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7183
       width="42.374725"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7184
       id="rect1163"
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7185
       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;vector-effect:none;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.11429262px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
8e5d383a58cb SVGHMI: Fixed HMI:ScrollBar to exclude cursor size from accessible range ( position is now 0->range-size instead of 0->range ). Fixed and extended tests/svghmi to have working ScrollBar on two alarm pages. Includes generated XSLT update.
Edouard Tisserant
parents: 3122
diff changeset
  7186
  </g>
3206
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7187
  <text
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7188
     xml:space="preserve"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7189
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7190
     x="1569.0527"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7191
     y="594.56055"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7192
     id="text1042"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7193
     inkscape:label="HMI:Display@page_node"><tspan
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7194
       sodipodi:role="line"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7195
       id="tspan1040"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7196
       x="1569.0527"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7197
       y="594.56055"
4fd7bd10e606 SVGHMI: added "page_node" variable that reflects the HMI tree path of current relative page
Edouard Tisserant
parents: 3181
diff changeset
  7198
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.25px">page node</tspan></text>
3220
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7199
  <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7200
     transform="matrix(0.57180538,0,0,0.57180538,165.58244,517.80347)"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7201
     id="g443-9"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7202
     inkscape:label="HMI:ToggleButton@/PUMP0/BOOLIN"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7203
     style="stroke-width:1">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7204
    <rect
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7205
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7206
       id="rect5492-7"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7207
       width="245.44583"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7208
       height="95.723877"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7209
       x="971.96545"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7210
       y="594.82263"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7211
       ry="23.930969"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7212
       inkscape:label="inactive"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7213
       rx="23.930969" />
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7214
    <rect
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7215
       rx="23.930969"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7216
       inkscape:label="active"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7217
       ry="23.930969"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7218
       y="594.82263"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7219
       x="971.96545"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7220
       height="95.723877"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7221
       width="245.44583"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7222
       id="rect433-5"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7223
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7224
    <g
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7225
       style="stroke-width:1"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7226
       inkscape:label="text"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7227
       id="g952-3">
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7228
      <text
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7229
         xml:space="preserve"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7230
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7231
         x="1090.7626"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7232
         y="656.98151"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7233
         id="text950-8"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7234
         inkscape:label="setting_jmp"><tspan
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7235
           sodipodi:role="line"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7236
           id="tspan948-8"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7237
           x="1090.7626"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7238
           y="656.98151"
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7239
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7240
    </g>
ec365ef396b1 SVGHMI: Ensure that when widgets are nested in HMI:Switch widget, their sub-elements are taken as switch's choice in case their label match the syntax.
Edouard Tisserant
parents: 3206
diff changeset
  7241
  </g>
3353
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7242
  <rect
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7243
     inkscape:label="HMI:Page:DropDownPage"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7244
     y="780"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7245
     x="1480"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7246
     height="720"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7247
     width="1280"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7248
     id="rect1081"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7249
     style="color:#000000;fill:#4d4d4d" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7250
  <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7251
     style="stroke-width:0.35083869"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7252
     transform="matrix(0.81491208,0,0,0.81491208,1123.6641,269.69509)"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7253
     inkscape:label="HMI:DropDown@/SELECTION"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7254
     id="g1093">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7255
    <rect
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7256
       inkscape:label="box"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7257
       ry="2.4558709"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7258
       rx="2.4558709"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7259
       y="923.98993"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7260
       x="864.00842"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7261
       height="130.9433"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7262
       width="391.99988"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7263
       id="rect1083"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7264
       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;vector-effect:none;fill:#53676c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7265
    <rect
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7266
       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;vector-effect:none;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.75419331;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7267
       id="rect1085"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7268
       width="391.99988"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7269
       height="92.71212"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7270
       x="864.00842"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7271
       y="943.10553"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7272
       rx="2.4558709"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7273
       ry="2.4558709"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7274
       inkscape:label="highlight" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7275
    <path
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7276
       inkscape:label="button"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7277
       inkscape:transform-center-y="10.92088"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7278
       d="m 1200.5,1018.6835 -18.9155,-32.76262 -18.9155,-32.76264 37.831,0 37.831,0 -18.9155,32.76264 z"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7279
       inkscape:randomized="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7280
       inkscape:rounded="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7281
       inkscape:flatsided="false"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7282
       sodipodi:arg2="2.6179939"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7283
       sodipodi:arg1="1.5707963"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7284
       sodipodi:r2="21.841761"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7285
       sodipodi:r1="43.683521"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7286
       sodipodi:cy="975"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7287
       sodipodi:cx="1200.5"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7288
       sodipodi:sides="3"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7289
       id="path1091"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7290
       style="opacity:1;vector-effect:none;fill:#a7a5a6;fill-opacity:1;stroke:none;stroke-width:0.12376806;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7291
       sodipodi:type="star" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7292
    <use
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7293
       transform="matrix(1.0859809,0,0,1.0859809,-531.04917,1248.2618)"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7294
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:80px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#d42aff;fill-opacity:1;stroke:none;stroke-width:1.40335476px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7295
       x="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7296
       y="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7297
       xlink:href="#text879-6"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7298
       id="use1109"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7299
       width="100%"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7300
       height="100%"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7301
       inkscape:label="text" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7302
  </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7303
  <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7304
     id="g4282-3"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7305
     inkscape:label="HMI:Jump:Home"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7306
     transform="translate(1463.5642,-564.57759)">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7307
    <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7308
       id="g4274-6"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7309
       inkscape:label="button">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7310
      <path
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7311
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7312
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7313
         id="path4272-7"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7314
         inkscape:connector-curvature="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7315
         sodipodi:nodetypes="cssssccc" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7316
    </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7317
    <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7318
       id="g4280-5"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7319
       inkscape:label="text">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7320
      <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7321
         xml:space="preserve"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7322
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7323
         x="1090.7626"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7324
         y="1436.9814"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7325
         id="text4278-3"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7326
         inkscape:label="home_jmp"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7327
           sodipodi:role="line"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7328
           id="tspan4276-5"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7329
           x="1090.7626"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7330
           y="1436.9814"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7331
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7332
    </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7333
  </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7334
  <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7335
     transform="matrix(0.57180538,0,0,0.57180538,512.09037,-234.29183)"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7336
     inkscape:label="HMI:Jump:DropDownPage"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7337
     id="g2198-6">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7338
    <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7339
       inkscape:label="button"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7340
       id="g2190-2">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7341
      <rect
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7342
         inkscape:label="button"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7343
         ry="35.579063"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7344
         y="594.82263"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7345
         x="971.96545"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7346
         height="95.723877"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7347
         width="245.44583"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7348
         id="rect2188-9"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7349
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7350
         rx="35.579063" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7351
    </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7352
    <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7353
       inkscape:label="text"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7354
       id="g2196-1">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7355
      <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7356
         xml:space="preserve"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7357
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7358
         x="1090.7626"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7359
         y="656.98151"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7360
         id="text2194-2"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7361
         inkscape:label="setting_jmp"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7362
           sodipodi:role="line"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7363
           id="tspan2192-7"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7364
           x="1090.7626"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7365
           y="656.98151"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7366
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">DropDown</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7367
    </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7368
  </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7369
  <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7370
     id="g893-0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7371
     inkscape:label="HMI:TextList:TestTextList"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7372
     transform="matrix(3.539916,0,0,3.539916,-1740.4841,1980.5529)"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7373
     style="stroke-width:0.28249258">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7374
    <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7375
       inkscape:label="Trois"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7376
       id="text1382-7-9"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7377
       y="-171.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7378
       x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7379
       xml:space="preserve"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7380
       style="stroke-width:0.28249258"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7381
         y="-171.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7382
         x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7383
         id="tspan1380-5-3"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7384
         sodipodi:role="line"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7385
         style="stroke-width:0.28249258">Three</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7386
    <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7387
       xml:space="preserve"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7388
       x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7389
       y="-191.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7390
       id="text875-6"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7391
       inkscape:label="Deux"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7392
       style="stroke-width:0.28249258"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7393
         sodipodi:role="line"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7394
         id="tspan873-0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7395
         x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7396
         y="-191.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7397
         style="stroke-width:0.28249258">Two</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7398
    <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7399
       inkscape:label="Un"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7400
       id="text879-6"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7401
       y="-211.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7402
       x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7403
       xml:space="preserve"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7404
       style="stroke-width:0.28249258"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7405
         y="-211.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7406
         x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7407
         id="tspan877-2"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7408
         sodipodi:role="line"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7409
         style="stroke-width:0.28249258">One</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7410
    <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7411
       xml:space="preserve"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7412
       x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7413
       y="-231.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7414
       id="text883-6"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7415
       inkscape:label="Zero"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7416
       style="stroke-width:0.28249258"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7417
         sodipodi:role="line"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7418
         id="tspan881-1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7419
         x="1298.9102"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7420
         y="-231.54395"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7421
         style="stroke-width:0.28249258">Zero</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7422
  </g>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7423
  <g
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7424
     transform="matrix(0.28590269,0,0,0.28590269,1653.6069,1022.1289)"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7425
     id="g1120"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7426
     inkscape:label="HMI:Input@/SELECTION">
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7427
    <text
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7428
       inkscape:label="value"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7429
       id="text1110"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7430
       y="218.24219"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7431
       x="216.32812"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7432
       style="font-style:normal;font-weight:normal;font-size:160px;line-height:125%;font-family:sans-serif;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7433
       xml:space="preserve"><tspan
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7434
         style="text-align:end;text-anchor:end;stroke-width:1px"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7435
         y="218.24219"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7436
         x="216.32812"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7437
         id="tspan1108"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7438
         sodipodi:role="line">8</tspan></text>
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7439
    <path
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7440
       inkscape:label="-1"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7441
       inkscape:transform-center-y="7.4781812"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7442
       d="m 302.6459,-210.03172 -51.81035,0 25.90517,-44.86908 z"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7443
       inkscape:randomized="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7444
       inkscape:rounded="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7445
       inkscape:flatsided="true"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7446
       sodipodi:arg2="1.5707963"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7447
       sodipodi:arg1="0.52359878"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7448
       sodipodi:r2="14.956361"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7449
       sodipodi:r1="29.912722"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7450
       sodipodi:cy="-224.98808"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7451
       sodipodi:cx="276.74072"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7452
       sodipodi:sides="3"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7453
       id="path1112"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7454
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7455
       sodipodi:type="star"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7456
       transform="scale(1,-1)" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7457
    <rect
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7458
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff00ff;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;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7459
       id="rect1114"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7460
       width="407.7037"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7461
       height="128"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7462
       x="-174.94055"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7463
       y="95.40741"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7464
       onclick=""
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7465
       inkscape:label="edit" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7466
    <path
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7467
       sodipodi:type="star"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7468
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7469
       id="path1116"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7470
       sodipodi:sides="3"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7471
       sodipodi:cx="276.74072"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7472
       sodipodi:cy="96.444443"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7473
       sodipodi:r1="29.912722"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7474
       sodipodi:r2="14.956361"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7475
       sodipodi:arg1="0.52359878"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7476
       sodipodi:arg2="1.5707963"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7477
       inkscape:flatsided="true"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7478
       inkscape:rounded="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7479
       inkscape:randomized="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7480
       d="m 302.6459,111.4008 -51.81035,0 25.90517,-44.869079 z"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7481
       inkscape:transform-center-y="-7.4781804"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7482
       inkscape:label="+1" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7483
    <path
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7484
       inkscape:transform-center-x="1.0089177e-06"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7485
       sodipodi:type="star"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7486
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7487
       id="path1118"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7488
       sodipodi:sides="4"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7489
       sodipodi:cx="276.74072"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7490
       sodipodi:cy="160.71626"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7491
       sodipodi:r1="41.281136"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7492
       sodipodi:r2="21.657967"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7493
       sodipodi:arg1="0.77793027"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7494
       sodipodi:arg2="1.5633284"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7495
       inkscape:flatsided="true"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7496
       inkscape:rounded="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7497
       inkscape:randomized="0"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7498
       d="m 306.14807,189.68763 -58.37872,0.43598 -0.43597,-58.37872 58.37871,-0.43597 z"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7499
       inkscape:transform-center-y="-10.828983"
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7500
       inkscape:label="=0" />
962b8ea41c5e SVGHMI: add test for Dropdown using TextList
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3240
diff changeset
  7501
  </g>
3363
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7502
  <text
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7503
     xml:space="preserve"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7504
     style="font-style:normal;font-weight:normal;font-size:80px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7505
     x="1165.3422"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7506
     y="-584.62439"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7507
     id="text1129"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7508
     inkscape:label="HMI:Display@/PUMP0/SLOTH"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7509
     transform="rotate(90)"><tspan
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7510
       sodipodi:role="line"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7511
       x="1165.3422"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7512
       y="-584.62439"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7513
       style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.99999988px"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7514
       id="tspan1127">000</tspan></text>
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7515
  <text
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7516
     inkscape:label="HMI:Display@/PUMP0/SLOTH"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7517
     id="text4517"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7518
     y="455.53851"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7519
     x="388.12311"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7520
     style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.57180536px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7521
     xml:space="preserve"><tspan
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7522
       id="tspan4515"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7523
       style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.57180536px"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7524
       y="455.53851"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7525
       x="388.12311"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7526
       sodipodi:role="line">000</tspan></text>
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7527
  <text
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7528
     xml:space="preserve"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7529
     style="font-style:normal;font-weight:normal;font-size:22.87221527px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.57180536px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7530
     x="848.12311"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7531
     y="415.53851"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7532
     id="text703"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7533
     inkscape:label="HMI:Display@level"><tspan
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7534
       sodipodi:role="line"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7535
       x="848.12311"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7536
       y="415.53851"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7537
       style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.57180536px"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7538
       id="tspan701">000</tspan></text>
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7539
  <text
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7540
     xml:space="preserve"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7541
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7542
     x="2057.6001"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7543
     y="606.89435"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7544
     id="text1332"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7545
     inkscape:label="HMI:Display@/PUMP0/SLOTH"><tspan
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7546
       sodipodi:role="line"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7547
       x="2057.6001"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7548
       y="606.89435"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7549
       style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
c28a064d7f1a SVGHMI: update test/svghmi to reflect latest changes
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3353
diff changeset
  7550
       id="tspan1330">000</tspan></text>
3387
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7551
  <use
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7552
     transform="translate(-2307.336,346.33773)"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7553
     x="0"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7554
     y="0"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7555
     xlink:href="#use1299"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7556
     inkscape:transform-center-x="0.14620371"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7557
     inkscape:transform-center-y="2.9995242"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7558
     id="use1176"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7559
     width="100%"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7560
     height="100%"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7561
     inkscape:label="HMI:ListSwitch@/ALARMSTATUS" />
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7562
  <use
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7563
     height="100%"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7564
     width="100%"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7565
     id="use1193"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7566
     inkscape:transform-center-y="2.9995242"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7567
     inkscape:transform-center-x="0.14620371"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7568
     xlink:href="#use1299"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7569
     y="0"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7570
     x="0"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7571
     transform="translate(-2307.336,1146.3377)"
ecefd38d5c7d SVGHMI: update tests/evghmi to reflect/test latest changes. update generated XSLT.
Edouard Tisserant
parents: 3363
diff changeset
  7572
     inkscape:label="HMI:ListSwitch@/ALARMSTATUS" />
3408
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7573
  <g
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7574
     transform="matrix(0.57180538,0,0,0.57180538,-522.96165,161.69266)"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7575
     id="g443"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7576
     inkscape:label="HMI:Button|2@/SELECTION"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7577
     style="stroke-width:1">
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7578
    <rect
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7579
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7580
       id="rect5492"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7581
       width="245.44583"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7582
       height="95.723877"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7583
       x="971.96545"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7584
       y="594.82263"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7585
       ry="23.930969"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7586
       inkscape:label="inactive"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7587
       rx="23.930969" />
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7588
    <rect
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7589
       rx="23.930969"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7590
       inkscape:label="active"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7591
       ry="23.930969"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7592
       y="594.82263"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7593
       x="971.96545"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7594
       height="95.723877"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7595
       width="245.44583"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7596
       id="rect433"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7597
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7598
    <g
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7599
       style="stroke-width:1"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7600
       inkscape:label="text"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7601
       id="g952">
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7602
      <text
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7603
         xml:space="preserve"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7604
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7605
         x="1090.7626"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7606
         y="656.98151"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7607
         id="text950"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7608
         inkscape:label="setting_jmp"><tspan
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7609
           sodipodi:role="line"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7610
           id="tspan948"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7611
           x="1090.7626"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7612
           y="656.98151"
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7613
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text>
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7614
    </g>
13c5cac55ac7 SVGHMI: add syntax for widget update frequency in widget label: HMI:WidgetType|freq:arg0:arg1@path
Edouard Tisserant
parents: 3387
diff changeset
  7615
  </g>
3414
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7616
  <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7617
     style="color:#000000;fill:#4d4d4d"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7618
     id="rect1102"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7619
     width="1280"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7620
     height="720"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7621
     x="1480"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7622
     y="1560"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7623
     inkscape:label="HMI:Page:Freq0" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7624
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7625
     transform="translate(1463.5642,215.42241)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7626
     inkscape:label="HMI:Jump:Home"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7627
     id="g1126">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7628
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7629
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7630
       id="g1117">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7631
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7632
         sodipodi:nodetypes="cssssccc"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7633
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7634
         id="path1114"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7635
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7636
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7637
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7638
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7639
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7640
       id="g1124">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7641
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7642
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7643
         id="text1121"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7644
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7645
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7646
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7647
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7648
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7649
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7650
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7651
           id="tspan1119"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7652
           sodipodi:role="line">Home</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7653
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7654
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7655
  <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7656
     xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7657
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7658
     x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7659
     y="1635.3634"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7660
     id="text1144"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7661
       sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7662
       id="tspan1142"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7663
       x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7664
       y="1635.3634">Freq : unspec</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7665
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7666
     transform="matrix(0.57180538,0,0,0.57180538,1234.9549,1536.0365)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7667
     id="g443-2"
3471
3f7b4a2009ba SVGHMI: fix test/projects/svghmi "unspecified" frequency that was actualy specified...
Edouard Tisserant
parents: 3427
diff changeset
  7668
     inkscape:label="HMI:PushButton@/SELECTION"
3414
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7669
     style="stroke-width:1">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7670
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7671
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7672
       id="rect5492-9"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7673
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7674
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7675
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7676
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7677
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7678
       inkscape:label="inactive"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7679
       rx="23.930969" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7680
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7681
       rx="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7682
       inkscape:label="active"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7683
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7684
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7685
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7686
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7687
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7688
       id="rect433-1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7689
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7690
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7691
       style="stroke-width:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7692
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7693
       id="g952-2">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7694
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7695
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7696
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7697
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7698
         y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7699
         id="text950-7"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7700
         inkscape:label="setting_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7701
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7702
           id="tspan948-0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7703
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7704
           y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7705
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7706
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7707
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7708
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7709
     id="g4282-9"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7710
     inkscape:label="HMI:Jump:Freq1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7711
     transform="translate(1374.8167,525.99766)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7712
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7713
       id="g4274-3"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7714
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7715
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7716
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7717
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7718
         id="path4272-6"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7719
         inkscape:connector-curvature="0" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7720
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7721
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7722
       id="g4280-0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7723
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7724
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7725
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7726
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7727
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7728
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7729
         id="text4278-6"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7730
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7731
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7732
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7733
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7734
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7735
           id="tspan1227">Freq1</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7736
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7737
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7738
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7739
     transform="translate(1174.8167,525.99766)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7740
     inkscape:label="HMI:Jump:Freq16"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7741
     id="g1294">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7742
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7743
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7744
       id="g1286">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7745
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7746
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7747
         id="path1284"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7748
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7749
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7750
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7751
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7752
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7753
       id="g1292">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7754
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7755
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7756
         id="text1290"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7757
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7758
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7759
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7760
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7761
           id="tspan1288"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7762
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7763
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7764
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7765
           sodipodi:role="line">Freq16</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7766
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7767
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7768
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7769
     transform="translate(73.327079,-819.60552)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7770
     inkscape:label="HMI:Jump:Freq0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7771
     id="g1294-6">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7772
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7773
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7774
       id="g1286-1">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7775
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7776
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7777
         id="path1284-8"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7778
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7779
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7780
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7781
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7782
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7783
       id="g1292-7">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7784
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7785
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7786
         id="text1290-9"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7787
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7788
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7789
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7790
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7791
           id="tspan1288-2"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7792
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7793
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7794
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7795
           sodipodi:role="line">Freq</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7796
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7797
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7798
  <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7799
     inkscape:label="HMI:Page:Freq1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7800
     y="2340"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7801
     x="1480"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7802
     height="720"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7803
     width="1280"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7804
     id="rect1326"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7805
     style="color:#000000;fill:#4d4d4d" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7806
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7807
     id="g1339"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7808
     inkscape:label="HMI:Jump:Home"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7809
     transform="translate(1463.5642,995.4224)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7810
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7811
       id="g1330"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7812
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7813
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7814
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7815
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7816
         id="path1328"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7817
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7818
         sodipodi:nodetypes="cssssccc" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7819
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7820
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7821
       id="g1336"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7822
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7823
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7824
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7825
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7826
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7827
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7828
         id="text1334"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7829
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7830
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7831
           id="tspan1332"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7832
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7833
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7834
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7835
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7836
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7837
  <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7838
     id="text1343"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7839
     y="2415.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7840
     x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7841
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7842
     xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7843
       y="2415.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7844
       x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7845
       id="tspan1341"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7846
       sodipodi:role="line">Freq : 1</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7847
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7848
     style="stroke-width:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7849
     inkscape:label="HMI:Button|1@/SELECTION"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7850
     id="g1369"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7851
     transform="matrix(0.57180538,0,0,0.57180538,1234.9549,2316.0365)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7852
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7853
       rx="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7854
       inkscape:label="inactive"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7855
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7856
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7857
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7858
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7859
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7860
       id="rect1359"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7861
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7862
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7863
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7864
       id="rect1361"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7865
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7866
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7867
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7868
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7869
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7870
       inkscape:label="active"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7871
       rx="23.930969" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7872
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7873
       id="g1367"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7874
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7875
       style="stroke-width:1">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7876
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7877
         inkscape:label="setting_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7878
         id="text1365"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7879
         y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7880
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7881
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7882
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7883
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7884
           y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7885
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7886
           id="tspan1363"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7887
           sodipodi:role="line">up</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7888
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7889
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7890
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7891
     transform="translate(1374.8167,1305.9977)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7892
     inkscape:label="HMI:Jump:Freq2"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7893
     id="g1381">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7894
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7895
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7896
       id="g1373">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7897
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7898
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7899
         id="path1371"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7900
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7901
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7902
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7903
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7904
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7905
       id="g1379">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7906
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7907
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7908
         id="text1377"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7909
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7910
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7911
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7912
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7913
           id="tspan1375"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7914
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7915
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7916
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7917
           sodipodi:role="line">Freq2</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7918
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7919
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7920
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7921
     id="g1393"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7922
     inkscape:label="HMI:Jump:Freq0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7923
     transform="translate(1174.8167,1305.9977)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7924
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7925
       id="g1385"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7926
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7927
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7928
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7929
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7930
         id="path1383"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7931
         inkscape:connector-curvature="0" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7932
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7933
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7934
       id="g1391"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7935
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7936
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7937
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7938
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7939
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7940
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7941
         id="text1389"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7942
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7943
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7944
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7945
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7946
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7947
           id="tspan1387">Freq0</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7948
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7949
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7950
  <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7951
     style="color:#000000;fill:#4d4d4d"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7952
     id="rect1395"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7953
     width="1280"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7954
     height="720"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7955
     x="1480"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7956
     y="3120"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7957
     inkscape:label="HMI:Page:Freq2" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7958
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7959
     transform="translate(1463.5642,1775.4224)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7960
     inkscape:label="HMI:Jump:Home"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7961
     id="g1407">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7962
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7963
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7964
       id="g1399">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7965
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7966
         sodipodi:nodetypes="cssssccc"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7967
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7968
         id="path1397"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7969
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7970
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7971
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7972
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7973
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7974
       id="g1405">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7975
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7976
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7977
         id="text1403"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7978
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7979
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7980
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7981
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7982
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7983
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7984
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7985
           id="tspan1401"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7986
           sodipodi:role="line">Home</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7987
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7988
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7989
  <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7990
     xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7991
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7992
     x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7993
     y="3195.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7994
     id="text1411"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7995
       sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7996
       id="tspan1409"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7997
       x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7998
       y="3195.3633">Freq : 2</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  7999
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8000
     transform="matrix(0.57180538,0,0,0.57180538,1234.9549,3096.0365)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8001
     id="g1437"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8002
     inkscape:label="HMI:Button|2@/SELECTION"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8003
     style="stroke-width:1">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8004
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8005
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8006
       id="rect1427"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8007
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8008
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8009
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8010
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8011
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8012
       inkscape:label="inactive"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8013
       rx="23.930969" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8014
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8015
       rx="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8016
       inkscape:label="active"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8017
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8018
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8019
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8020
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8021
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8022
       id="rect1429"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8023
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8024
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8025
       style="stroke-width:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8026
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8027
       id="g1435">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8028
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8029
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8030
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8031
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8032
         y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8033
         id="text1433"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8034
         inkscape:label="setting_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8035
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8036
           id="tspan1431"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8037
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8038
           y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8039
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8040
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8041
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8042
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8043
     id="g1449"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8044
     inkscape:label="HMI:Jump:Freq4"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8045
     transform="translate(1374.8167,2085.9977)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8046
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8047
       id="g1441"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8048
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8049
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8050
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8051
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8052
         id="path1439"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8053
         inkscape:connector-curvature="0" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8054
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8055
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8056
       id="g1447"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8057
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8058
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8059
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8060
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8061
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8062
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8063
         id="text1445"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8064
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8065
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8066
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8067
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8068
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8069
           id="tspan1443">Freq4</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8070
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8071
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8072
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8073
     transform="translate(1174.8167,2085.9977)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8074
     inkscape:label="HMI:Jump:Freq1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8075
     id="g1462">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8076
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8077
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8078
       id="g1453">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8079
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8080
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8081
         id="path1451"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8082
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8083
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8084
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8085
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8086
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8087
       id="g1460">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8088
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8089
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8090
         id="text1458"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8091
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8092
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8093
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8094
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8095
           id="tspan1456"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8096
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8097
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8098
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8099
           sodipodi:role="line">Freq1</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8100
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8101
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8102
  <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8103
     inkscape:label="HMI:Page:Freq4"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8104
     y="3900"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8105
     x="1480"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8106
     height="720"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8107
     width="1280"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8108
     id="rect1465"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8109
     style="color:#000000;fill:#4d4d4d" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8110
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8111
     id="g1478"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8112
     inkscape:label="HMI:Jump:Home"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8113
     transform="translate(1463.5642,2555.4224)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8114
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8115
       id="g1469"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8116
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8117
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8118
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8119
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8120
         id="path1467"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8121
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8122
         sodipodi:nodetypes="cssssccc" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8123
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8124
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8125
       id="g1476"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8126
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8127
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8128
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8129
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8130
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8131
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8132
         id="text1473"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8133
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8134
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8135
           id="tspan1471"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8136
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8137
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8138
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8139
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8140
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8141
  <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8142
     id="text1483"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8143
     y="3975.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8144
     x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8145
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8146
     xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8147
       y="3975.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8148
       x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8149
       sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8150
       id="tspan1604">Freq : 4</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8151
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8152
     style="stroke-width:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8153
     inkscape:label="HMI:Button|4@/SELECTION"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8154
     id="g1510"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8155
     transform="matrix(0.57180538,0,0,0.57180538,1234.9549,3876.0365)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8156
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8157
       rx="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8158
       inkscape:label="inactive"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8159
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8160
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8161
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8162
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8163
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8164
       id="rect1500"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8165
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8166
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8167
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8168
       id="rect1502"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8169
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8170
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8171
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8172
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8173
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8174
       inkscape:label="active"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8175
       rx="23.930969" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8176
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8177
       id="g1508"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8178
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8179
       style="stroke-width:1">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8180
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8181
         inkscape:label="setting_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8182
         id="text1506"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8183
         y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8184
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8185
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8186
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8187
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8188
           y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8189
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8190
           id="tspan1504"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8191
           sodipodi:role="line">up</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8192
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8193
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8194
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8195
     transform="translate(1374.8167,2865.9977)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8196
     inkscape:label="HMI:Jump:Freq16"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8197
     id="g1522">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8198
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8199
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8200
       id="g1514">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8201
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8202
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8203
         id="path1512"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8204
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8205
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8206
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8207
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8208
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8209
       id="g1520">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8210
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8211
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8212
         id="text1518"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8213
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8214
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8215
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8216
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8217
           id="tspan1516"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8218
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8219
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8220
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8221
           sodipodi:role="line">Freq16</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8222
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8223
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8224
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8225
     id="g1534"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8226
     inkscape:label="HMI:Jump:Freq2"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8227
     transform="translate(1174.8167,2865.9977)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8228
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8229
       id="g1526"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8230
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8231
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8232
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8233
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8234
         id="path1524"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8235
         inkscape:connector-curvature="0" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8236
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8237
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8238
       id="g1532"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8239
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8240
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8241
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8242
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8243
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8244
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8245
         id="text1530"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8246
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8247
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8248
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8249
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8250
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8251
           id="tspan1528">Freq2</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8252
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8253
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8254
  <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8255
     style="color:#000000;fill:#4d4d4d"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8256
     id="rect1536"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8257
     width="1280"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8258
     height="720"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8259
     x="1480"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8260
     y="4680"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8261
     inkscape:label="HMI:Page:Freq16" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8262
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8263
     transform="translate(1463.5642,3335.4224)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8264
     inkscape:label="HMI:Jump:Home"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8265
     id="g1548">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8266
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8267
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8268
       id="g1540">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8269
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8270
         sodipodi:nodetypes="cssssccc"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8271
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8272
         id="path1538"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8273
         d="m 1217.4113,1410.4016 -22,24.5657 c -10.7925,12.0511 6.1317,35.5791 -13.5791,35.5791 h -174.2877 c -19.71078,0 -2.7866,-23.528 -13.57905,-35.5791 l -22,-24.5657 127.74845,-48.4334 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8274
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8275
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8276
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8277
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8278
       id="g1546">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8279
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8280
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8281
         id="text1544"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8282
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8283
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8284
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8285
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8286
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8287
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8288
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8289
           id="tspan1542"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8290
           sodipodi:role="line">Home</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8291
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8292
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8293
  <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8294
     xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8295
     style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8296
     x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8297
     y="4755.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8298
     id="text1552"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8299
       sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8300
       id="tspan1550"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8301
       x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8302
       y="4755.3633">Freq : 16</tspan><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8303
       sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8304
       x="1596.0182"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8305
       y="4805.3633"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8306
       id="tspan1608" /></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8307
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8308
     transform="matrix(0.57180538,0,0,0.57180538,1234.9549,4656.0365)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8309
     id="g1578"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8310
     inkscape:label="HMI:Button|16@/SELECTION"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8311
     style="stroke-width:1">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8312
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8313
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8314
       id="rect1568"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8315
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8316
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8317
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8318
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8319
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8320
       inkscape:label="inactive"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8321
       rx="23.930969" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8322
    <rect
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8323
       rx="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8324
       inkscape:label="active"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8325
       ry="23.930969"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8326
       y="594.82263"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8327
       x="971.96545"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8328
       height="95.723877"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8329
       width="245.44583"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8330
       id="rect1570"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8331
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8332
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8333
       style="stroke-width:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8334
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8335
       id="g1576">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8336
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8337
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8338
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8339
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8340
         y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8341
         id="text1574"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8342
         inkscape:label="setting_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8343
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8344
           id="tspan1572"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8345
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8346
           y="656.98151"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8347
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8348
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8349
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8350
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8351
     id="g1590"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8352
     inkscape:label="HMI:Jump:Freq0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8353
     transform="translate(1374.8167,3645.9977)">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8354
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8355
       id="g1582"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8356
       inkscape:label="button">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8357
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8358
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8359
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8360
         id="path1580"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8361
         inkscape:connector-curvature="0" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8362
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8363
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8364
       id="g1588"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8365
       inkscape:label="text">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8366
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8367
         xml:space="preserve"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8368
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8369
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8370
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8371
         id="text1586"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8372
         inkscape:label="home_jmp"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8373
           sodipodi:role="line"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8374
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8375
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8376
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8377
           id="tspan1584">Freq0</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8378
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8379
  </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8380
  <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8381
     transform="translate(1174.8167,3645.9977)"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8382
     inkscape:label="HMI:Jump:Freq4"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8383
     id="g1602">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8384
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8385
       inkscape:label="button"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8386
       id="g1594">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8387
      <path
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8388
         inkscape:connector-curvature="0"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8389
         id="path1592"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8390
         d="m 1161.4113,1410.4016 c 19.8481,166.6448 -267.53796,-29.435 -88.0933,-42.5143 33.523,3.0903 62.1263,22.7771 88.0933,42.5143 z"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8391
         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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8392
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8393
    <g
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8394
       inkscape:label="text"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8395
       id="g1600">
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8396
      <text
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8397
         inkscape:label="home_jmp"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8398
         id="text1598"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8399
         y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8400
         x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8401
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8402
         xml:space="preserve"><tspan
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8403
           id="tspan1596"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8404
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8405
           y="1436.9814"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8406
           x="1090.7626"
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8407
           sodipodi:role="line">Freq4</tspan></text>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8408
    </g>
0ff608310312 SVGHMI: update generated xslt, and svghmi test project files
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3408
diff changeset
  8409
  </g>
3555
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8410
  <g
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8411
     transform="matrix(0.57180538,0,0,0.57180538,-77.992226,121.53383)"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8412
     id="g443-3"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8413
     inkscape:label="HMI:PushButton@/SELECTION"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8414
     style="stroke-width:1">
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8415
    <rect
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8416
       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;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:#ff6600;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8417
       id="rect5492-6"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8418
       width="245.44583"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8419
       height="95.723877"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8420
       x="971.96545"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8421
       y="594.82263"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8422
       ry="23.930969"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8423
       inkscape:label="inactive"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8424
       rx="23.930969" />
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8425
    <rect
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8426
       rx="23.930969"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8427
       inkscape:label="active"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8428
       ry="23.930969"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8429
       y="594.82263"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8430
       x="971.96545"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8431
       height="95.723877"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8432
       width="245.44583"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8433
       id="rect433-7"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8434
       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;vector-effect:none;fill:#fdfdfd;fill-opacity:1;fill-rule:nonzero;stroke:#ffd0b2;stroke-width:28.60938263;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8435
    <g
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8436
       style="stroke-width:1"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8437
       inkscape:label="text"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8438
       id="g952-5">
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8439
      <text
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8440
         xml:space="preserve"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8441
         style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8442
         x="1090.7626"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8443
         y="656.98151"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8444
         id="text950-3"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8445
         inkscape:label="setting_jmp"><tspan
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8446
           sodipodi:role="line"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8447
           id="tspan948-5"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8448
           x="1090.7626"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8449
           y="656.98151"
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8450
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">up</tspan></text>
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8451
    </g>
a8b6d5e1fda3 SVGHMI: add support for user JS script added in inkscape's document properties / scripting / embedded scripts.
Edouard Tisserant
parents: 3518
diff changeset
  8452
  </g>
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
  8453
</svg>