tests/svghmi/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Fri, 21 Aug 2020 14:29:03 +0200
branchsvghmi
changeset 3034 793ce2117258
parent 3031 440d74319a74
child 3036 4930455428df
permissions -rw-r--r--
SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
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
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     6
   xmlns:cc="http://creativecommons.org/ns#"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     8
   xmlns:svg="http://www.w3.org/2000/svg"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
     9
   xmlns="http://www.w3.org/2000/svg"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
    10
   xmlns:xlink="http://www.w3.org/1999/xlink"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    11
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    12
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    13
   width="1280"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    14
   height="720"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    15
   viewBox="0 0 1280 720"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    16
   version="1.1"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    17
   id="hmi0"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
    18
   sodipodi:docname="svghmi.svg"
3031
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
    19
   inkscape:version="0.92.3 (2405546, 2018-03-11)">
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    20
  <metadata
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    21
     id="metadata4542">
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    22
    <rdf:RDF>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    23
      <cc:Work
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    24
         rdf:about="">
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    25
        <dc:format>image/svg+xml</dc:format>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    26
        <dc:type
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    27
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    28
        <dc:title />
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    29
      </cc:Work>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    30
    </rdf:RDF>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    31
  </metadata>
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
    32
  <defs
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
    33
     id="defs2">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    34
    <marker
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    35
       inkscape:isstock="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    36
       style="overflow:visible"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    37
       id="marker1536"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    38
       refX="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    39
       refY="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    40
       orient="auto"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    41
       inkscape:stockid="Arrow2Lend">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    42
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    43
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    44
         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"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    45
         style="fill:#c130f7;fill-opacity:1;fill-rule:evenodd;stroke:#c130f7;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    46
         id="path1534"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    47
         inkscape:connector-curvature="0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    48
    </marker>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    49
    <marker
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    50
       inkscape:isstock="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    51
       style="overflow:visible"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    52
       id="marker1656"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    53
       refX="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    54
       refY="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    55
       orient="auto"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    56
       inkscape:stockid="Arrow2Lend">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    57
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    58
         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
    59
         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
    60
         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
    61
         id="path1654"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    62
         inkscape:connector-curvature="0" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    63
    </marker>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    64
    <inkscape:perspective
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    65
       sodipodi:type="inkscape:persp3d"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    66
       inkscape:vp_x="1370 : 938 : 1"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    67
       inkscape:vp_y="0 : 1000 : 0"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    68
       inkscape:vp_z="2698 : 524 : 1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    69
       inkscape:persp3d-origin="2010 : 818 : 1"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    70
       id="perspective1372" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    71
    <inkscape:perspective
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    72
       sodipodi:type="inkscape:persp3d"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    73
       inkscape:vp_x="1340 : 880 : 1"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    74
       inkscape:vp_y="0 : 1000 : 0"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    75
       inkscape:vp_z="2716 : 908 : 1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
    76
       inkscape:persp3d-origin="1980 : 760 : 1"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    77
       id="perspective1370" />
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    78
    <inkscape:perspective
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    79
       sodipodi:type="inkscape:persp3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    80
       inkscape:vp_x="30 : 418 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    81
       inkscape:vp_y="0 : 1000 : 0"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    82
       inkscape:vp_z="1358 : 3.9999991 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    83
       inkscape:persp3d-origin="670 : 298 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    84
       id="perspective503" />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    85
    <inkscape:perspective
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    86
       sodipodi:type="inkscape:persp3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    87
       inkscape:vp_x="0 : 360 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    88
       inkscape:vp_y="0 : 1000 : 0"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    89
       inkscape:vp_z="1376 : 388 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    90
       inkscape:persp3d-origin="640 : 240 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    91
       id="perspective445" />
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    92
    <inkscape:tag
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    93
       id="Set 1"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    94
       inkscape:label="HMI:AccessList@Admin"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    95
       inkscape:expanded="true">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    96
      <inkscape:tagref
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    97
         xlink:href="#text995"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    98
         id="tagref192" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    99
      <inkscape:tagref
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   100
         xlink:href="#g991"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   101
         id="tagref194" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   102
    </inkscape:tag>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   103
    <linearGradient
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   104
       inkscape:collect="always"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   105
       id="linearGradient962">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   106
      <stop
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   107
         style="stop-color:#ff3000;stop-opacity:1;"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   108
         offset="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   109
         id="stop958" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   110
      <stop
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   111
         style="stop-color:#0022ff;stop-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   112
         offset="1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   113
         id="stop960" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   114
    </linearGradient>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   115
    <marker
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   116
       inkscape:isstock="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   117
       style="overflow:visible"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   118
       id="marker926"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   119
       refX="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   120
       refY="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   121
       orient="auto"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   122
       inkscape:stockid="Arrow2Lend">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   123
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   124
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   125
         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"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   126
         style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   127
         id="path924"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   128
         inkscape:connector-curvature="0" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   129
    </marker>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   130
    <inkscape:tag
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   131
       id="Set 3"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   132
       inkscape:expanded="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   133
       inkscape:label="HMI:Translate">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   134
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   135
         xlink:href="#text831"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   136
         id="tagref1085" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   137
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   138
         xlink:href="#text827"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   139
         id="tagref1087" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   140
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   141
         xlink:href="#text4497"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   142
         id="tagref1089" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   143
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   144
         xlink:href="#home_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   145
         id="tagref1091" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   146
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   147
         xlink:href="#setting_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   148
         id="tagref1093" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   149
    </inkscape:tag>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   150
    <marker
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   151
       inkscape:stockid="Arrow2Lend"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   152
       orient="auto"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   153
       refY="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   154
       refX="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   155
       id="Arrow2Lend"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   156
       style="overflow:visible"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   157
       inkscape:isstock="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   158
       inkscape:collect="always">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   159
      <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   160
         inkscape:connector-curvature="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   161
         id="path895"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   162
         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
   163
         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
   164
         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
   165
    </marker>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   166
    <linearGradient
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   167
       inkscape:collect="always"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   168
       xlink:href="#linearGradient962"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   169
       id="linearGradient964"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   170
       x1="113.38908"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   171
       y1="-62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   172
       x2="113.38908"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   173
       y2="4.0725975"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   174
       gradientUnits="userSpaceOnUse"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   175
       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
   176
  </defs>
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   177
  <sodipodi:namedview
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   178
     id="base"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   179
     pagecolor="#ffffff"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   180
     bordercolor="#666666"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   181
     borderopacity="1.0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   182
     inkscape:pageopacity="0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   183
     inkscape:pageshadow="2"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   184
     inkscape:document-units="px"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
   185
     inkscape:current-layer="hmi0"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   186
     showgrid="false"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   187
     units="px"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
   188
     inkscape:zoom="0.43668246"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
   189
     inkscape:cx="735.62981"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
   190
     inkscape:cy="-925.76586"
3031
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
   191
     inkscape:window-width="1800"
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
   192
     inkscape:window-height="836"
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
   193
     inkscape:window-x="0"
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
   194
     inkscape:window-y="27"
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
   195
     inkscape:window-maximized="1"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   196
     showguides="true"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   197
     inkscape:guide-bbox="true" />
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   198
  <rect
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   199
     sodipodi:insensitive="true"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   200
     inkscape:label="HMI:Page:Conf"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   201
     y="780"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   202
     x="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   203
     height="720"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   204
     width="1280"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   205
     id="rect1016"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   206
     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
   207
  <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   208
     id="g1082"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   209
     inkscape:label="HMI:Jump:Home"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   210
     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
   211
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   212
       id="g1152"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   213
       inkscape:label="button">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   214
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   215
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   216
         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
   217
         id="rect1022"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   218
         inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   219
         sodipodi:nodetypes="cssssccc" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   220
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   221
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   222
       id="g1149"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   223
       inkscape:label="text">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   224
      <text
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   225
         xml:space="preserve"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   226
         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
   227
         x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   228
         y="1436.9814"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   229
         id="home_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   230
         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
   231
           sodipodi:role="line"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   232
           id="tspan1028"
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
           y="1436.9814"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   235
           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
   236
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   237
  </g>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   238
  <rect
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   239
     style="color:#000000;fill:#4d4d4d"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   240
     id="page0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   241
     width="1280"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   242
     height="720"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   243
     x="0"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   244
     y="0"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   245
     inkscape:label="HMI:Page:Home"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   246
     sodipodi:insensitive="true" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   247
  <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   248
     id="g1077"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   249
     inkscape:label="HMI:Jump:Conf"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   250
     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
   251
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   252
       id="g1159"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   253
       inkscape:label="button">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   254
      <rect
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   255
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   256
         id="rect1020"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   257
         width="245.44583"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   258
         height="95.723877"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   259
         x="971.96545"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   260
         y="594.82263"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   261
         ry="35.579063"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   262
         inkscape:label="button" />
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   263
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   264
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   265
       id="g1156"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   266
       inkscape:label="text">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   267
      <text
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   268
         inkscape:label="setting_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   269
         id="setting_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   270
         y="656.98151"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   271
         x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   272
         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
   273
         xml:space="preserve"><tspan
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   274
           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
   275
           y="656.98151"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   276
           x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   277
           id="tspan1024"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   278
           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
   279
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   280
  </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
   281
  <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
   282
     id="g84"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   283
     inkscape:label="HMI:Input@/TARGETPRESSURE"
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
   284
     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
   285
    <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
   286
       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
   287
       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
   288
       y="218.24219"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   289
       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
   290
       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
   291
       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
   292
         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
   293
         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
   294
         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
   295
         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
   296
         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
   297
    <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
   298
       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
   299
       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
   300
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   301
       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
   302
       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
   303
       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
   304
       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
   305
       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
   306
       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
   307
       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
   308
       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
   309
       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
   310
       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
   311
       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
   312
       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
   313
       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
   314
       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
   315
    <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
   316
       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
   317
       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
   318
       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
   319
       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
   320
       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
   321
       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
   322
       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
   323
       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
   324
       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
   325
       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
   326
       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
   327
       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
   328
       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
   329
       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
   330
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   331
       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
   332
       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
   333
    <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
   334
       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
   335
       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
   336
       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
   337
       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
   338
       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
   339
       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
   340
       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
   341
       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
   342
    <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
   343
       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
   344
       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
   345
       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
   346
       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
   347
       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
   348
       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
   349
       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
   350
       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
   351
       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
   352
       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
   353
       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
   354
       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
   355
       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
   356
       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
   357
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   358
       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
   359
    <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
   360
       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
   361
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   362
       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
   363
       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
   364
       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
   365
       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
   366
       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
   367
       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
   368
       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
   369
       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
   370
       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
   371
       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
   372
       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
   373
       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
   374
       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
   375
       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
   376
    <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
   377
       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
   378
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   379
       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
   380
       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
   381
       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
   382
       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
   383
       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
   384
       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
   385
       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
   386
       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
   387
       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
   388
       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
   389
       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
   390
       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
   391
       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
   392
       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
   393
  </g>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   394
  <text
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   395
     inkscape:label="HMI:Display@/PUMP0/PRESSURE"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   396
     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
   397
     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
   398
     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
   399
     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
   400
     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
   401
       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
   402
       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
   403
       x="293.33374"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   404
       id="tspan821"
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   405
       sodipodi:role="line">8888</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   406
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   407
     id="g4523"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   408
     transform="matrix(2.1611542,0,0,2.1611542,182.76714,468.92423)"
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   409
     inkscape:label="HMI:Meter@/PUMP0/SLOTH">
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   410
    <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   411
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   412
       id="path4499"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   413
       sodipodi:type="arc"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   414
       sodipodi:cx="128.02208"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   415
       sodipodi:cy="2.2017097"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   416
       sodipodi:rx="64.411957"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   417
       sodipodi:ry="64.411957"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   418
       sodipodi:start="3.1415927"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   419
       sodipodi:end="4.712389"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   420
       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
   421
       sodipodi:open="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   422
       inkscape:label="range" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   423
    <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   424
       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
   425
       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
   426
       id="path4501"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   427
       inkscape:connector-curvature="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   428
       sodipodi:nodetypes="cc"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   429
       inkscape:label="needle" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   430
    <text
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   431
       inkscape:label="min"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   432
       id="text4505"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   433
       y="4.9187088"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   434
       x="49.132977"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   435
       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
   436
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   437
         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
   438
         y="4.9187088"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   439
         x="49.132977"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   440
         id="tspan4503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   441
         sodipodi:role="line">0</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   442
    <text
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   443
       inkscape:label="max"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   444
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   445
       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
   446
       x="127.48073"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   447
       y="-78.144218"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   448
       id="text4509"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   449
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   450
         id="tspan4507"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   451
         x="127.48073"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   452
         y="-78.144218"
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   453
         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
   454
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   455
       inkscape:label="value"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   456
       id="text4517"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   457
       y="-6.1937833"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   458
       x="113.53007"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   459
       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
   460
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   461
         id="tspan4515"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   462
         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
   463
         y="-6.1937833"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   464
         x="113.53007"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   465
         sodipodi:role="line">000</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   466
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   467
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   468
       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
   469
       x="124.77896"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   470
       y="1.1408259"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   471
       id="text4521"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   472
       inkscape:label="unit"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   473
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   474
         x="124.77896"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   475
         y="1.1408259"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   476
         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
   477
         id="tspan4519">bar</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   478
  </g>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   479
  <text
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   480
     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
   481
     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
   482
     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
   483
     y="90.742165"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   484
     id="text827"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   485
     inkscape:label="setpoint_label"><tspan
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   486
       sodipodi:role="line"
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   487
       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
   488
       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
   489
       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
   490
       style="stroke-width:0.35865593px">SetPoint</tspan></text>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   491
  <text
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   492
     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
   493
     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
   494
     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
   495
     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
   496
     xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   497
     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
   498
       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
   499
       x="344.50876"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   500
       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
   501
       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
   502
       style="stroke-width:0.35865593px">Actual</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   503
  <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   504
     xml:space="preserve"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   505
     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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   506
     x="246.73413"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   507
     y="336.90073"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   508
     id="text4497"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   509
     inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   510
       sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   511
       id="tspan4495"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   512
       x="246.73413"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   513
       y="336.90073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   514
       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
   515
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   516
     id="layer4"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   517
     inkscape:label="HMI:Lang:cn"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   518
     style="display:none"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   519
     inkscape:groupmode="layer">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   520
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   521
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   522
       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;writing-mode:vertical-lr;text-anchor:middle;display:inline;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   523
       x="83.669571"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   524
       y="136.78285"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   525
       id="text948-6"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   526
       inkscape:label="setpoint_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   527
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   528
         id="tspan946-2"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   529
         x="136.78285"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   530
         y="83.669571"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   531
         style="stroke-width:1px">设定值</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   532
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   533
       id="text952-9"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   534
       y="137.16286"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   535
       x="703.711"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   536
       style="font-style:normal;font-weight:normal;font-size:80px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;writing-mode:vertical-lr;display:inline;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   537
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   538
       inkscape:label="actual_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   539
         y="703.711"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   540
         x="137.16286"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   541
         id="tspan950-1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   542
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   543
         style="text-align:center;writing-mode:vertical-lr;text-anchor:middle;stroke-width:1px">当前值</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   544
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   545
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   546
       style="font-style:normal;font-weight:normal;font-size:80px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;writing-mode:vertical-lr;display:inline;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   547
       x="480.61847"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   548
       y="278.37503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   549
       id="text956-2"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   550
       inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   551
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   552
         id="tspan954-7"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   553
         x="278.37503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   554
         y="480.61847"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   555
         style="writing-mode:vertical-lr;fill:#ff6600;stroke-width:0.99999994px">压力</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   556
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   557
       inkscape:label="setting_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   558
       id="text1097"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   559
       y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   560
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   561
       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"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   562
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   563
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   564
         y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   565
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   566
         id="tspan1095"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   567
         sodipodi:role="line">设置</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   568
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   569
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   570
       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"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   571
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   572
       y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   573
       id="text1101"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   574
       inkscape:label="home_jmp"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   575
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   576
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   577
         y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   578
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   579
         id="tspan1107">家</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   580
  </g>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   581
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   582
     id="layer2"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   583
     inkscape:label="HMI:Lang:fr"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   584
     style="display:none"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   585
     inkscape:groupmode="layer">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   586
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   587
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   588
       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:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   589
       x="340.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   590
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   591
       id="text948"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   592
       inkscape:label="setpoint_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   593
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   594
         id="tspan946"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   595
         x="340.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   596
         y="77.142853">Valeur de consigne</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   597
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   598
       id="text952"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   599
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   600
       x="960.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   601
       style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   602
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   603
       inkscape:label="actual_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   604
         y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   605
         x="960.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   606
         id="tspan950"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   607
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   608
         style="text-align:center;text-anchor:middle">Valeur courante</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   609
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   610
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   611
       style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   612
       x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   613
       y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   614
       id="text956"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   615
       inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   616
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   617
         id="tspan954"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   618
         x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   619
         y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   620
         style="fill:#ff6600;stroke-width:0.99999994px">Pression</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   621
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   622
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   623
       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"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   624
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   625
       y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   626
       id="setting_jmp-0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   627
       inkscape:label="setting_jmp"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   628
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   629
         id="tspan1024-9"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   630
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   631
         y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   632
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Settings</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   633
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   634
       inkscape:label="home_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   635
       id="home_jmp-3"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   636
       y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   637
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   638
       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"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   639
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   640
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   641
         y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   642
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   643
         id="tspan1028-6"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   644
         sodipodi:role="line">Home</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   645
  </g>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   646
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   647
     id="layer3"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   648
     inkscape:label="HMI:Lang:si"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   649
     style="display:none"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   650
     inkscape:groupmode="layer">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   651
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   652
       id="text930"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   653
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   654
       x="338.67188"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   655
       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:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   656
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   657
       inkscape:label="setpoint_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   658
         y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   659
         x="338.67188"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   660
         id="tspan928"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   661
         sodipodi:role="line">nastavljena vrednost</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   662
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   663
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   664
       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:#008000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   665
       x="959.38477"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   666
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   667
       id="text934"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   668
       inkscape:label="actual_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   669
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   670
         id="tspan932"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   671
         x="959.38477"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   672
         y="77.142853">dejanska vrednost</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   673
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   674
       id="text938"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   675
       y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   676
       x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   677
       style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   678
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   679
       inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   680
         style="fill:#ff6600;stroke-width:0.99999994px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   681
         y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   682
         x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   683
         id="tspan936"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   684
         sodipodi:role="line">pritisk</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   685
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   686
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   687
       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"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   688
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   689
       y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   690
       id="setting_jmp-06"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   691
       inkscape:label="setting_jmp"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   692
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   693
         id="tspan1024-2"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   694
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   695
         y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   696
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Settings</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   697
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   698
       inkscape:label="home_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   699
       id="home_jmp-6"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   700
       y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   701
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   702
       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"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   703
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   704
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   705
         y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   706
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   707
         id="tspan1028-1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   708
         sodipodi:role="line">Home</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   709
  </g>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   710
  <g
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   711
     inkscape:label="HMI:Meter@/PUMP0/SLOTH"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   712
     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
   713
     id="g110">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   714
    <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   715
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   716
       d="M 113.38908,2.2017068 V -62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   717
       id="path90"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   718
       inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   719
       sodipodi:nodetypes="cc"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   720
       inkscape:label="range" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   721
    <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   722
       inkscape:label="needle"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   723
       sodipodi:nodetypes="cc"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   724
       inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   725
       id="path92"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   726
       d="M 113.38908,4.0725977 V -62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   727
       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
   728
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   729
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   730
       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
   731
       x="115.07632"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   732
       y="9.3424692"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   733
       id="text96"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   734
       inkscape:label="min"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   735
         sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   736
         id="tspan94"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   737
         x="115.07632"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   738
         y="9.3424692"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   739
         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
   740
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   741
       id="text100"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   742
       y="-64.195457"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   743
       x="113.27539"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   744
       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
   745
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   746
       inkscape:label="max"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   747
         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
   748
         y="-64.195457"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   749
         x="113.27539"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   750
         id="tspan98"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   751
         sodipodi:role="line">10000</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   752
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   753
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   754
       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"
2810
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   755
       x="-20.624428"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   756
       y="-109.67243"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   757
       id="text104"
2810
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   758
       inkscape:label="value"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   759
       transform="rotate(90)"><tspan
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   760
         sodipodi:role="line"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   761
         x="-20.624428"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   762
         y="-109.67243"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   763
         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
   764
         id="tspan102">000</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   765
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   766
       inkscape:label="unit"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   767
       id="text108"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   768
       y="-9.4425077"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   769
       x="140.65398"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   770
       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
   771
       xml:space="preserve"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   772
         id="tspan106"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   773
         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
   774
         y="-9.4425077"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   775
         x="140.65398"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   776
         sodipodi:role="line">€£$¥</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   777
  </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   778
  <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   779
     inkscape:label="HMI:Input@/TARGETPRESSURE"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   780
     id="g991"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   781
     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
   782
     style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   783
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   784
       xml:space="preserve"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   785
       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
   786
       x="136.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   787
       y="218.24219"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   788
       id="text977"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   789
       inkscape:label="value"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   790
         sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   791
         id="tspan975"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   792
         x="136.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   793
         y="218.24219"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   794
         style="stroke-width:2px">8888</tspan></text>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   795
    <rect
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   796
       inkscape:label="edit"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   797
       onclick=""
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   798
       y="95.40741"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   799
       x="139.85185"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   800
       height="128"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   801
       width="407.7037"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   802
       id="rect983"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   803
       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
   804
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   805
       id="g1086"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   806
       inkscape:label="=0"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   807
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   808
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   809
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   810
         inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   811
         id="path989"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   812
         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
   813
         inkscape:transform-center-y="-14.956361"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   814
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   815
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   816
         id="text1048"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   817
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   818
         x="733.58197"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   819
         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
   820
         xml:space="preserve"><tspan
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   821
           style="stroke-width:1px"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   822
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   823
           x="733.58197"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   824
           id="tspan1046"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   825
           sodipodi:role="line">→0←</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   826
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   827
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   828
       id="g1091"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   829
       inkscape:label="-10"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   830
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   831
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   832
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   833
         inkscape:transform-center-x="14.956371"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   834
         inkscape:transform-center-y="-3.6154501e-05"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   835
         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
   836
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   837
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   838
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   839
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   840
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   841
         sodipodi:r2="14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   842
         sodipodi:r1="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   843
         sodipodi:cy="-184.98808"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   844
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   845
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   846
         id="path981"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   847
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   848
         sodipodi:type="star"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   849
         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
   850
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   851
         xml:space="preserve"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   852
         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
   853
         x="633.09552"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   854
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   855
         id="text1059"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   856
           sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   857
           id="tspan1057"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   858
           x="633.09552"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   859
           y="111.05016"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   860
           style="stroke-width:1px">-10</tspan></text>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   861
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   862
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   863
       id="g1096"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   864
       inkscape:label="-100"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   865
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   866
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   867
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   868
         inkscape:transform-center-x="14.956364"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   869
         transform="rotate(-90,746.45698,-44.543641)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   870
         sodipodi:type="star"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   871
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   872
         id="path979"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   873
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   874
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   875
         sodipodi:cy="-216.2599"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   876
         sodipodi:r1="59.825443"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   877
         sodipodi:r2="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   878
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   879
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   880
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   881
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   882
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   883
         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
   884
         inkscape:transform-center-y="-5.9989963e-06" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   885
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   886
         id="text1063"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   887
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   888
         x="537.25018"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   889
         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
   890
         xml:space="preserve"><tspan
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   891
           style="stroke-width:1px"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   892
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   893
           x="537.25018"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   894
           id="tspan1061"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   895
           sodipodi:role="line">-100</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   896
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   897
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   898
       id="g1076"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   899
       inkscape:label="+100"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   900
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   901
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   902
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   903
         inkscape:transform-center-x="-14.956365"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   904
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   905
         inkscape:transform-center-y="-5.5023185e-06"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   906
         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
   907
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   908
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   909
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   910
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   911
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   912
         sodipodi:r2="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   913
         sodipodi:r1="59.825443"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   914
         sodipodi:cy="105.17262"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   915
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   916
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   917
         id="path985"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   918
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   919
         sodipodi:type="star" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   920
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   921
         id="text1067"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   922
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   923
         x="925.82605"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   924
         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
   925
         xml:space="preserve"><tspan
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   926
           style="stroke-width:1px"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   927
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   928
           x="925.82605"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   929
           id="tspan1065"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   930
           sodipodi:role="line">+100</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   931
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   932
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   933
       id="g1081"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   934
       inkscape:label="+10"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   935
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   936
       style="stroke-width:2">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   937
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   938
         inkscape:transform-center-x="-14.956349"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   939
         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
   940
         sodipodi:type="star"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   941
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   942
         id="path987"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   943
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   944
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   945
         sodipodi:cy="136.44444"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   946
         sodipodi:r1="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   947
         sodipodi:r2="14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   948
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   949
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   950
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   951
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   952
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   953
         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
   954
         inkscape:transform-center-y="-3.3040441e-05" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   955
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   956
         xml:space="preserve"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   957
         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
   958
         x="842.71497"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   959
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   960
         id="text1071"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   961
           sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   962
           id="tspan1069"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   963
           x="842.71497"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   964
           y="111.05016"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
   965
           style="stroke-width:1px">+10</tspan></text>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   966
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   967
  </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   968
  <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   969
     xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   970
     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
   971
     x="736.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   972
     y="1478.2422"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   973
     id="text995"
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   974
     inkscape:label="HMI:Display@/PUMP0/PRESSURE"><tspan
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   975
       sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   976
       id="tspan993"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   977
       x="736.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   978
       y="1478.2422"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   979
       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
   980
  <text
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   981
     xml:space="preserve"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   982
     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
   983
     x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   984
     y="365.32291"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   985
     id="text134"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   986
     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
   987
       sodipodi:role="line"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   988
       id="tspan132"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   989
       x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   990
       y="365.32291"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   991
       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
   992
  <text
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   993
     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
   994
     id="text138"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   995
     y="422.50345"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   996
     x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   997
     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
   998
     xml:space="preserve"><tspan
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   999
       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
  1000
       y="422.50345"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  1001
       x="28.181862"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
  1002
       id="tspan136"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
  1003
       sodipodi:role="line">8888</tspan></text>
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1004
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  1005
     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
  1006
     id="g208-1"
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1007
     inkscape:label="HMI:Input@/PUMP0/STRIN"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1008
     style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1009
    <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1010
       inkscape:label="value"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1011
       id="text164"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1012
       y="218.24219"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1013
       x="136.32812"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1014
       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
  1015
       xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1016
         style="stroke-width:2px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1017
         y="218.24219"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1018
         x="136.32812"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1019
         id="tspan162"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1020
         sodipodi:role="line">8888</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1021
    <rect
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1022
       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
  1023
       id="rect166"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1024
       width="407.7037"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1025
       height="128"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1026
       x="139.85185"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1027
       y="95.40741"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1028
       onclick=""
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1029
       inkscape:label="edit" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1030
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1031
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1032
       inkscape:label="+&quot;dhu&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1033
       id="g174"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1034
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1035
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1036
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1037
         inkscape:transform-center-y="-14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1038
         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
  1039
         id="path168"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1040
         inkscape:connector-curvature="0" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1041
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1042
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1043
         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
  1044
         x="733.58197"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1045
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1046
         id="text172"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1047
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1048
           id="tspan170"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1049
           x="733.58197"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1050
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1051
           style="stroke-width:1px">dhu</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1052
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1053
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1054
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1055
       inkscape:label="=&quot;plop&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1056
       id="g182"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1057
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1058
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1059
         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
  1060
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1061
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1062
         id="path176"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1063
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1064
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1065
         sodipodi:cy="-184.98808"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1066
         sodipodi:r1="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1067
         sodipodi:r2="14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1068
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1069
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1070
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1071
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1072
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1073
         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
  1074
         inkscape:transform-center-y="-3.6154501e-05"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1075
         inkscape:transform-center-x="14.956371" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1076
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1077
         id="text180"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1078
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1079
         x="633.09552"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1080
         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
  1081
         xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1082
           style="stroke-width:1px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1083
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1084
           x="633.09552"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1085
           id="tspan178"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1086
           sodipodi:role="line">plop</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1087
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1088
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1089
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1090
       inkscape:label="=&quot;mhoo&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1091
       id="g190"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1092
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1093
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1094
         inkscape:transform-center-y="-5.9989963e-06"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1095
         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
  1096
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1097
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1098
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1099
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1100
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1101
         sodipodi:r2="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1102
         sodipodi:r1="59.825443"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1103
         sodipodi:cy="-216.2599"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1104
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1105
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1106
         id="path184"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1107
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1108
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1109
         transform="rotate(-90,746.45698,-44.543641)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1110
         inkscape:transform-center-x="14.956364" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1111
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1112
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1113
         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
  1114
         x="537.25018"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1115
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1116
         id="text188"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1117
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1118
           id="tspan186"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1119
           x="537.25018"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1120
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1121
           style="stroke-width:1px">mhoo</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1122
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1123
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1124
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1125
       inkscape:label="=&quot;yodl&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1126
       id="g198"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1127
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1128
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1129
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1130
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1131
         id="path192"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1132
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1133
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1134
         sodipodi:cy="105.17262"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1135
         sodipodi:r1="59.825443"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1136
         sodipodi:r2="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1137
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1138
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1139
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1140
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1141
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1142
         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
  1143
         inkscape:transform-center-y="-5.5023185e-06"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1144
         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
  1145
         inkscape:transform-center-x="-14.956365" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1146
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1147
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1148
         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
  1149
         x="925.82605"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1150
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1151
         id="text196"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1152
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1153
           id="tspan194"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1154
           x="925.82605"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1155
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1156
           style="stroke-width:1px">yodl</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1157
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1158
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1159
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1160
       inkscape:label="=&quot;mhe&quot;"
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
  1161
       id="g206-1"
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1162
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1163
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1164
         inkscape:transform-center-y="-3.3040441e-05"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1165
         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
  1166
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1167
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1168
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1169
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1170
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1171
         sodipodi:r2="14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1172
         sodipodi:r1="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1173
         sodipodi:cy="136.44444"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1174
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1175
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1176
         id="path200"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1177
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1178
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1179
         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
  1180
         inkscape:transform-center-x="-14.956349" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1181
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1182
         id="text204"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1183
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1184
         x="842.71497"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1185
         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
  1186
         xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1187
           style="stroke-width:1px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1188
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1189
           x="842.71497"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1190
           id="tspan202"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1191
           sodipodi:role="line">mhe</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1192
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1193
  </g>
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
  1194
  <g
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1195
     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
  1196
     id="g2432"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1197
     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
  1198
     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
  1199
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1200
       sodipodi:nodetypes="ccccc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1201
       inkscape:label="Background"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1202
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1203
       id="path2136"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1204
       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
  1205
       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
  1206
    <rect
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1207
       ry="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1208
       rx="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1209
       y="15.77106"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1210
       x="64.024963"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1211
       height="30.150299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1212
       width="361.89996"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1213
       id="rect2426"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1214
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1215
       inkscape:label="Field" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1216
    <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1217
       id="text2430"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1218
       y="37.408375"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1219
       x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1220
       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
  1221
       xml:space="preserve"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1222
       inkscape:label="Value"><tspan
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1223
         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
  1224
         y="37.408375"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1225
         x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1226
         id="tspan2428"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1227
         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
  1228
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1229
       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
  1230
       inkscape:label="Enter"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1231
       id="g4947"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1232
       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
  1233
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1234
         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
  1235
         id="path193"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1236
         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
  1237
         inkscape:connector-curvature="0" />
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;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
  1240
         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
  1241
         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
  1242
         id="path6545-4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1243
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1244
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1245
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1246
       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
  1247
       inkscape:label="Keys"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1248
       id="g4993"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1249
       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
  1250
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1251
         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
  1252
         inkscape:label="7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1253
         id="g4892">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1254
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1255
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1256
           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
  1257
           id="path163"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1258
           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
  1259
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1260
           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
  1261
           id="text331"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1262
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1263
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1264
           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
  1265
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1266
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1267
         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
  1268
         inkscape:label="4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1269
         id="g4907">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1270
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1271
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1272
           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
  1273
           id="path169"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1274
           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
  1275
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1276
           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
  1277
           id="text335"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1278
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1279
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1280
           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
  1281
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1282
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1283
         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
  1284
         inkscape:label="1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1285
         id="g4922">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1286
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1287
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1288
           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
  1289
           id="path175"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1290
           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
  1291
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1292
           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
  1293
           id="text339"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1294
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1295
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1296
           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
  1297
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1298
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1299
         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
  1300
         inkscape:label="8"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1301
         id="g4897">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1302
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1303
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1304
           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
  1305
           id="path165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1306
           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
  1307
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1308
           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
  1309
           id="text347"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1310
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1311
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1312
           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
  1313
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1314
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1315
         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
  1316
         inkscape:label="5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1317
         id="g4912">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1318
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1319
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1320
           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
  1321
           id="path171"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1322
           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
  1323
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1324
           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
  1325
           id="text351"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1326
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1327
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1328
           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
  1329
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1330
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1331
         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
  1332
         inkscape:label="2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1333
         id="g4927">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1334
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1335
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1336
           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
  1337
           id="path177"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1338
           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
  1339
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1340
           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
  1341
           id="text355"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1342
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1343
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1344
           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
  1345
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1346
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1347
         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
  1348
         inkscape:label="9"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1349
         id="g4902">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1350
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1351
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1352
           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
  1353
           id="path167"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1354
           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
  1355
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1356
           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
  1357
           id="text363"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1358
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1359
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1360
           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
  1361
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1362
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1363
         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
  1364
         inkscape:label="6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1365
         id="g4917">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1366
        <path
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
           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
  1369
           id="path173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1370
           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
  1371
        <text
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: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
  1373
           id="text367"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1374
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1375
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1376
           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
  1377
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1378
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1379
         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
  1380
         inkscape:label="3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1381
         id="g4932">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1382
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1383
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1384
           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
  1385
           id="path179"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1386
           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
  1387
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1388
           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
  1389
           id="text371"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1390
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1391
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1392
           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
  1393
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1394
      <g
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.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1396
         inkscape:label="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1397
         id="g4937">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1398
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1399
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1400
           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
  1401
           id="path373"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1402
           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
  1403
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1404
           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
  1405
           id="text377"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1406
           y="205.53712"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1407
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1408
           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
  1409
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1410
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1411
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1412
       id="g3113"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1413
       inkscape:label="Esc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1414
       transform="translate(-318.22576)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1415
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1416
         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
  1417
         id="path167-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1418
         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
  1419
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1420
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1421
         x="394.42801"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1422
         y="78.632088"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1423
         id="text469-4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1424
         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
  1425
         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
  1426
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1427
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1428
       id="g3109"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1429
       inkscape:label="BackSpace"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1430
       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
  1431
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1432
         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
  1433
         id="path173-1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1434
         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
  1435
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1436
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1437
         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
  1438
         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
  1439
         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
  1440
         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
  1441
         inkscape:connector-curvature="0" />
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
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1444
       id="g787"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1445
       inkscape:label="Sign"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1446
       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
  1447
       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
  1448
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1449
         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
  1450
         id="path781"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1451
         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
  1452
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1453
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1454
         x="642.1239"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1455
         y="135.09822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1456
         id="text783"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1457
         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
  1458
         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
  1459
    </g>
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1460
    <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1461
       xml:space="preserve"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1462
       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
  1463
       x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1464
       y="12.333653"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1465
       id="text509"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1466
       transform="scale(0.96824589,1.0327955)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1467
       inkscape:label="Info"><tspan
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1468
         sodipodi:role="line"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1469
         id="tspan507"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1470
         x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1471
         y="12.333653"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1472
         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
  1473
    <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
  1474
       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
  1475
       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
  1476
       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
  1477
       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
  1478
      <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
  1479
         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
  1480
         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
  1481
         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
  1482
         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
  1483
      <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
  1484
         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
  1485
         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
  1486
         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
  1487
         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
  1488
         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
  1489
    </g>
2915
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
  <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1492
     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
  1493
     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
  1494
     id="g4278"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  1495
     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
  1496
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1497
       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
  1498
       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
  1499
       id="rect1006-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1500
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1501
       inkscape:label="Background"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1502
       sodipodi:nodetypes="ccccc" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1503
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1504
       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
  1505
       id="path185"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1506
       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
  1507
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1508
       inkscape:label="Space" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1509
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1510
       id="g4380"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1511
       inkscape:label="Keys"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1512
       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
  1513
       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
  1514
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1515
         id="g4283"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1516
         inkscape:label="q Q"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1517
         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
  1518
         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
  1519
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1520
           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
  1521
           id="path41"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1522
           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
  1523
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1524
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1525
           x="99.378708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1526
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1527
           id="text203"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1528
           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
  1529
           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
  1530
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1531
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1532
         id="g4337"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1533
         inkscape:label="w W"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1534
         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
  1535
         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
  1536
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1537
           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
  1538
           id="path43"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1539
           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
  1540
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1541
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1542
           x="127.0709"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1543
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1544
           id="text207"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1545
           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
  1546
           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
  1547
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1548
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1549
         id="g4332"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1550
         inkscape:label="e E"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1551
         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
  1552
         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
  1553
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1554
           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
  1555
           id="path45"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1556
           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
  1557
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1558
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1559
           x="159.70854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1560
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1561
           id="text211"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1562
           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
  1563
           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
  1564
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1565
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1566
         id="g4326"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1567
         inkscape:label="r R"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1568
         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
  1569
         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
  1570
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1571
           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
  1572
           id="path47"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1573
           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
  1574
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1575
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1576
           x="188.39003"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1577
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1578
           id="text215"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1579
           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
  1580
           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
  1581
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1582
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1583
         id="g4321"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1584
         inkscape:label="t T"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1585
         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
  1586
         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
  1587
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1588
           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
  1589
           id="path49"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1590
           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
  1591
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1592
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1593
           x="219.04961"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1594
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1595
           id="text219"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1596
           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
  1597
           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
  1598
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1599
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1600
         id="g4316"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1601
         inkscape:label="y Y"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1602
         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
  1603
         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
  1604
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1605
           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
  1606
           id="path51"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1607
           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
  1608
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1609
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1610
           x="248.72017"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1611
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1612
           id="text223"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1613
           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
  1614
           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
  1615
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1616
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1617
         id="g4311"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1618
         inkscape:label="u U"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1619
         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
  1620
         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
  1621
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1622
           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
  1623
           id="path53"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1624
           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
  1625
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1626
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1627
           x="278.39075"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1628
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1629
           id="text227"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1630
           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
  1631
           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
  1632
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1633
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1634
         id="g4306"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1635
         inkscape:label="i I"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1636
         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
  1637
         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
  1638
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1639
           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
  1640
           id="path55"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1641
           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
  1642
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1643
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1644
           x="311.02859"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1645
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1646
           id="text231"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1647
           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
  1648
           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
  1649
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1650
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1651
         id="g4301"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1652
         inkscape:label="o O"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1653
         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
  1654
         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
  1655
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1656
           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
  1657
           id="path57"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1658
           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
  1659
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1660
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1661
           x="336.74319"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1662
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1663
           id="text235"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1664
           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
  1665
           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
  1666
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1667
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1668
         id="g4296"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1669
         inkscape:label="p P"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1670
         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
  1671
         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
  1672
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1673
           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
  1674
           id="path59"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1675
           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
  1676
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1677
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1678
           x="367.40256"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1679
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1680
           id="text239"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1681
           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
  1682
           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
  1683
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1684
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1685
         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
  1686
         id="g4511"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1687
         inkscape:label="a A">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1688
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1689
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1690
           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
  1691
           id="path65"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1692
           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
  1693
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1694
           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
  1695
           id="text243"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1696
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1697
           x="107.29005"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1698
           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
  1699
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1700
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1701
         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
  1702
         id="g4516"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1703
         inkscape:label="s S">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1704
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1705
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1706
           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
  1707
           id="path67"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1708
           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
  1709
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1710
           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
  1711
           id="text247"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1712
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1713
           x="137.95012"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1714
           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
  1715
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1716
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1717
         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
  1718
         id="g4521"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1719
         inkscape:label="d D">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1720
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1721
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1722
           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
  1723
           id="path69"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1724
           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
  1725
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1726
           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
  1727
           id="text251"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1728
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1729
           x="166.63159"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1730
           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
  1731
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1732
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1733
         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
  1734
         id="g4526"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1735
         inkscape:label="f F">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1736
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1737
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1738
           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
  1739
           id="path71"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1740
           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
  1741
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1742
           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
  1743
           id="text255"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1744
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1745
           x="197.29166"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1746
           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
  1747
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1748
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1749
         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
  1750
         id="g4531"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1751
         inkscape:label="g G">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1752
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1753
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1754
           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
  1755
           id="path73"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1756
           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
  1757
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1758
           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
  1759
           id="text259"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1760
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1761
           x="225.97284"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1762
           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
  1763
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1764
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1765
         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
  1766
         id="g4536"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1767
         inkscape:label="h H">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1768
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1769
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1770
           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
  1771
           id="path75"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1772
           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
  1773
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1774
           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
  1775
           id="text263"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1776
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1777
           x="255.64342"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1778
           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
  1779
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1780
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1781
         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
  1782
         id="g4541"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1783
         inkscape:label="j J">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1784
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1785
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1786
           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
  1787
           id="path77"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1788
           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
  1789
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1790
           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
  1791
           id="text267"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1792
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1793
           x="287.29208"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1794
           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
  1795
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1796
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1797
         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
  1798
         id="g4546"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1799
         inkscape:label="k K">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1800
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1801
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1802
           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
  1803
           id="path79"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1804
           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
  1805
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1806
           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
  1807
           id="text271"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1808
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1809
           x="314.98465"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1810
           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
  1811
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1812
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1813
         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
  1814
         id="g4551"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1815
         inkscape:label="l L">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1816
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1817
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1818
           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
  1819
           id="path81"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1820
           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
  1821
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1822
           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
  1823
           id="text275"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1824
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1825
           x="345.64444"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1826
           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
  1827
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1828
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1829
         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
  1830
         id="g4586"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1831
         inkscape:label="z Z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1832
         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
  1833
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1834
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1835
           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
  1836
           id="path87-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1837
           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
  1838
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1839
           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
  1840
           id="text279"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1841
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1842
           x="119.15855"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1843
           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
  1844
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1845
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1846
         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
  1847
         id="g4581"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1848
         inkscape:label="x X"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1849
         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
  1850
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1851
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1852
           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
  1853
           id="path89-6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1854
           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
  1855
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1856
           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
  1857
           id="text283"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1858
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1859
           x="148.82933"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1860
           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
  1861
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1862
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1863
         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
  1864
         id="g4576"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1865
         inkscape:label="c C"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1866
         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
  1867
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1868
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1869
           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
  1870
           id="path91-7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1871
           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
  1872
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1873
           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
  1874
           id="text287"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1875
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1876
           x="178.50011"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1877
           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
  1878
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1879
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1880
         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
  1881
         id="g4571"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1882
         inkscape:label="v V"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1883
         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
  1884
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1885
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1886
           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
  1887
           id="path195"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1888
           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
  1889
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1890
           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
  1891
           id="text291"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1892
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1893
           x="208.16988"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1894
           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
  1895
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1896
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1897
         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
  1898
         id="g4566"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1899
         inkscape:label="b B"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1900
         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
  1901
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1902
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1903
           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
  1904
           id="path93"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1905
           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
  1906
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1907
           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
  1908
           id="text295"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1909
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1910
           x="237.84096"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1911
           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
  1912
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1913
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1914
         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
  1915
         id="g4561"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1916
         inkscape:label="n N"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1917
         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
  1918
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1919
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1920
           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
  1921
           id="path95"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1922
           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
  1923
        <text
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: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
  1925
           id="text299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1926
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1927
           x="267.51193"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1928
           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
  1929
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1930
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1931
         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
  1932
         id="g4556"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1933
         inkscape:label="m M"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1934
         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
  1935
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1936
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1937
           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
  1938
           id="path97"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1939
           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
  1940
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1941
           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
  1942
           id="text303"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1943
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1944
           x="296.1933"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1945
           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
  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
         id="g4818"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1949
         inkscape:label=". :"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1950
         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
  1951
         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
  1952
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1953
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1954
           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
  1955
           id="path101"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1956
           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
  1957
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1958
           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
  1959
           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
  1960
           id="text719"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1961
           y="189.66107"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1962
           x="359.58276">.</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1963
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1964
           x="359.58276"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1965
           y="181.64532"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1966
           id="text4834"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1967
           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
  1968
           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
  1969
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1970
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1971
         id="g4813"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1972
         inkscape:label=", ;"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1973
         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
  1974
         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
  1975
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1976
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1977
           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
  1978
           id="path99"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1979
           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
  1980
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1981
           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
  1982
           id="text727"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1983
           y="181.64532"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1984
           x="330.00806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1985
           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
  1986
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1987
           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
  1988
           y="189.66107"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1989
           x="330.00806"
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.99928512)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1991
           id="text4826">,</text>
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
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1994
         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
  1995
         inkscape:label="1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1996
         id="g2845"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1997
         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
  1998
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1999
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2000
           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
  2001
           id="path2839"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2002
           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
  2003
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2004
           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
  2005
           id="text2841"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2006
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2007
           x="101.07153"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2008
           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
  2009
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2010
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2011
         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
  2012
         inkscape:label="2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2013
         id="g2853"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2014
         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
  2015
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2016
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2017
           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
  2018
           id="path2847"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2019
           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
  2020
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2021
           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
  2022
           id="text2849"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2023
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2024
           x="130.18704"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2025
           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
  2026
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2027
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2028
         inkscape:label="3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2029
         id="g2861"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2030
         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
  2031
         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
  2032
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2033
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2034
           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
  2035
           id="path2855"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2036
           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
  2037
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2038
           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
  2039
           id="text2857"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2040
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2041
           x="159.70854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2042
           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
  2043
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2044
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2045
         id="g2957"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2046
         inkscape:label="4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2047
         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
  2048
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2049
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2050
           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
  2051
           id="path2865"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2052
           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
  2053
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2054
           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
  2055
           id="text2867"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2056
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2057
           x="176.39188"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2058
           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
  2059
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2060
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2061
         id="g2962"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2062
         inkscape:label="5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2063
         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
  2064
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2065
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2066
           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
  2067
           id="path2873"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2068
           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
  2069
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2070
           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
  2071
           id="text2875"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2072
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2073
           x="205.70567"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2074
           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
  2075
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2076
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2077
         id="g2967"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2078
         inkscape:label="6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2079
         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
  2080
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2081
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2082
           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
  2083
           id="path2881"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2084
           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
  2085
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2086
           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
  2087
           id="text2883"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2088
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2089
           x="236.15851"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2090
           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
  2091
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2092
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2093
         id="g2972"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2094
         inkscape:label="7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2095
         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
  2096
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2097
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2098
           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
  2099
           id="path2889"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2100
           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
  2101
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2102
           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
  2103
           id="text2891"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2104
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2105
           x="266.06564"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2106
           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
  2107
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2108
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2109
         id="g2977"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2110
         inkscape:label="8"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2111
         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
  2112
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2113
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2114
           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
  2115
           id="path2897"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2116
           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
  2117
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2118
           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
  2119
           id="text2899"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2120
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2121
           x="295.08231"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2122
           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
  2123
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2124
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2125
         id="g2982"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2126
         inkscape:label="9 -"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2127
         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
  2128
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2129
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2130
           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
  2131
           id="path2905"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2132
           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
  2133
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2134
           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
  2135
           id="text2907"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2136
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2137
           x="325.05408"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2138
           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
  2139
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2140
           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
  2141
           x="335.72681"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2142
           y="102.42173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2143
           id="text806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2144
           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
  2145
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2146
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2147
         id="g2987"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2148
         inkscape:label="0 +"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2149
         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
  2150
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2151
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2152
           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
  2153
           id="path2913"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2154
           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
  2155
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2156
           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
  2157
           id="text2915"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2158
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2159
           x="355.05984"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2160
           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
  2161
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2162
           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
  2163
           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
  2164
           id="text804"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2165
           y="102.42173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2166
           x="365.30151">+</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2167
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2168
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2169
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2170
       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
  2171
       id="g3544"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2172
       inkscape:label="Esc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2173
       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
  2174
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2175
         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
  2176
         id="path105"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2177
         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
  2178
         inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2179
         sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2180
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2181
         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
  2182
         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
  2183
         id="text469"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2184
         y="130.02028"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2185
         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
  2186
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2187
    <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2188
       inkscape:label="Enter"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2189
       id="g4291"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2190
       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
  2191
       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
  2192
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2193
         sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2194
         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
  2195
         id="path3616"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2196
         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
  2197
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2198
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2199
         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
  2200
         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
  2201
         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
  2202
         id="path6545"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2203
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2204
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2205
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2206
       inkscape:label="BackSpace"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2207
       id="g4287"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2208
       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
  2209
       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
  2210
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2211
         sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2212
         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
  2213
         id="path3624"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2214
         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
  2215
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2216
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2217
         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
  2218
         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
  2219
         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
  2220
         id="path11623-1-0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2221
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2222
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2223
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2224
       id="g934"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2225
       inkscape:label="CapsLock">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2226
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2227
         inkscape:label="inactive"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2228
         id="g942"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2229
         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
  2230
         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
  2231
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2232
           sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2233
           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
  2234
           id="path936"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2235
           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
  2236
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2237
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2238
           x="69.789322"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2239
           y="156.71973"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2240
           id="text938-5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2241
           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
  2242
           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
  2243
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2244
           x="69.789322"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2245
           y="166.5585"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2246
           id="text940"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2247
           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
  2248
           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
  2249
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2250
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2251
         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
  2252
         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
  2253
         id="g4429"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2254
         inkscape:label="active">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2255
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2256
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2257
           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
  2258
           id="path199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2259
           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
  2260
           sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2261
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2262
           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
  2263
           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
  2264
           id="text647"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2265
           y="156.71973"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2266
           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
  2267
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2268
           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
  2269
           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
  2270
           id="text651"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2271
           y="166.5585"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2272
           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
  2273
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2274
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2275
    <rect
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2276
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  2277
       id="rect2130"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2278
       width="361.89996"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2279
       height="30.150299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2280
       x="64.024956"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2281
       y="15.771065"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2282
       rx="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2283
       ry="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2284
       inkscape:label="Field" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2285
    <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2286
       xml:space="preserve"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2287
       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
  2288
       x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2289
       y="38.296417"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2290
       id="text1309"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2291
       inkscape:label="Value"><tspan
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2292
         sodipodi:role="line"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2293
         id="tspan1307"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2294
         x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2295
         y="38.296417"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2296
         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
  2297
    <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2298
       id="g437"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2299
       inkscape:label="Shift">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2300
      <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2301
         id="g421"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2302
         inkscape:label="inactive">
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2303
        <path
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2304
           inkscape:connector-curvature="0"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2305
           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
  2306
           id="path910"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2307
           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
  2308
           sodipodi:nodetypes="sssssssss" />
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2309
        <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2310
           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
  2311
           id="text912"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2312
           y="177.90059"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2313
           x="392.55679"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2314
           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
  2315
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2316
           sodipodi:nodetypes="sssssssss"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2317
           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
  2318
           id="path856"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2319
           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
  2320
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2321
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2322
           x="75.85218"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2323
           y="177.90059"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2324
           id="text858"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2325
           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
  2326
           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
  2327
      </g>
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2328
      <g
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2329
         id="g413"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2330
         inkscape:label="active">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2331
        <path
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2332
           sodipodi:nodetypes="sssssssss"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2333
           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
  2334
           id="path551"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2335
           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
  2336
           inkscape:connector-curvature="0" />
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2337
        <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2338
           transform="scale(1.0007154,0.99928513)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2339
           x="392.55679"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2340
           y="177.90059"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2341
           id="text629"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2342
           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
  2343
        <path
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2344
           inkscape:connector-curvature="0"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2345
           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
  2346
           id="path879"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2347
           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
  2348
           sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2349
        <text
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2350
           transform="scale(1.0007154,0.99928513)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2351
           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
  2352
           id="text881"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2353
           y="177.90059"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2354
           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
  2355
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2356
    </g>
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2357
    <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2358
       transform="scale(0.96824588,1.0327955)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2359
       id="text471"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2360
       y="12.333657"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2361
       x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2362
       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
  2363
       xml:space="preserve"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2364
       inkscape:label="Info"><tspan
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2365
         style="stroke-width:0.30784383px"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2366
         y="12.333657"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2367
         x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2368
         id="tspan469"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2369
         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
  2370
  </g>
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2371
  <g
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2372
     id="g14237"
2936
53fb11263ff1 SVGHMI: HMI:DropDown: more documentation.
Edouard Tisserant
parents: 2931
diff changeset
  2373
     inkscape:label="HMI:DropDown:1:2:3:4:5:6:7:8:9:10@/SELECTION"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2374
     transform="matrix(0.28590269,0,0,0.28590269,248.76957,33.129558)">
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2375
    <rect
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2376
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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: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"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2377
       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
  2378
       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
  2379
       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
  2380
       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
  2381
       y="923.98993"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2382
       rx="7"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2383
       ry="7"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2384
       inkscape:label="box" />
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2385
    <text
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2386
       id="text14183"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2387
       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
  2388
       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
  2389
       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:1px;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
  2390
       xml:space="preserve"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2391
       inkscape:label="text"><tspan
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
  2392
         style="text-align:start;text-anchor:start;fill:#d42aff;stroke-width:1px"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2393
         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
  2394
         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
  2395
         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
  2396
         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
  2397
    <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
  2398
       sodipodi:type="star"
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
  2399
       style="opacity:1;vector-effect:none;fill:#a7a5a6;fill-opacity:1;stroke:none;stroke-width:0.35277769;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
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
  2400
       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
  2401
       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
  2402
       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
  2403
       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
  2404
       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
  2405
       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
  2406
       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
  2407
       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
  2408
       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
  2409
       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
  2410
       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
  2411
       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
  2412
       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
  2413
       inkscape:label="button" />
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2414
  </g>
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2415
  <g
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2416
     id="g14274"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2417
     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
  2418
  <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
  2419
     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
  2420
     id="g446"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2421
     transform="matrix(0.28590269,0,0,0.28590269,527.38811,348.87609)">
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
  2422
    <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
  2423
       xml:space="preserve"
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
  2424
       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"
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
  2425
       x="136.32812"
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
  2426
       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
  2427
       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
  2428
       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
  2429
         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
  2430
         id="tspan430"
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
  2431
         x="136.32812"
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
  2432
         y="218.24219"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2433
         style="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
  2434
    <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
  2435
       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
  2436
       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
  2437
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  2438
       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
  2439
       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
  2440
       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
  2441
       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
  2442
       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
  2443
       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
  2444
       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
  2445
       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
  2446
       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
  2447
       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
  2448
       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
  2449
       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
  2450
       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
  2451
       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
  2452
    <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
  2453
       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
  2454
       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
  2455
       y="95.40741"
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
  2456
       x="139.85185"
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
  2457
       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
  2458
       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
  2459
       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
  2460
       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
  2461
    <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
  2462
       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
  2463
       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
  2464
       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
  2465
       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
  2466
       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
  2467
       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
  2468
       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
  2469
       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
  2470
       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
  2471
       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
  2472
       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
  2473
       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
  2474
       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
  2475
       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
  2476
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  2477
       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
  2478
    <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
  2479
       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
  2480
       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
  2481
       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
  2482
       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
  2483
       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
  2484
       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
  2485
       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
  2486
       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
  2487
       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
  2488
       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
  2489
       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
  2490
       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
  2491
       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
  2492
       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
  2493
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  2494
       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
  2495
       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
  2496
  </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
  2497
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2498
     transform="matrix(0.28590269,0,0,0.28590269,210.16209,215.31977)"
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
  2499
     id="g443"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2500
     inkscape:label="HMI:Button@/SELECTION"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2501
     style="stroke-width:2">
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
  2502
    <g
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
  2503
       id="g435"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2504
       inkscape:label="bg"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2505
       style="stroke-width:2">
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
  2506
      <rect
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2507
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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: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"
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
  2508
         id="rect433"
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
  2509
         width="245.44583"
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
  2510
         height="95.723877"
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
  2511
         x="971.96545"
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
  2512
         y="594.82263"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2513
         ry="47.861938"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2514
         inkscape:label="button"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2515
         rx="47.861938" />
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
  2516
    </g>
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
  2517
    <g
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
  2518
       id="g441"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2519
       inkscape:label="text"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2520
       style="stroke-width:2">
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
  2521
      <text
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
  2522
         inkscape:label="setting_jmp"
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
  2523
         id="text439"
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
  2524
         y="656.98151"
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
  2525
         x="1090.7626"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2526
         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.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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
  2527
         xml:space="preserve"><tspan
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2528
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:1.99999988px"
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
  2529
           y="656.98151"
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
  2530
           x="1090.7626"
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
  2531
           id="tspan437"
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
  2532
           sodipodi:role="line">up</tspan></text>
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
  2533
    </g>
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
  2534
  </g>
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2535
  <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2536
     id="g5053"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2537
     inkscape:label="HMI:Switch@/PUMP0/BOOLOUT">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2538
    <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2539
       sodipodi:type="inkscape:box3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2540
       id="g473"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2541
       style="fill:#ff0000;stroke:#ff00ff"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2542
       inkscape:perspectiveID="#perspective445"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2543
       inkscape:corner0="-0.22508846 : -0.3474613 : 0 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2544
       inkscape:corner7="-0.30162293 : -0.45734167 : 0.25 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2545
       inkscape:label="true">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2546
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2547
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2548
         id="path461"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2549
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2550
         inkscape:box3dsidetype="6"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2551
         d="M 825.90072,963.24473 V 1105.042 L 960.08286,916.47892 V 809.26931 Z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2552
         points="825.90072,1105.042 960.08286,916.47892 960.08286,809.26931 825.90072,963.24473 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2553
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2554
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2555
         id="path463"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2556
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2557
         inkscape:box3dsidetype="13"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2558
         d="m 825.90072,1105.042 90.50967,81.6485 121.15161,-225.30347 -77.47914,-44.90811 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2559
         points="916.41039,1186.6905 1037.562,961.38703 960.08286,916.47892 825.90072,1105.042 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2560
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2561
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2562
         id="path465"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2563
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2564
         inkscape:box3dsidetype="11"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2565
         d="m 960.08286,809.26931 77.47914,36.25624 v 115.86148 l -77.47914,-44.90811 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2566
         points="1037.562,845.52555 1037.562,961.38703 960.08286,916.47892 960.08286,809.26931 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2567
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2568
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2569
         id="path467"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2570
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2571
         inkscape:box3dsidetype="5"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2572
         d="M 825.90072,963.24473 916.41039,1029.3537 1037.562,845.52555 960.08286,809.26931 Z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2573
         points="916.41039,1029.3537 1037.562,845.52555 960.08286,809.26931 825.90072,963.24473 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2574
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2575
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2576
         id="path469"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2577
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2578
         inkscape:box3dsidetype="14"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2579
         d="m 916.41039,1029.3537 v 157.3368 L 1037.562,961.38703 V 845.52555 Z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2580
         points="916.41039,1186.6905 1037.562,961.38703 1037.562,845.52555 916.41039,1029.3537 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2581
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2582
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2583
         id="path471"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2584
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2585
         inkscape:box3dsidetype="3"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2586
         d="m 825.90072,963.24473 90.50967,66.10897 v 157.3368 l -90.50967,-81.6485 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2587
         points="916.41039,1029.3537 916.41039,1186.6905 825.90072,1105.042 825.90072,963.24473 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2588
    </g>
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2589
    <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2590
       sodipodi:type="inkscape:box3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2591
       id="g501"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2592
       style="fill:#ff0000;stroke:#ff00ff"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2593
       inkscape:perspectiveID="#perspective503"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2594
       inkscape:corner0="-0.22508846 : -0.3474613 : 0 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2595
       inkscape:corner7="-0.30162293 : -0.45734167 : 0.25 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2596
       inkscape:label="false">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2597
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2598
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2599
         id="path489"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2600
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2601
         inkscape:box3dsidetype="6"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2602
         d="M 855.90072,905.24473 V 1047.042 L 978.37453,966.29311 V 859.08349 Z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2603
         points="855.90072,1047.042 978.37453,966.29311 978.37453,859.08349 855.90072,905.24473 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2604
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2605
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2606
         id="path491"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2607
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2608
         inkscape:box3dsidetype="13"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2609
         d="m 855.90072,1047.042 90.50967,81.6485 108.49841,-108.7886 -76.53427,-53.60879 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2610
         points="946.41039,1128.6905 1054.9088,1019.9019 978.37453,966.29311 855.90072,1047.042 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2611
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2612
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2613
         id="path493"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2614
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2615
         inkscape:box3dsidetype="11"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2616
         d="m 978.37453,859.08349 76.53427,44.9569 v 115.86151 l -76.53427,-53.60879 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2617
         points="1054.9088,904.04039 1054.9088,1019.9019 978.37453,966.29311 978.37453,859.08349 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2618
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2619
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2620
         id="path495"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2621
         style="fill:#4d389f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2622
         inkscape:box3dsidetype="5"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2623
         d="m 855.90072,905.24473 90.50967,66.109 108.49841,-67.31334 -76.53427,-44.9569 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2624
         points="946.41039,971.35373 1054.9088,904.04039 978.37453,859.08349 855.90072,905.24473 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2625
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2626
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2627
         id="path497"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2628
         style="fill:#d78bff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2629
         inkscape:box3dsidetype="14"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2630
         d="M 946.41039,971.35373 V 1128.6905 L 1054.9088,1019.9019 V 904.04039 Z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2631
         points="946.41039,1128.6905 1054.9088,1019.9019 1054.9088,904.04039 946.41039,971.35373 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2632
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2633
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2634
         id="path499"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2635
         style="fill:#8667bf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2636
         inkscape:box3dsidetype="3"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2637
         d="m 855.90072,905.24473 90.50967,66.109 v 157.33677 l -90.50967,-81.6485 z"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2638
         points="946.41039,971.35373 946.41039,1128.6905 855.90072,1047.042 855.90072,905.24473 " />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2639
    </g>
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2640
  </g>
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2641
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2642
     transform="matrix(0.28590269,0,0,0.28590269,-13.279646,425.80032)"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2643
     id="g208-1-3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2644
     inkscape:label="HMI:Input@/SOMEPLCGLOBAL"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2645
     style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2646
    <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2647
       inkscape:label="value"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2648
       id="text164-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2649
       y="218.24219"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2650
       x="136.32812"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2651
       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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2652
       xml:space="preserve"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2653
         style="stroke-width:2px"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2654
         y="218.24219"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2655
         x="136.32812"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2656
         id="tspan162-7"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2657
         sodipodi:role="line">8888</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2658
    <rect
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2659
       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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2660
       id="rect166-5"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2661
       width="407.7037"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2662
       height="128"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2663
       x="139.85185"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2664
       y="95.40741"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2665
       onclick=""
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2666
       inkscape:label="edit" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2667
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2668
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2669
       inkscape:label="+&quot;dhu&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2670
       id="g174-3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2671
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2672
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2673
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2674
         inkscape:transform-center-y="-14.956361"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2675
         d="m 797.19546,145.18619 -80.62929,0.60214 -0.60215,-80.629288 80.6293,-0.60214 z"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2676
         id="path168-5"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2677
         inkscape:connector-curvature="0" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2678
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2679
         xml:space="preserve"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2680
         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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2681
         x="733.58197"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2682
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2683
         id="text172-6"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2684
           sodipodi:role="line"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2685
           id="tspan170-2"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2686
           x="733.58197"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2687
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2688
           style="stroke-width:1px">dhu</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2689
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2690
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2691
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2692
       inkscape:label="=&quot;plop&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2693
       id="g182-9"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2694
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2695
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2696
         transform="matrix(0,-2.0000001,1.9999999,0,1034.195,1298.6541)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2697
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2698
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2699
         id="path176-1"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2700
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2701
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2702
         sodipodi:cy="-184.98808"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2703
         sodipodi:r1="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2704
         sodipodi:r2="14.956361"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2705
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2706
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2707
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2708
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2709
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2710
         d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2711
         inkscape:transform-center-y="-3.6154501e-05"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2712
         inkscape:transform-center-x="14.956371" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2713
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2714
         id="text180-2"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2715
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2716
         x="633.09552"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2717
         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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2718
         xml:space="preserve"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2719
           style="stroke-width:1px"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2720
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2721
           x="633.09552"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2722
           id="tspan178-7"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2723
           sodipodi:role="line">plop</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2724
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2725
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2726
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2727
       inkscape:label="=&quot;mhoo&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2728
       id="g190-0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2729
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2730
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2731
         inkscape:transform-center-y="-5.9989963e-06"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2732
         d="m 648.55108,-186.34718 -103.62071,0 51.81035,-89.73817 z"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2733
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2734
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2735
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2736
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2737
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2738
         sodipodi:r2="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2739
         sodipodi:r1="59.825443"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2740
         sodipodi:cy="-216.2599"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2741
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2742
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2743
         id="path184-9"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2744
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2745
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2746
         transform="rotate(-90,746.45698,-44.543641)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2747
         inkscape:transform-center-x="14.956364" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2748
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2749
         xml:space="preserve"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2750
         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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2751
         x="537.25018"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2752
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2753
         id="text188-3"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2754
           sodipodi:role="line"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2755
           id="tspan186-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2756
           x="537.25018"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2757
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2758
           style="stroke-width:1px">mhoo</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2759
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2760
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2761
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2762
       inkscape:label="=&quot;yodl&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2763
       id="g198-0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2764
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2765
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2766
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2767
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2768
         id="path192-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2769
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2770
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2771
         sodipodi:cy="105.17262"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2772
         sodipodi:r1="59.825443"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2773
         sodipodi:r2="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2774
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2775
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2776
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2777
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2778
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2779
         d="m 648.55108,135.08534 -103.62071,0 51.81035,-89.738161 z"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2780
         inkscape:transform-center-y="-5.5023185e-06"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2781
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2782
         inkscape:transform-center-x="-14.956365" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2783
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2784
         xml:space="preserve"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2785
         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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2786
         x="925.82605"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2787
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2788
         id="text196-2"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2789
           sodipodi:role="line"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2790
           id="tspan194-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2791
           x="925.82605"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2792
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2793
           style="stroke-width:1px">yodl</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2794
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2795
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2796
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2797
       inkscape:label="=&quot;mhe&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2798
       id="g206-1-1"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2799
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2800
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2801
         inkscape:transform-center-y="-3.3040441e-05"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2802
         d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2803
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2804
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2805
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2806
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2807
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2808
         sodipodi:r2="14.956361"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2809
         sodipodi:r1="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2810
         sodipodi:cy="136.44444"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2811
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2812
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2813
         id="path200-8"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
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: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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2815
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2816
         transform="matrix(0,-2.0000001,-1.9999999,0,1122.1514,1298.6541)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2817
         inkscape:transform-center-x="-14.956349" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2818
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2819
         id="text204-7"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2820
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2821
         x="842.71497"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2822
         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"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2823
         xml:space="preserve"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2824
           style="stroke-width:1px"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2825
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2826
           x="842.71497"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2827
           id="tspan202-9"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2828
           sodipodi:role="line">mhe</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2829
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2830
  </g>
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2831
  <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2832
     id="g1289"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  2833
     inkscape:label="HMI:JsonTable:/alarms@/ALARMNOTIFY@.position@.range"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  2834
     transform="matrix(0.5,0,0,0.5,515.30409,71.500438)">
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2835
    <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2836
       id="g5231"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2837
       inkscape:label="data">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2838
      <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2839
         id="g1384"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2840
         inkscape:label="[0]"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2841
         transform="translate(52.325902,207.55635)">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2842
        <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2843
           x="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2844
           y="0"
2997
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  2845
           xlink:href="#use1297"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  2846
           inkscape:transform-center-x="0.11123312"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  2847
           inkscape:transform-center-y="2.2824109"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2848
           id="use1378"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2849
           width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2850
           height="100%"
2997
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  2851
           transform="matrix(0.7609336,0,0,0.7609336,199.15217,164.3798)"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2852
           inkscape:label=".sides" />
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
  2853
        <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
  2854
           transform="matrix(2,0,0,2,-474.04606,349.02524)"
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
  2855
           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
  2856
           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
  2857
           xlink:href="#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
  2858
           id="use966"
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
  2859
           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
  2860
           height="100%"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  2861
           inkscape:label=".textstyle textContent=.name" />
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2862
      </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2863
      <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2864
         inkscape:label="[1]"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2865
         transform="translate(0,-64)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2866
         height="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2867
         width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2868
         id="use5200"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2869
         xlink:href="#g1384"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2870
         y="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2871
         x="0" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2872
      <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2873
         inkscape:label="[2]"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2874
         x="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2875
         y="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2876
         xlink:href="#g1384"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2877
         id="use5202"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2878
         width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2879
         height="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2880
         transform="translate(0,-128)" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2881
      <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2882
         inkscape:label="[3]"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2883
         transform="translate(0,-192)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2884
         height="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2885
         width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2886
         id="use5204"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2887
         xlink:href="#g1384"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2888
         y="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2889
         x="0" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2890
    </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2891
  </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2892
  <g
2997
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  2893
     id="g1332"
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
  2894
     inkscape:label="polygons"
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
  2895
     transform="translate(-126,32)">
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2896
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2897
       inkscape:transform-center-y="2.9995242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2898
       inkscape:transform-center-x="0.14620371"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2899
       d="m 861.96316,-226.81598 -27.92731,5.51725 -27.92732,5.51724 9.18558,-26.94439 9.18559,-26.94439 18.74173,21.42715 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2900
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2901
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2902
       inkscape:flatsided="false"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2903
       sodipodi:arg2="1.3757507"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2904
       sodipodi:arg1="0.32855317"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2905
       sodipodi:r2="16.43548"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2906
       sodipodi:r1="32.87096"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2907
       sodipodi:cy="-237.42258"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2908
       sodipodi:cx="830.85046"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2909
       sodipodi:sides="3"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2910
       id="path1298"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2911
       style="fill:#8fbc8f;fill-opacity:1;stroke:#ff0000"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2912
       sodipodi:type="star"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2913
       inkscape:label="three" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2914
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2915
       sodipodi:type="star"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2916
       style="fill:#ff8c00;fill-opacity:1;stroke:#ff0000"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2917
       id="path1308"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2918
       sodipodi:sides="4"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2919
       sodipodi:cx="890.85046"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2920
       sodipodi:cy="-237.42258"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2921
       sodipodi:r1="32.87096"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2922
       sodipodi:r2="16.43548"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2923
       sodipodi:arg1="0.32855317"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2924
       sodipodi:arg2="1.1139513"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2925
       inkscape:flatsided="false"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2926
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2927
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2928
       d="m 921.96316,-226.81598 -23.8627,4.1434 -17.8566,16.3627 -4.1434,-23.8627 -16.36269,-17.8566 23.86269,-4.1434 17.85661,-16.3627 4.14339,23.8627 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2929
       inkscape:transform-center-x="0.14620371"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2930
       inkscape:transform-center-y="2.9995242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2931
       inkscape:label="four" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2932
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2933
       inkscape:transform-center-y="2.9995242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2934
       inkscape:transform-center-x="0.14620371"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2935
       d="m 981.96316,-226.81598 -21.64455,2.82766 -9.94127,19.4333 -9.37779,-19.7114 -21.55419,-3.44949 15.84875,-15.00997 -3.37994,-21.5652 19.17286,10.43473 19.46526,-9.87854 -3.99927,21.45898 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2936
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2937
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2938
       inkscape:flatsided="false"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2939
       sodipodi:arg2="0.9568717"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2940
       sodipodi:arg1="0.32855317"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2941
       sodipodi:r2="16.43548"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2942
       sodipodi:r1="32.87096"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2943
       sodipodi:cy="-237.42258"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2944
       sodipodi:cx="950.85046"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2945
       sodipodi:sides="5"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2946
       id="path1310"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2947
       style="fill:#bc8f8f;fill-opacity:1;stroke:#ff0000"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2948
       sodipodi:type="star"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2949
       inkscape:label="five" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2950
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2951
       sodipodi:type="star"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2952
       style="fill:#f0f8ff;fill-opacity:1;stroke:#ff0000"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2953
       id="path1312"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2954
       sodipodi:sides="6"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2955
       sodipodi:cx="1010.8505"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2956
       sodipodi:cy="-237.42258"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2957
       sodipodi:r1="32.87096"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2958
       sodipodi:r2="16.43548"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2959
       sodipodi:arg1="0.32855317"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2960
       sodipodi:arg2="0.85215195"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2961
       inkscape:flatsided="false"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2962
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2963
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2964
       d="m 1041.9632,-226.81598 -20.2921,1.76437 -4.4498,19.87672 -11.6741,-16.69134 -19.43861,6.08474 8.61809,-18.45571 -14.98885,-13.79198 20.29217,-1.76436 4.4498,-19.87673 11.674,16.69134 19.4387,-6.08473 -8.6181,18.4557 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2965
       inkscape:transform-center-x="0.14620371"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2966
       inkscape:transform-center-y="2.9995242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2967
       inkscape:label="six" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2968
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2969
       inkscape:transform-center-y="2.9995242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2970
       inkscape:transform-center-x="0.14620371"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2971
       d="m 1101.9632,-226.81598 -19.398,0.92116 -0.6089,19.41024 -12.8146,-14.59158 -15.5551,11.62603 3.4184,-19.11656 -18.7881,-4.91281 17.0772,-9.24638 -7.8732,-17.75221 17.8766,7.58652 8.9704,-17.22384 5.2145,18.70661 19.0591,-3.72556 -11.3742,15.74025 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2972
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2973
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2974
       inkscape:flatsided="false"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2975
       sodipodi:arg2="0.77735212"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2976
       sodipodi:arg1="0.32855317"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2977
       sodipodi:r2="16.43548"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2978
       sodipodi:r1="32.87096"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2979
       sodipodi:cy="-237.42258"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2980
       sodipodi:cx="1070.8505"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2981
       sodipodi:sides="7"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2982
       id="path1314"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2983
       style="fill:#ba55d3;fill-opacity:1;stroke:#ff0000"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2984
       sodipodi:type="star"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2985
       inkscape:label="seven" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2986
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2987
       sodipodi:type="star"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2988
       style="fill:#ffff00;fill-opacity:1;stroke:#ff0000"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2989
       id="path1316"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2990
       sodipodi:sides="8"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2991
       sodipodi:cx="1130.8505"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2992
       sodipodi:cy="-237.42258"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2993
       sodipodi:r1="32.87096"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2994
       sodipodi:r2="16.43548"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2995
       sodipodi:arg1="0.32855317"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2996
       sodipodi:arg2="0.72125225"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2997
       inkscape:flatsided="false"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2998
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2999
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3000
       d="m 1161.9632,-226.81598 -18.77,0.24617 2.1573,18.64723 -13.4465,-13.09832 -11.6601,14.71102 -0.2462,-18.76999 -18.6472,2.15729 13.0983,-13.44645 -14.711,-11.66015 18.77,-0.24617 -2.1573,-18.64723 13.4464,13.09832 11.6602,-14.71102 0.2461,18.77 18.6473,-2.1573 -13.0984,13.44646 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3001
       inkscape:transform-center-x="0.14620371"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3002
       inkscape:transform-center-y="2.9995242"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3003
       inkscape:label="eight" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3004
  </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3005
  <g
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  3006
     inkscape:label="HMI:List"
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
  3007
     id="g1311"
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
  3008
     transform="translate(-126,32)">
2997
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3009
    <use
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3010
       x="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3011
       y="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3012
       xlink:href="#path1298"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3013
       inkscape:transform-center-x="0.14620371"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3014
       inkscape:transform-center-y="2.9995242"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3015
       id="use1293"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3016
       width="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3017
       height="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3018
       transform="translate(150.23297,80)"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3019
       style="display:inline"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3020
       inkscape:label="3" />
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3021
    <use
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3022
       x="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3023
       y="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3024
       xlink:href="#path1308"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3025
       inkscape:transform-center-x="0.14620371"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3026
       inkscape:transform-center-y="2.9995242"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3027
       id="use1295"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3028
       width="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3029
       height="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3030
       transform="translate(93.515259,80)"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3031
       inkscape:label="4" />
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3032
    <use
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3033
       x="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3034
       y="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3035
       xlink:href="#path1310"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3036
       inkscape:transform-center-x="0.14620371"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3037
       inkscape:transform-center-y="2.9995242"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3038
       id="use1297"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3039
       width="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3040
       height="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3041
       transform="translate(33.666488,80)"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3042
       inkscape:label="5" />
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3043
    <use
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3044
       x="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3045
       y="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3046
       xlink:href="#path1312"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3047
       inkscape:transform-center-x="0.14620371"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3048
       inkscape:transform-center-y="2.9995242"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3049
       id="use1299"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3050
       width="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3051
       height="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3052
       transform="translate(-26.484802,80)"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3053
       inkscape:label="6" />
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3054
    <use
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3055
       x="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3056
       y="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3057
       xlink:href="#path1314"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3058
       inkscape:transform-center-x="0.14620371"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3059
       inkscape:transform-center-y="2.9995242"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3060
       id="use1301"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3061
       width="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3062
       height="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3063
       transform="translate(-85.692787,80)"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3064
       inkscape:label="7" />
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3065
    <use
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3066
       x="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3067
       y="0"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3068
       xlink:href="#path1316"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3069
       inkscape:transform-center-x="0.14620371"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3070
       inkscape:transform-center-y="2.9995242"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3071
       id="use1303"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3072
       width="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3073
       height="100%"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3074
       transform="translate(-146.48474,80)"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3075
       style="display:inline"
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3076
       inkscape:label="8" />
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3077
  </g>
2f298089e32e SVGHMI: JsonTable now picks items from HMI:List, and update texts, all according to Json data. Still miss scrolling.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2996
diff changeset
  3078
  <g
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3079
     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
  3080
     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
  3081
     id="g1490"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3082
     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
  3083
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3084
       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
  3085
       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
  3086
       id="path1386"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3087
       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
  3088
       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
  3089
       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
  3090
    <rect
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3091
       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
  3092
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3093
       id="rect1388"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3094
       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
  3095
       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
  3096
       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
  3097
       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
  3098
       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
  3099
       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
  3100
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3101
       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
  3102
       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
  3103
       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
  3104
       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
  3105
       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
  3106
       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
  3107
         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
  3108
         id="tspan1390"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3109
         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
  3110
         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
  3111
         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
  3112
    <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3113
       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
  3114
       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
  3115
       id="g1466">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3116
      <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3117
         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
  3118
         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
  3119
         id="path1462"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3120
         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
  3121
         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
  3122
      <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3123
         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
  3124
         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
  3125
         id="text1464"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3126
         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
  3127
         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
  3128
        <tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3129
           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
  3130
           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
  3131
      </text>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3132
    </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3133
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3134
       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
  3135
       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
  3136
       id="text1482"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3137
       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
  3138
       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
  3139
       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
  3140
       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
  3141
         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
  3142
         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
  3143
         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
  3144
         id="tspan1480"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3145
         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
  3146
  </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3147
  <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3148
     transform="matrix(0.16718216,0,0,0.16718216,1142.9386,20.988849)"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3149
     inkscape:label="HMI:Input@/ALARMNOTIFY"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3150
     id="g5222"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3151
     style="stroke-width:1.51188684">
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3152
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3153
       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
  3154
       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:1.51188684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3155
       x="136.32812"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3156
       y="218.24219"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3157
       id="text5208"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3158
       inkscape:label="value"><tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3159
         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
  3160
         id="tspan5206"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3161
         x="136.32812"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3162
         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
  3163
         style="stroke-width:1.51188684px">8888</tspan></text>
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3164
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3165
       transform="scale(1,-1)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3166
       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
  3167
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:7.55943441;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"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3168
       id="path5212"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3169
       sodipodi:sides="3"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3170
       sodipodi:cx="596.74072"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3171
       sodipodi:cy="-184.98808"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3172
       sodipodi:r1="29.912722"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3173
       sodipodi:r2="14.956361"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3174
       sodipodi:arg1="0.52359878"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3175
       sodipodi:arg2="1.5707963"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3176
       inkscape:flatsided="true"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3177
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3178
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3179
       d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3180
       inkscape:transform-center-y="7.4781812"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3181
       inkscape:label="-1" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3182
    <rect
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3183
       inkscape:label="edit"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3184
       onclick=""
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3185
       y="95.40741"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3186
       x="139.85185"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3187
       height="128"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3188
       width="407.7037"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3189
       id="rect5214"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3190
       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:7.55943441;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" />
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3191
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3192
       inkscape:label="+1"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3193
       inkscape:transform-center-y="-7.4781804"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3194
       d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3195
       inkscape:randomized="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3196
       inkscape:rounded="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3197
       inkscape:flatsided="true"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3198
       sodipodi:arg2="1.5707963"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3199
       sodipodi:arg1="0.52359878"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3200
       sodipodi:r2="14.956361"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3201
       sodipodi:r1="29.912722"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3202
       sodipodi:cy="136.44444"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3203
       sodipodi:cx="596.74072"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3204
       sodipodi:sides="3"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3205
       id="path5218"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  3206
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:7.55943441;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"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3207
       sodipodi:type="star" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3208
  </g>
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3209
  <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3210
     inkscape:label="HMI:Page:RelativePageTest@/PUMP0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3211
     y="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3212
     x="1480"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3213
     height="720"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3214
     width="1280"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3215
     id="rect1316"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3216
     style="color:#000000;fill:#4d4d4d" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3217
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3218
     inkscape:label="HMI:Meter@/PUMP0/SLOTH"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3219
     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
  3220
     id="g1338">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3221
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3222
       inkscape:label="range"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3223
       sodipodi:open="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3224
       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
  3225
       sodipodi:end="4.712389"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3226
       sodipodi:start="3.1415927"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3227
       sodipodi:ry="64.411957"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3228
       sodipodi:rx="64.411957"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3229
       sodipodi:cy="2.2017097"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3230
       sodipodi:cx="128.02208"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3231
       sodipodi:type="arc"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3232
       id="path1318"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3233
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3234
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3235
       inkscape:label="needle"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3236
       sodipodi:nodetypes="cc"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3237
       inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3238
       id="path1320"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3239
       d="M 130.96206,4.0725977 79.111776,-41.363223"
3031
440d74319a74 SVGHMI: Refactor the way JsonTable generate javascript code to access json data. Now support multiple assignments, used in the case of text to change both content and style on the same element.
Edouard Tisserant
parents: 3029
diff changeset
  3240
       style="fill:none;fill-rule:evenodd;stroke:#ff3000;stroke-width:2.9633333;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:29.63333301;stroke-opacity:1;marker-end:url(#marker1656)" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3241
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3242
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3243
       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
  3244
       x="49.132977"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3245
       y="4.9187088"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3246
       id="text1324"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3247
       inkscape:label="min"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3248
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3249
         id="tspan1322"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3250
         x="49.132977"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3251
         y="4.9187088"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3252
         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
  3253
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3254
       id="text1328"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3255
       y="-78.144218"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3256
       x="127.48073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3257
       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
  3258
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3259
       inkscape:label="max"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3260
         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
  3261
         y="-78.144218"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3262
         x="127.48073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3263
         id="tspan1326"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3264
         sodipodi:role="line">10000</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3265
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3266
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3267
       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
  3268
       x="113.53007"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3269
       y="-6.1937833"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3270
       id="text1332"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3271
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3272
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3273
         x="113.53007"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3274
         y="-6.1937833"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3275
         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
  3276
         id="tspan1330">000</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3277
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3278
       inkscape:label="unit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3279
       id="text1336"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3280
       y="1.1408259"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3281
       x="124.77896"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3282
       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
  3283
       xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3284
         id="tspan1334"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3285
         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
  3286
         y="1.1408259"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3287
         x="124.77896"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3288
         sodipodi:role="line">bar</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3289
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3290
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3291
     inkscape:label="HMI:Switch@/PUMP0/BOOLOUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3292
     id="g1368"
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  3293
     transform="translate(1340,-520)">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3294
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3295
       inkscape:label="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3296
       inkscape:corner7="-0.30162293 : -0.45734167 : 0.25 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3297
       inkscape:corner0="-0.22508846 : -0.3474613 : 0 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3298
       inkscape:perspectiveID="#perspective1370"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3299
       style="fill:#ff0000;stroke:#ff00ff"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3300
       id="g1352"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3301
       sodipodi:type="inkscape:box3d">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3302
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3303
         points="825.90072,1105.042 960.08286,916.47892 960.08286,809.26931 825.90072,963.24473 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3304
         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
  3305
         inkscape:box3dsidetype="6"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3306
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3307
         id="path1340"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3308
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3309
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3310
         points="916.41039,1186.6905 1037.562,961.38703 960.08286,916.47892 825.90072,1105.042 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3311
         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
  3312
         inkscape:box3dsidetype="13"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3313
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3314
         id="path1342"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3315
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3316
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3317
         points="1037.562,845.52555 1037.562,961.38703 960.08286,916.47892 960.08286,809.26931 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3318
         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
  3319
         inkscape:box3dsidetype="11"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3320
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3321
         id="path1344"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3322
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3323
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3324
         points="916.41039,1029.3537 1037.562,845.52555 960.08286,809.26931 825.90072,963.24473 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3325
         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
  3326
         inkscape:box3dsidetype="5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3327
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3328
         id="path1346"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3329
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3330
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3331
         points="916.41039,1186.6905 1037.562,961.38703 1037.562,845.52555 916.41039,1029.3537 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3332
         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
  3333
         inkscape:box3dsidetype="14"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3334
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3335
         id="path1348"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3336
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3337
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3338
         points="916.41039,1029.3537 916.41039,1186.6905 825.90072,1105.042 825.90072,963.24473 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3339
         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
  3340
         inkscape:box3dsidetype="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3341
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3342
         id="path1350"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3343
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3344
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3345
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3346
       inkscape:label="false"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3347
       inkscape:corner7="-0.30162293 : -0.45734167 : 0.25 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3348
       inkscape:corner0="-0.22508846 : -0.3474613 : 0 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3349
       inkscape:perspectiveID="#perspective1372"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3350
       style="fill:#ff0000;stroke:#ff00ff"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3351
       id="g1366"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3352
       sodipodi:type="inkscape:box3d">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3353
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3354
         points="855.90072,1047.042 978.37453,966.29311 978.37453,859.08349 855.90072,905.24473 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3355
         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
  3356
         inkscape:box3dsidetype="6"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3357
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3358
         id="path1354"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3359
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3360
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3361
         points="946.41039,1128.6905 1054.9088,1019.9019 978.37453,966.29311 855.90072,1047.042 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3362
         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
  3363
         inkscape:box3dsidetype="13"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3364
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3365
         id="path1356"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3366
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3367
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3368
         points="1054.9088,904.04039 1054.9088,1019.9019 978.37453,966.29311 978.37453,859.08349 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3369
         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
  3370
         inkscape:box3dsidetype="11"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3371
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3372
         id="path1358"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3373
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3374
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3375
         points="946.41039,971.35373 1054.9088,904.04039 978.37453,859.08349 855.90072,905.24473 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3376
         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
  3377
         inkscape:box3dsidetype="5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3378
         style="fill:#4d389f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3379
         id="path1360"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3380
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3381
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3382
         points="946.41039,1128.6905 1054.9088,1019.9019 1054.9088,904.04039 946.41039,971.35373 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3383
         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
  3384
         inkscape:box3dsidetype="14"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3385
         style="fill:#d78bff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3386
         id="path1362"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3387
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3388
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3389
         points="946.41039,971.35373 946.41039,1128.6905 855.90072,1047.042 855.90072,905.24473 "
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3390
         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
  3391
         inkscape:box3dsidetype="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3392
         style="fill:#8667bf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-linejoin:round"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3393
         id="path1364"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3394
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3395
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3396
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3397
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3398
     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
  3399
     inkscape:label="HMI:Input@/PUMP0/PRESSURE"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3400
     id="g1394">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3401
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3402
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3403
       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
  3404
       x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3405
       y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3406
       id="text1380"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3407
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3408
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3409
         id="tspan1378"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3410
         x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3411
         y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3412
         style="stroke-width:1px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3413
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3414
       inkscape:label="-100"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3415
       inkscape:transform-center-y="14.956363"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3416
       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
  3417
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3418
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3419
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3420
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3421
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3422
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3423
       sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3424
       sodipodi:cy="-216.2599"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3425
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3426
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3427
       id="path1382"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3428
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3429
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3430
       transform="scale(1,-1)" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3431
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3432
       transform="scale(1,-1)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3433
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3434
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3435
       id="path1384"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3436
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3437
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3438
       sodipodi:cy="-184.98808"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3439
       sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3440
       sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3441
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3442
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3443
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3444
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3445
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3446
       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
  3447
       inkscape:transform-center-y="7.4781812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3448
       inkscape:label="-10" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3449
    <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3450
       inkscape:label="edit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3451
       onclick=""
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3452
       y="95.40741"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3453
       x="139.85185"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3454
       height="128"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3455
       width="407.7037"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3456
       id="rect1386"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3457
       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
  3458
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3459
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3460
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3461
       id="path1388"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3462
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3463
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3464
       sodipodi:cy="105.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3465
       sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3466
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3467
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3468
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3469
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3470
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3471
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3472
       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
  3473
       inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3474
       inkscape:label="+100" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3475
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3476
       inkscape:label="+10"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3477
       inkscape:transform-center-y="-7.4781804"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3478
       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
  3479
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3480
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3481
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3482
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3483
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3484
       sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3485
       sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3486
       sodipodi:cy="136.44444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3487
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3488
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3489
       id="path1390"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3490
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3491
       sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3492
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3493
       inkscape:label="=0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3494
       inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3495
       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
  3496
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3497
       inkscape:rounded="-0.65084865"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3498
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3499
       sodipodi:arg2="1.5633284"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3500
       sodipodi:arg1="0.77793027"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3501
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3502
       sodipodi:r1="57.015106"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3503
       sodipodi:cy="165.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3504
       sodipodi:cx="80.740723"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3505
       sodipodi:sides="4"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3506
       id="path1392"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3507
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3508
       sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3509
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3510
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3511
     style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3512
     inkscape:label="HMI:Input@/PUMP0/STRIN"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3513
     id="g1442"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3514
     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
  3515
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3516
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3517
       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
  3518
       x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3519
       y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3520
       id="text1398"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3521
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3522
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3523
         id="tspan1396"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3524
         x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3525
         y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3526
         style="stroke-width:2px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3527
    <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3528
       inkscape:label="edit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3529
       onclick=""
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3530
       y="95.40741"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3531
       x="139.85185"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3532
       height="128"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3533
       width="407.7037"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3534
       id="rect1400"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3535
       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
  3536
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3537
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3538
       id="g1408"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3539
       inkscape:label="+&quot;dhu&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3540
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3541
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3542
         inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3543
         id="path1402"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3544
         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
  3545
         inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3546
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3547
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3548
         id="text1406"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3549
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3550
         x="733.58197"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3551
         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
  3552
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3553
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3554
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3555
           x="733.58197"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3556
           id="tspan1404"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3557
           sodipodi:role="line">dhu</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3558
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3559
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3560
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3561
       id="g1416"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3562
       inkscape:label="=&quot;plop&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3563
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3564
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3565
         inkscape:transform-center-x="14.956371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3566
         inkscape:transform-center-y="-3.6154501e-05"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3567
         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
  3568
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3569
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3570
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3571
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3572
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3573
         sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3574
         sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3575
         sodipodi:cy="-184.98808"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3576
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3577
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3578
         id="path1410"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3579
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3580
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3581
         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
  3582
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3583
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3584
         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
  3585
         x="633.09552"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3586
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3587
         id="text1414"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3588
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3589
           id="tspan1412"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3590
           x="633.09552"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3591
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3592
           style="stroke-width:1px">plop</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3593
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3594
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3595
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3596
       id="g1424"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3597
       inkscape:label="=&quot;mhoo&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3598
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3599
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3600
         inkscape:transform-center-x="14.956364"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3601
         transform="rotate(-90,746.45698,-44.543641)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3602
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3603
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3604
         id="path1418"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3605
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3606
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3607
         sodipodi:cy="-216.2599"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3608
         sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3609
         sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3610
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3611
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3612
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3613
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3614
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3615
         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
  3616
         inkscape:transform-center-y="-5.9989963e-06" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3617
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3618
         id="text1422"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3619
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3620
         x="537.25018"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3621
         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
  3622
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3623
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3624
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3625
           x="537.25018"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3626
           id="tspan1420"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3627
           sodipodi:role="line">mhoo</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3628
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3629
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3630
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3631
       id="g1432"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3632
       inkscape:label="=&quot;yodl&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3633
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3634
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3635
         inkscape:transform-center-x="-14.956365"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3636
         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
  3637
         inkscape:transform-center-y="-5.5023185e-06"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3638
         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
  3639
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3640
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3641
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3642
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3643
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3644
         sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3645
         sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3646
         sodipodi:cy="105.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3647
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3648
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3649
         id="path1426"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3650
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3651
         sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3652
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3653
         id="text1430"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3654
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3655
         x="925.82605"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3656
         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
  3657
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3658
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3659
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3660
           x="925.82605"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3661
           id="tspan1428"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3662
           sodipodi:role="line">yodl</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3663
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3664
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3665
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3666
       id="g1440"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3667
       inkscape:label="=&quot;mhe&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3668
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3669
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3670
         inkscape:transform-center-x="-14.956349"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3671
         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
  3672
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3673
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3674
         id="path1434"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3675
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3676
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3677
         sodipodi:cy="136.44444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3678
         sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3679
         sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3680
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3681
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3682
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3683
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3684
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3685
         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
  3686
         inkscape:transform-center-y="-3.3040441e-05" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3687
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3688
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3689
         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
  3690
         x="842.71497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3691
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3692
         id="text1438"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3693
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3694
           id="tspan1436"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3695
           x="842.71497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3696
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3697
           style="stroke-width:1px">mhe</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3698
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3699
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3700
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3701
     inkscape:label="HMI:Display@/PUMP0/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3702
     id="text1446"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3703
     y="469.12109"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3704
     x="1578.1641"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3705
     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
  3706
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3707
       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
  3708
       y="469.12109"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3709
       x="1578.1641"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3710
       id="tspan1444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3711
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3712
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3713
     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
  3714
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3715
     id="g1458">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3716
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3717
       inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3718
       id="g1450">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3719
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3720
         inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3721
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3722
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3723
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3724
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3725
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3726
         id="rect1448"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3727
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3728
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3729
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3730
       inkscape:label="text"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3731
       id="g1456">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3732
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3733
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3734
         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
  3735
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3736
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3737
         id="text1454"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3738
         inkscape:label="setting_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3739
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3740
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3741
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3742
           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
  3743
           id="tspan1460">Pump 0</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3744
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3745
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3746
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3747
     id="g1475"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3748
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3749
     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
  3750
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3751
       id="g1467"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3752
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3753
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3754
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3755
         id="rect1464"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3756
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3757
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3758
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3759
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3760
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3761
         inkscape:label="button" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3762
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3763
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3764
       id="g1473"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3765
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3766
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3767
         inkscape:label="setting_jmp"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3768
         id="text1471"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3769
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3770
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3771
         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
  3772
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3773
           id="tspan1469"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3774
           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
  3775
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3776
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3777
           sodipodi:role="line">Pump 1</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3778
           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
  3779
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3780
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3781
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3782
           id="tspan1477" /></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3783
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3784
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3785
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3786
     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
  3787
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3788
     id="g1491">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3789
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3790
       inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3791
       id="g1481">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3792
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3793
         inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3794
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3795
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3796
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3797
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3798
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3799
         id="rect1479"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3800
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3801
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3802
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3803
       inkscape:label="text"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3804
       id="g1489">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3805
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3806
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3807
         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
  3808
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3809
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3810
         id="text1487"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3811
         inkscape:label="setting_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3812
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3813
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3814
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3815
           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
  3816
           id="tspan1493">Pump 2</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3817
           id="tspan1485"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3818
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3819
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3820
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3821
           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
  3822
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3823
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3824
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3825
     id="g1509"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3826
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3827
     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
  3828
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3829
       id="g1499"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3830
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3831
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3832
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3833
         id="rect1497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3834
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3835
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3836
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3837
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3838
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3839
         inkscape:label="button" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3840
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3841
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3842
       id="g1507"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3843
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3844
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3845
         inkscape:label="setting_jmp"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3846
         id="text1505"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3847
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3848
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3849
         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
  3850
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3851
           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
  3852
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3853
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3854
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3855
           id="tspan1511">Pump 3</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3856
           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
  3857
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3858
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3859
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3860
           id="tspan1503" /></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3861
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3862
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3863
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3864
     xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3865
     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
  3866
     x="403.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3867
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3868
     id="text1517"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3869
     inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3870
       sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3871
       id="tspan1515"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3872
       x="403.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3873
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3874
       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
  3875
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3876
     inkscape:label="HMI:Display@/PUMP1/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3877
     id="text1521"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3878
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3879
     x="563.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3880
     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
  3881
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3882
       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
  3883
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3884
       x="563.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3885
       id="tspan1519"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3886
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3887
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3888
     xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3889
     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
  3890
     x="723.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3891
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3892
     id="text1525"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3893
     inkscape:label="HMI:Display@/PUMP2/STROUT"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3894
       sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3895
       id="tspan1523"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3896
       x="723.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3897
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3898
       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
  3899
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3900
     inkscape:label="HMI:Display@/PUMP3/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3901
     id="text1529"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3902
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3903
     x="883.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3904
     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
  3905
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3906
       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
  3907
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3908
       x="883.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3909
       id="tspan1527"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3910
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3911
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3912
     id="g1082-5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3913
     inkscape:label="HMI:Jump:Home"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3914
     transform="translate(1469.3474,-1334.1633)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3915
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3916
       id="g1152-6"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3917
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3918
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3919
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3920
         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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3921
         id="rect1022-1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3922
         inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3923
         sodipodi:nodetypes="cssssccc" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3924
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3925
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3926
       id="g1149-1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3927
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3928
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3929
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3930
         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
  3931
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3932
         y="1436.9814"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3933
         id="home_jmp-5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3934
         inkscape:label="home_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3935
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3936
           id="tspan1028-9"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3937
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3938
           y="1436.9814"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3939
           style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.99999994px">Home</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3940
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3941
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3942
  <g
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3943
     id="g6077"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3944
     inkscape:label="HMI:ForEach:PUMP@/">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3945
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3946
       id="g6130"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3947
       inkscape:label="PUMP:1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3948
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3949
         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
  3950
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3951
         id="g1458-8">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3952
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3953
           inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3954
           id="g1450-4">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3955
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3956
             inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3957
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3958
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3959
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3960
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3961
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3962
             id="rect1448-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3963
             style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3964
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3965
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3966
           inkscape:label="text"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3967
           id="g1456-1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3968
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3969
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3970
             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
  3971
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3972
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3973
             id="text1454-0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3974
             inkscape:label="setting_jmp"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3975
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3976
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3977
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3978
               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
  3979
               id="tspan1460-3">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3980
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3981
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3982
             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
  3983
             x="992.45087"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3984
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3985
             id="text1517-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3986
             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
  3987
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3988
               id="tspan1515-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3989
               x="992.45087"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3990
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3991
               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
  3992
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3993
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3994
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3995
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3996
       id="g6122"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3997
       inkscape:label="PUMP:2">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3998
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3999
         id="g1475-0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4000
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4001
         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
  4002
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4003
           id="g1467-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4004
           inkscape:label="button">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4005
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4006
             style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4007
             id="rect1464-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4008
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4009
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4010
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4011
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4012
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4013
             inkscape:label="button" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4014
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4015
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4016
           id="g1473-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4017
           inkscape:label="text">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4018
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4019
             inkscape:label="setting_jmp"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4020
             id="text1471-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4021
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4022
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4023
             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
  4024
             xml:space="preserve"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4025
               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
  4026
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4027
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4028
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4029
               id="tspan1477-6">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4030
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4031
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4032
             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
  4033
             x="992.8111"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4034
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4035
             id="text1517-8-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4036
             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
  4037
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4038
               id="tspan1515-5-3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4039
               x="992.8111"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4040
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4041
               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
  4042
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4043
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4044
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4045
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4046
       id="g6113"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4047
       inkscape:label="PUMP:3">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4048
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4049
         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
  4050
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP2"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4051
         id="g1491-3">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4052
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4053
           inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4054
           id="g1481-1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4055
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4056
             inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4057
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4058
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4059
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4060
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4061
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4062
             id="rect1479-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4063
             style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4064
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4065
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4066
           inkscape:label="text"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4067
           id="g1489-5">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4068
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4069
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4070
             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
  4071
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4072
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4073
             id="text1487-9"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4074
             inkscape:label="setting_jmp"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4075
               id="tspan1485-2"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4076
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4077
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4078
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4079
               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
  4080
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4081
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4082
             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
  4083
             x="993.17108"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4084
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4085
             id="text1517-8-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4086
             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
  4087
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4088
               id="tspan1515-5-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4089
               x="993.17108"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4090
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4091
               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
  4092
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4093
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4094
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4095
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4096
       id="g6104"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4097
       inkscape:label="PUMP:4">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4098
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4099
         id="g1509-1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4100
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4101
         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
  4102
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4103
           id="g1499-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4104
           inkscape:label="button">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4105
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4106
             style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4107
             id="rect1497-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4108
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4109
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4110
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4111
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4112
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4113
             inkscape:label="button" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4114
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4115
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4116
           id="g1507-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4117
           inkscape:label="text">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4118
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4119
             inkscape:label="setting_jmp"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4120
             id="text1505-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4121
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4122
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4123
             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
  4124
             xml:space="preserve"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4125
               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
  4126
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4127
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4128
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4129
               id="tspan1511-4">Pump</tspan><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4130
               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
  4131
               y="685.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4132
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4133
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4134
               id="tspan1503-1" /></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4135
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4136
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4137
             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
  4138
             x="993.53101"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4139
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4140
             id="text1517-8-3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4141
             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
  4142
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4143
               id="tspan1515-5-1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4144
               x="993.53101"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4145
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4146
               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
  4147
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4148
      </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4149
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4150
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4151
       inkscape:label="PUMP:+1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4152
       id="g6241"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4153
       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
  4154
      <rect
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4155
         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
  4156
         id="rect6235"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4157
         width="89.036743"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4158
         height="79.143768"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4159
         x="1326.8333"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4160
         y="612.41589"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4161
         rx="22.385239"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4162
         ry="20.986162" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4163
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4164
         xml:space="preserve"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4165
         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
  4166
         x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4167
         y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4168
         id="text6239"><tspan
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4169
           sodipodi:role="line"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4170
           id="tspan6237"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4171
           x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4172
           y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4173
           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
  4174
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4175
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4176
       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
  4177
       id="g6209"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4178
       inkscape:label="PUMP:-1">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4179
      <rect
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4180
         ry="20.986162"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4181
         rx="22.385239"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4182
         y="612.41589"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4183
         x="1326.8333"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4184
         height="79.143768"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4185
         width="89.036743"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4186
         id="rect6200"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4187
         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
  4188
      <text
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4189
         id="text6204"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4190
         y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4191
         x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4192
         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
  4193
         xml:space="preserve"><tspan
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4194
           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
  4195
           y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4196
           x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4197
           id="tspan6202"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4198
           sodipodi:role="line">-1</tspan></text>
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4199
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4200
  </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
  4201
  <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
  4202
     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
  4203
     style="font-style:normal;font-weight:normal;font-size:59.01374435px;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"
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
  4204
     x="729.9715"
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
  4205
     y="539.24927"
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
  4206
     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
  4207
     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
  4208
       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
  4209
       id="tspan993-3"
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
  4210
       x="729.9715"
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
  4211
       y="539.24927"
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
  4212
       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
  4213
  <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
  4214
     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
  4215
     y="477.76758"
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
  4216
     x="621.62634"
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
  4217
     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
  4218
     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
  4219
     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
  4220
       y="477.76758"
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
  4221
       x="621.62634"
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
  4222
       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
  4223
       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
  4224
       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
  4225
  <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
  4226
     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
  4227
     id="text1457"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4228
     y="68.844757"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4229
     x="590.28473"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4230
     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
  4231
     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
  4232
       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
  4233
       y="68.844757"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4234
       x="590.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
  4235
       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
  4236
       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
  4237
  <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4238
     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
  4239
     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
  4240
     id="g1505"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4241
     transform="matrix(0.14295135,0,0,0.14295135,489.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
  4242
    <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
  4243
       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
  4244
       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
  4245
       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
  4246
       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
  4247
       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
  4248
       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
  4249
         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
  4250
         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
  4251
         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
  4252
         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
  4253
         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
  4254
    <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
  4255
       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
  4256
       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
  4257
       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
  4258
       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
  4259
       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
  4260
       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
  4261
       id="rect1463"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4262
       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
  4263
    <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4264
       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
  4265
       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
  4266
       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
  4267
       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
  4268
      <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
  4269
         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
  4270
         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
  4271
         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
  4272
         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
  4273
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4274
      <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
  4275
         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
  4276
         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
  4277
         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
  4278
         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
  4279
         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
  4280
           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
  4281
           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
  4282
           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
  4283
           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
  4284
           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
  4285
    </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
  4286
    <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4287
       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
  4288
       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
  4289
       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
  4290
       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
  4291
      <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
  4292
         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
  4293
         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
  4294
         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
  4295
         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
  4296
         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
  4297
         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
  4298
         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
  4299
         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
  4300
         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
  4301
         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
  4302
         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
  4303
         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
  4304
         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
  4305
         id="path1473"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4306
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4307
         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
  4308
         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
  4309
      <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
  4310
         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
  4311
         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
  4312
         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
  4313
         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
  4314
         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
  4315
           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
  4316
           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
  4317
           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
  4318
           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
  4319
           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
  4320
    </g>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4321
    <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4322
       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
  4323
       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
  4324
       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
  4325
       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
  4326
      <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
  4327
         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
  4328
         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
  4329
         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
  4330
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4331
         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
  4332
         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
  4333
         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
  4334
         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
  4335
         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
  4336
         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
  4337
         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
  4338
         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
  4339
         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
  4340
         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
  4341
         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
  4342
         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
  4343
         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
  4344
      <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
  4345
         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
  4346
         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
  4347
         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
  4348
         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
  4349
         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
  4350
           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
  4351
           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
  4352
           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
  4353
           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
  4354
           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
  4355
    </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
  4356
    <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4357
       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
  4358
       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
  4359
       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
  4360
       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
  4361
      <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
  4362
         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
  4363
         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
  4364
         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
  4365
         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
  4366
         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
  4367
         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
  4368
         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
  4369
         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
  4370
         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
  4371
         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
  4372
         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
  4373
         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
  4374
         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
  4375
         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
  4376
         id="path1489"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4377
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4378
         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
  4379
      <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
  4380
         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
  4381
         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
  4382
         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
  4383
         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
  4384
         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
  4385
           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
  4386
           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
  4387
           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
  4388
           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
  4389
           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
  4390
    </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
  4391
    <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4392
       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
  4393
       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
  4394
       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
  4395
       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
  4396
      <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
  4397
         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
  4398
         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
  4399
         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
  4400
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4401
         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
  4402
         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
  4403
         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
  4404
         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
  4405
         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
  4406
         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
  4407
         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
  4408
         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
  4409
         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
  4410
         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
  4411
         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
  4412
         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
  4413
         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
  4414
      <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
  4415
         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
  4416
         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
  4417
         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
  4418
         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
  4419
         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
  4420
           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
  4421
           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
  4422
           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
  4423
           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
  4424
           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
  4425
    </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
  4426
  </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
  4427
  <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
  4428
     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
  4429
     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
  4430
     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
  4431
     x="509.67926"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4432
     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
  4433
     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
  4434
       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
  4435
       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
  4436
       id="tspan1525"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4437
       x="509.67926"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4438
       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
  4439
  <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
  4440
     id="g1553"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4441
     transform="matrix(0.5,0,0,0.5,645.20358,-103.15494)">
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4442
    <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
  4443
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:#bc8f8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2px;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"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4444
       id="rect1264"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4445
       width="68.255615"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4446
       height="165.68298"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4447
       x="1141.0836"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4448
       y="420.78394"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4449
       rx="12.247418"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4450
       ry="14"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4451
       inkscape:label="cursor" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4452
    <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
  4453
       sodipodi:nodetypes="cccc"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4454
       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
  4455
       id="path1266"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4456
       d="m 1175.2115,371.25263 34.1278,34.74552 h -68.2556 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
  4457
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:#bc8f8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2px;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"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4458
       inkscape:label="backward" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4459
    <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
  4460
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:#bc8f8f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2px;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"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4461
       d="m 1175.2115,635.99803 34.1278,-34.7453 h -68.2556 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
  4462
       id="path1268"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4463
       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
  4464
       sodipodi:nodetypes="cccc"
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4465
       inkscape:label="forward" />
15e2df3e5610 SVGHMI: Intermediate state while implementing local HMI variables. Now write to cache only (no send), still need to implement dispatch on change.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3008
diff changeset
  4466
  </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
  4467
  <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
  4468
     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
  4469
     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"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4470
     x="590.28473"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4471
     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
  4472
     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
  4473
     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
  4474
       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
  4475
       id="tspan1555"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4476
       x="590.28473"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4477
       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
  4478
       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
  4479
  <g
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4480
     transform="matrix(0.14295135,0,0,0.14295135,489.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
  4481
     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
  4482
     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
  4483
     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
  4484
    <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
  4485
       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
  4486
       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
  4487
       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
  4488
       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
  4489
       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
  4490
       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
  4491
         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
  4492
         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
  4493
         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
  4494
         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
  4495
         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
  4496
    <rect
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4497
       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
  4498
       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
  4499
       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
  4500
       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
  4501
       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
  4502
       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
  4503
       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
  4504
       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
  4505
    <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
  4506
       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
  4507
       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
  4508
       id="g1571"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4509
       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
  4510
      <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4511
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4512
         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
  4513
         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
  4514
         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
  4515
         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
  4516
      <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
  4517
         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
  4518
         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
  4519
         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
  4520
         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
  4521
         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
  4522
           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
  4523
           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
  4524
           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
  4525
           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
  4526
           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
  4527
    </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
  4528
    <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
  4529
       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
  4530
       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
  4531
       id="g1579"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4532
       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
  4533
      <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
  4534
         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
  4535
         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
  4536
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4537
         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
  4538
         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
  4539
         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
  4540
         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
  4541
         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
  4542
         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
  4543
         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
  4544
         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
  4545
         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
  4546
         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
  4547
         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
  4548
         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
  4549
         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
  4550
         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
  4551
      <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
  4552
         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
  4553
         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
  4554
         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
  4555
         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
  4556
         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
  4557
           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
  4558
           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
  4559
           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
  4560
           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
  4561
           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
  4562
    </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
  4563
    <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
  4564
       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
  4565
       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
  4566
       id="g1587"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4567
       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
  4568
      <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
  4569
         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
  4570
         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
  4571
         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
  4572
         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
  4573
         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
  4574
         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
  4575
         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
  4576
         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
  4577
         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
  4578
         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
  4579
         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
  4580
         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
  4581
         id="path1581"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4582
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4583
         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
  4584
         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
  4585
         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
  4586
      <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
  4587
         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
  4588
         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
  4589
         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
  4590
         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
  4591
         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
  4592
           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
  4593
           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
  4594
           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
  4595
           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
  4596
           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
  4597
    </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
  4598
    <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
  4599
       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
  4600
       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
  4601
       id="g1595"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4602
       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
  4603
      <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
  4604
         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
  4605
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4606
         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
  4607
         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
  4608
         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
  4609
         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
  4610
         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
  4611
         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
  4612
         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
  4613
         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
  4614
         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
  4615
         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
  4616
         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
  4617
         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
  4618
         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
  4619
         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
  4620
         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
  4621
      <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
  4622
         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
  4623
         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
  4624
         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
  4625
         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
  4626
         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
  4627
           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
  4628
           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
  4629
           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
  4630
           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
  4631
           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
  4632
    </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
  4633
    <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
  4634
       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
  4635
       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
  4636
       id="g1603"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4637
       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
  4638
      <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
  4639
         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
  4640
         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
  4641
         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
  4642
         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
  4643
         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
  4644
         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
  4645
         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
  4646
         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
  4647
         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
  4648
         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
  4649
         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
  4650
         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
  4651
         id="path1597"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4652
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4653
         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
  4654
         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
  4655
         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
  4656
      <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
  4657
         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
  4658
         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
  4659
         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
  4660
         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
  4661
         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
  4662
           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
  4663
           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
  4664
           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
  4665
           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
  4666
           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
  4667
    </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
  4668
  </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
  4669
  <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
  4670
     id="text1609"
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4671
     y="103.42763"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4672
     x="509.67926"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4673
     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
  4674
     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
  4675
     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
  4676
       y="103.42763"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  4677
       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
  4678
       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
  4679
       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
  4680
       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
  4681
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4682
     inkscape:label="HMI:Meter@level"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4683
     transform="matrix(2.1611542,0,0,2.1611542,902.76714,468.92423)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4684
     id="g709">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4685
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4686
       inkscape:label="range"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4687
       sodipodi:open="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4688
       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
  4689
       sodipodi:end="4.712389"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4690
       sodipodi:start="3.1415927"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4691
       sodipodi:ry="64.411957"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4692
       sodipodi:rx="64.411957"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4693
       sodipodi:cy="2.2017097"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4694
       sodipodi:cx="128.02208"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4695
       sodipodi:type="arc"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4696
       id="path689"
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: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
  4698
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4699
       inkscape:label="needle"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4700
       sodipodi:nodetypes="cc"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4701
       inkscape:connector-curvature="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4702
       id="path691"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4703
       d="M 130.96206,4.0725977 79.111776,-41.363223"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4704
       style="fill:none;fill-rule:evenodd;stroke:#c130f7;stroke-width:2.96323133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0, 32.59554547;stroke-dashoffset:29.63231468;stroke-opacity:1;marker-end:url(#marker1536)" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4705
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4706
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4707
       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
  4708
       x="49.132977"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4709
       y="4.9187088"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4710
       id="text695"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4711
       inkscape:label="min"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4712
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4713
         id="tspan693"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4714
         x="49.132977"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4715
         y="4.9187088"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4716
         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
  4717
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4718
       id="text699"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4719
       y="-78.144218"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4720
       x="127.48073"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4721
       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
  4722
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4723
       inkscape:label="max"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4724
         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
  4725
         y="-78.144218"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4726
         x="127.48073"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4727
         id="tspan697"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4728
         sodipodi:role="line">10000</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4729
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4730
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4731
       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
  4732
       x="113.53007"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4733
       y="-6.1937833"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4734
       id="text703"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4735
       inkscape:label="value"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4736
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4737
         x="113.53007"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4738
         y="-6.1937833"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4739
         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
  4740
         id="tspan701">000</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4741
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4742
       inkscape:label="unit"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4743
       id="text707"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4744
       y="1.1408259"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4745
       x="124.77896"
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: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
  4747
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4748
         id="tspan705"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4749
         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
  4750
         y="1.1408259"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4751
         x="124.77896"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4752
         sodipodi:role="line">bar</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4753
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4754
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4755
     id="g84-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4756
     inkscape:label="HMI:Input@level"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4757
     transform="matrix(0.35865594,0,0,0.35865594,758.57767,293.49106)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4758
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4759
       inkscape:label="value"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4760
       id="text5151-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4761
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4762
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4763
       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
  4764
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4765
         style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4766
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4767
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4768
         id="tspan5149-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4769
         sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4770
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4771
       transform="scale(1,-1)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4772
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4773
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4774
       id="path89-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4775
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4776
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4777
       sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4778
       sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4779
       sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4780
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4781
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4782
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4783
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4784
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4785
       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
  4786
       inkscape:transform-center-y="14.956363"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4787
       inkscape:label="-100" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4788
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4789
       inkscape:label="-10"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4790
       inkscape:transform-center-y="7.4781812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4791
       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
  4792
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4793
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4794
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4795
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4796
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4797
       sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4798
       sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4799
       sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4800
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4801
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4802
       id="path88-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4803
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4804
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4805
       transform="scale(1,-1)" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4806
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4807
       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
  4808
       id="rect85-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4809
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4810
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4811
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4812
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4813
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4814
       inkscape:label="edit" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4815
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4816
       inkscape:label="+100"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4817
       inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4818
       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
  4819
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4820
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4821
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4822
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4823
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4824
       sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4825
       sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4826
       sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4827
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4828
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4829
       id="path87-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4830
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4831
       sodipodi:type="star" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4832
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4833
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4834
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4835
       id="path86-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4836
       sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4837
       sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4838
       sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4839
       sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4840
       sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4841
       sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4842
       sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4843
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4844
       inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4845
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4846
       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
  4847
       inkscape:transform-center-y="-7.4781804"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4848
       inkscape:label="+10" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4849
    <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4850
       sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4851
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4852
       id="path91-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4853
       sodipodi:sides="4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4854
       sodipodi:cx="80.740723"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4855
       sodipodi:cy="165.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4856
       sodipodi:r1="57.015106"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4857
       sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4858
       sodipodi:arg1="0.77793027"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4859
       sodipodi:arg2="1.5633284"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4860
       inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4861
       inkscape:rounded="-0.65084865"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4862
       inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4863
       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
  4864
       inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4865
       inkscape:label="=0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4866
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4867
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4868
     inkscape:label="HMI:Display@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4869
     id="text1457-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4870
     y="215.65211"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4871
     x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4872
     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
  4873
     xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4874
       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
  4875
       y="215.65211"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4876
       x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4877
       id="tspan1455-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4878
       sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4879
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4880
     style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4881
     inkscape:label="HMI:Input@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4882
     id="g1505-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4883
     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
  4884
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4885
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4886
       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
  4887
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4888
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4889
       id="text1461-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4890
       inkscape:label="value"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4891
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4892
         id="tspan1459-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4893
         x="136.32812"
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
         style="stroke-width:2px">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4896
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4897
       inkscape:label="edit"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4898
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4899
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4900
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4901
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4902
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4903
       id="rect1463-3"
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
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4906
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4907
       id="g1471-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4908
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4909
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4910
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4911
         inkscape:connector-curvature="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4912
         id="path1465-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4913
         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
  4914
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4915
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4916
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4917
         id="text1469-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4918
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4919
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4920
         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
  4921
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4922
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4923
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4924
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4925
           id="tspan1467-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4926
           sodipodi:role="line">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4927
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4928
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4929
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4930
       id="g1479-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4931
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4932
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4933
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4934
         inkscape:transform-center-x="14.956371"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4935
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4936
         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
  4937
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4938
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4939
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4940
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4941
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4942
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4943
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4944
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4945
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4946
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4947
         id="path1473-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4948
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4949
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4950
         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
  4951
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4952
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4953
         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
  4954
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4955
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4956
         id="text1477-8"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4957
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4958
           id="tspan1475-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4959
           x="633.09552"
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
           style="stroke-width:1px">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4962
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4963
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4964
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4965
       id="g1487-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4966
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4967
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4968
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4969
         inkscape:transform-center-x="14.956364"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4970
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4971
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4972
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  4973
         id="path1481-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4974
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4975
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4976
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4977
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4978
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4979
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4980
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4981
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4982
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4983
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4984
         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
  4985
         inkscape:transform-center-y="-5.9989963e-06" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4986
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4987
         id="text1485-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4988
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4989
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4990
         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
  4991
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4992
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4993
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4994
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4995
           id="tspan1483-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4996
           sodipodi:role="line">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4997
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4998
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  4999
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5000
       id="g1495-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5001
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5002
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5003
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5004
         inkscape:transform-center-x="-14.956365"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5005
         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
  5006
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5007
         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
  5008
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5009
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5010
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5011
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5012
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5013
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5014
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5015
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5016
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5017
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5018
         id="path1489-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5019
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5020
         sodipodi:type="star" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5021
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5022
         id="text1493-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5023
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5024
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5025
         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
  5026
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5027
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5028
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5029
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5030
           id="tspan1491-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5031
           sodipodi:role="line">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5032
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5033
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5034
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5035
       id="g1503-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5036
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5037
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5038
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5039
         inkscape:transform-center-x="-14.956349"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5040
         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
  5041
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5042
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5043
         id="path1497-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5044
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5045
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5046
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5047
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5048
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5049
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5050
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5051
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5052
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5053
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5054
         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
  5055
         inkscape:transform-center-y="-3.3040441e-05" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5056
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5057
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5058
         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
  5059
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5060
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5061
         id="text1501-8"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5062
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5063
           id="tspan1499-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5064
           x="842.71497"
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
           style="stroke-width:1px">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5067
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5068
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5069
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5070
     inkscape:label="actual_label"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5071
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5072
     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
  5073
     x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5074
     y="164.81787"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5075
     id="text1527-7"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5076
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5077
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5078
       id="tspan1525-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5079
       x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5080
       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
  5081
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5082
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5083
     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
  5084
     x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5085
     y="335.65213"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5086
     id="text1557-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5087
     inkscape:label="HMI:Display@.piff"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5088
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5089
       id="tspan1555-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5090
       x="2632.9148"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5091
       y="335.65213"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5092
       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
  5093
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5094
     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
  5095
     id="g1605-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5096
     inkscape:label="HMI:Input@.piff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5097
     style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5098
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5099
       inkscape:label="value"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5100
       id="text1561-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5101
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5102
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5103
       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
  5104
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5105
         style="stroke-width:2px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5106
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5107
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5108
         id="tspan1559-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5109
         sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5110
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5111
       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
  5112
       id="rect1563-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5113
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5114
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5115
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5116
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5117
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5118
       inkscape:label="edit" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5119
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5120
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5121
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5122
       id="g1571-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5123
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5124
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5125
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5126
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5127
         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
  5128
         id="path1565-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5129
         inkscape:connector-curvature="0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5130
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5131
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5132
         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
  5133
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5134
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5135
         id="text1569-7"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5136
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5137
           id="tspan1567-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5138
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5139
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5140
           style="stroke-width:1px">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5141
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5142
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5143
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5144
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5145
       id="g1579-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5146
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5147
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5148
         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
  5149
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5150
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5151
         id="path1573-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5152
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5153
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5154
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5155
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5156
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5157
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5158
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5159
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5160
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5161
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5162
         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
  5163
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5164
         inkscape:transform-center-x="14.956371" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5165
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5166
         id="text1577-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5167
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5168
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5169
         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
  5170
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5171
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5172
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5173
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5174
           id="tspan1575-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5175
           sodipodi:role="line">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5176
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5177
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5178
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5179
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5180
       id="g1587-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5181
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5182
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5183
         inkscape:transform-center-y="-5.9989963e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5184
         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
  5185
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5186
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5187
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5188
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5189
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5190
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5191
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5192
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5193
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5194
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5195
         id="path1581-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5196
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5197
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5198
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5199
         inkscape:transform-center-x="14.956364" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5200
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5201
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5202
         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
  5203
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5204
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5205
         id="text1585-0"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5206
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5207
           id="tspan1583-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5208
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5209
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5210
           style="stroke-width:1px">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5211
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5212
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5213
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5214
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5215
       id="g1595-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5216
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5217
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5218
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5219
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5220
         id="path1589-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5221
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5222
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5223
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5224
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5225
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5226
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5227
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5228
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5229
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5230
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5231
         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
  5232
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5233
         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
  5234
         inkscape:transform-center-x="-14.956365" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5235
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5236
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5237
         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
  5238
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5239
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5240
         id="text1593-0"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5241
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5242
           id="tspan1591-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5243
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5244
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5245
           style="stroke-width:1px">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5246
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5247
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5248
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5249
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5250
       id="g1603-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5251
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5252
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5253
         inkscape:transform-center-y="-3.3040441e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5254
         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
  5255
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5256
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5257
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5258
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5259
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5260
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5261
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5262
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5263
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5264
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5265
         id="path1597-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5266
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5267
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5268
         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
  5269
         inkscape:transform-center-x="-14.956349" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5270
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5271
         id="text1601-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5272
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5273
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5274
         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
  5275
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5276
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5277
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5278
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5279
           id="tspan1599-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5280
           sodipodi:role="line">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5281
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5282
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5283
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5284
     id="text1609-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5285
     y="284.81787"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5286
     x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5287
     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
  5288
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5289
     inkscape:label="actual_label"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5290
       y="284.81787"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5291
       x="2471.7039"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5292
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5293
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5294
       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
  5295
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5296
     inkscape:label="HMI:Display@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5297
     id="text1457-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5298
     y="1208.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5299
     x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5300
     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
  5301
     xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5302
       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
  5303
       y="1208.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5304
       x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5305
       id="tspan1455-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5306
       sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5307
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5308
     style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5309
     inkscape:label="HMI:Input@paff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5310
     id="g1505-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5311
     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
  5312
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5313
       xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5314
       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
  5315
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5316
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5317
       id="text1461-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5318
       inkscape:label="value"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5319
         sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5320
         id="tspan1459-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5321
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5322
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5323
         style="stroke-width:2px">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5324
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5325
       inkscape:label="edit"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5326
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5327
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5328
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5329
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5330
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5331
       id="rect1463-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5332
       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
  5333
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5334
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5335
       id="g1471-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5336
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5337
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5338
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5339
         inkscape:connector-curvature="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5340
         id="path1465-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5341
         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
  5342
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5343
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5344
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5345
         id="text1469-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5346
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5347
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5348
         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
  5349
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5350
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5351
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5352
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5353
           id="tspan1467-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5354
           sodipodi:role="line">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5355
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5356
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5357
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5358
       id="g1479-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5359
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5360
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5361
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5362
         inkscape:transform-center-x="14.956371"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5363
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5364
         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
  5365
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5366
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5367
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5368
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5369
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5370
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5371
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5372
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5373
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5374
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5375
         id="path1473-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5376
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5377
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5378
         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
  5379
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5380
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5381
         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
  5382
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5383
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5384
         id="text1477-4"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5385
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5386
           id="tspan1475-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5387
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5388
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5389
           style="stroke-width:1px">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5390
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5391
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5392
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5393
       id="g1487-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5394
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5395
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5396
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5397
         inkscape:transform-center-x="14.956364"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5398
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5399
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5400
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5401
         id="path1481-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5402
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5403
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5404
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5405
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5406
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5407
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5408
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5409
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5410
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5411
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5412
         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
  5413
         inkscape:transform-center-y="-5.9989963e-06" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5414
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5415
         id="text1485-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5416
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5417
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5418
         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
  5419
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5420
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5421
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5422
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5423
           id="tspan1483-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5424
           sodipodi:role="line">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5425
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5426
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5427
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5428
       id="g1495-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5429
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5430
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5431
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5432
         inkscape:transform-center-x="-14.956365"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5433
         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
  5434
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5435
         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
  5436
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5437
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5438
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5439
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5440
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5441
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5442
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5443
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5444
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5445
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5446
         id="path1489-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5447
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5448
         sodipodi:type="star" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5449
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5450
         id="text1493-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5451
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5452
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5453
         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
  5454
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5455
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5456
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5457
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5458
           id="tspan1491-3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5459
           sodipodi:role="line">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5460
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5461
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5462
       style="stroke-width:2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5463
       id="g1503-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5464
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5465
       transform="translate(-416.52022,170.47452)">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5466
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5467
         inkscape:transform-center-x="-14.956349"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5468
         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
  5469
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5470
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5471
         id="path1497-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5472
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5473
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5474
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5475
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5476
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5477
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5478
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5479
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5480
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5481
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5482
         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
  5483
         inkscape:transform-center-y="-3.3040441e-05" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5484
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5485
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5486
         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
  5487
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5488
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5489
         id="text1501-9"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5490
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5491
           id="tspan1499-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5492
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5493
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5494
           style="stroke-width:1px">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5495
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5496
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5497
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5498
     inkscape:label="actual_label"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5499
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5500
     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
  5501
     x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5502
     y="1157.5958"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5503
     id="text1527-0"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5504
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5505
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5506
       id="tspan1525-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5507
       x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5508
       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
  5509
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5510
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5511
     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
  5512
     x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5513
     y="1328.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5514
     id="text1557-8"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5515
     inkscape:label="HMI:Display@.piff"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5516
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5517
       id="tspan1555-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5518
       x="276.83508"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5519
       y="1328.4301"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5520
       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
  5521
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5522
     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
  5523
     id="g1605-26"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5524
     inkscape:label="HMI:Input@.piff"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5525
     style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5526
    <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5527
       inkscape:label="value"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5528
       id="text1561-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5529
       y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5530
       x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5531
       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
  5532
       xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5533
         style="stroke-width:2px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5534
         y="218.24219"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5535
         x="136.32812"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5536
         id="tspan1559-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5537
         sodipodi:role="line">8888</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5538
    <rect
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5539
       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
  5540
       id="rect1563-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5541
       width="407.7037"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5542
       height="128"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5543
       x="139.85185"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5544
       y="95.40741"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5545
       onclick=""
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5546
       inkscape:label="edit" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5547
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5548
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5549
       inkscape:label="+&quot;dhu&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5550
       id="g1571-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5551
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5552
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5553
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5554
         inkscape:transform-center-y="-14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5555
         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
  5556
         id="path1565-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5557
         inkscape:connector-curvature="0" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5558
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5559
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5560
         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
  5561
         x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5562
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5563
         id="text1569-4"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5564
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5565
           id="tspan1567-87"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5566
           x="733.58197"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5567
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5568
           style="stroke-width:1px">dhu</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5569
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5570
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5571
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5572
       inkscape:label="=&quot;plop&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5573
       id="g1579-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5574
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5575
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5576
         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
  5577
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5578
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5579
         id="path1573-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5580
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5581
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5582
         sodipodi:cy="-184.98808"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5583
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5584
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5585
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5586
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5587
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5588
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5589
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5590
         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
  5591
         inkscape:transform-center-y="-3.6154501e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5592
         inkscape:transform-center-x="14.956371" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5593
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5594
         id="text1577-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5595
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5596
         x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5597
         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
  5598
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5599
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5600
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5601
           x="633.09552"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5602
           id="tspan1575-7"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5603
           sodipodi:role="line">plop</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5604
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5605
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5606
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5607
       inkscape:label="=&quot;mhoo&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5608
       id="g1587-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5609
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5610
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5611
         inkscape:transform-center-y="-5.9989963e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5612
         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
  5613
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5614
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5615
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5616
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5617
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5618
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5619
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5620
         sodipodi:cy="-216.2599"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5621
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5622
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5623
         id="path1581-2"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5624
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5625
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5626
         transform="rotate(-90,746.45698,-44.543641)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5627
         inkscape:transform-center-x="14.956364" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5628
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5629
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5630
         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
  5631
         x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5632
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5633
         id="text1585-6"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5634
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5635
           id="tspan1583-1"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5636
           x="537.25018"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5637
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5638
           style="stroke-width:1px">mhoo</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5639
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5640
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5641
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5642
       inkscape:label="=&quot;yodl&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5643
       id="g1595-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5644
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5645
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5646
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5647
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5648
         id="path1589-6"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5649
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5650
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5651
         sodipodi:cy="105.17262"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5652
         sodipodi:r1="59.825443"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5653
         sodipodi:r2="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5654
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5655
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5656
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5657
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5658
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5659
         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
  5660
         inkscape:transform-center-y="-5.5023185e-06"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5661
         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
  5662
         inkscape:transform-center-x="-14.956365" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5663
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5664
         xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5665
         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
  5666
         x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5667
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5668
         id="text1593-1"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5669
           sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5670
           id="tspan1591-5"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5671
           x="925.82605"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5672
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5673
           style="stroke-width:1px">yodl</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5674
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5675
    <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5676
       transform="translate(-416.52022,170.47452)"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5677
       inkscape:label="=&quot;mhe&quot;"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5678
       id="g1603-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5679
       style="stroke-width:2">
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5680
      <path
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5681
         inkscape:transform-center-y="-3.3040441e-05"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5682
         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
  5683
         inkscape:randomized="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5684
         inkscape:rounded="0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5685
         inkscape:flatsided="true"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5686
         sodipodi:arg2="1.5707963"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5687
         sodipodi:arg1="0.52359878"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5688
         sodipodi:r2="14.956361"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5689
         sodipodi:r1="29.912722"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5690
         sodipodi:cy="136.44444"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5691
         sodipodi:cx="596.74072"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5692
         sodipodi:sides="3"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5693
         id="path1597-4"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5694
         style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  5695
         sodipodi:type="star"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5696
         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
  5697
         inkscape:transform-center-x="-14.956349" />
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5698
      <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5699
         id="text1601-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5700
         y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5701
         x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5702
         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
  5703
         xml:space="preserve"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5704
           style="stroke-width:1px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5705
           y="111.05016"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5706
           x="842.71497"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5707
           id="tspan1599-0"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5708
           sodipodi:role="line">mhe</tspan></text>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5709
    </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5710
  </g>
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5711
  <text
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5712
     id="text1609-9"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5713
     y="1277.5958"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5714
     x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5715
     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
  5716
     xml:space="preserve"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5717
     inkscape:label="actual_label"><tspan
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5718
       y="1277.5958"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5719
       x="115.62414"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5720
       sodipodi:role="line"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5721
       style="stroke-width:0.63690436px"
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5722
       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
  5723
  <g
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5724
     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
  5725
     inkscape:label="HMI:VarInit:42@level" />
3023
407a0205405a SVGHMI: Add more local HMI variable tests in tests/svghmi.
Edouard Tisserant
parents: 3017
diff changeset
  5726
  <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
  5727
     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
  5728
     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
  5729
  <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
  5730
     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
  5731
     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
  5732
  <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
  5733
     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
  5734
     inkscape:label="textstyles"
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
  5735
     transform="translate(-136,-6.0000001)">
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
  5736
    <text
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5737
       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
  5738
       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
  5739
       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
  5740
       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
  5741
       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
  5742
       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
  5743
         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
  5744
         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
  5745
         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
  5746
         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
  5747
         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
  5748
    <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
  5749
       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
  5750
       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
  5751
       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
  5752
       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
  5753
       id="text875"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5754
       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
  5755
         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
  5756
         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
  5757
         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
  5758
         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
  5759
         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
  5760
    <text
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5761
       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
  5762
       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
  5763
       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
  5764
       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
  5765
       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
  5766
       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
  5767
         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
  5768
         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
  5769
         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
  5770
         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
  5771
         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
  5772
    <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
  5773
       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
  5774
       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
  5775
       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
  5776
       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
  5777
       id="text883"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5778
       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
  5779
         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
  5780
         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
  5781
         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
  5782
         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
  5783
         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
  5784
  </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
  5785
  <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
  5786
     id="g907"
3029
61b0491fe05b SVGHMI: Fix svg test file while testing latest JsonTableChanges
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 3028
diff changeset
  5787
     inkscape:label="HMI:TextStyleList"
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
  5788
     transform="translate(440,40)">
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
  5789
    <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
  5790
       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
  5791
       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
  5792
       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
  5793
       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
  5794
       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
  5795
       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
  5796
       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
  5797
       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
  5798
    <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
  5799
       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
  5800
       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
  5801
       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
  5802
       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
  5803
       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
  5804
       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
  5805
       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
  5806
       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
  5807
    <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
  5808
       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
  5809
       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
  5810
       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
  5811
       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
  5812
       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
  5813
       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
  5814
       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
  5815
       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
  5816
    <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
  5817
       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
  5818
       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
  5819
       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
  5820
       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
  5821
       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
  5822
       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
  5823
       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
  5824
       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
  5825
  </g>
3034
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5826
  <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5827
     transform="matrix(0.16718216,0,0,0.16718216,968.79193,20.988849)"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5828
     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
  5829
     id="g5222-3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5830
     style="stroke-width:1.51188684">
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5831
    <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5832
       xml:space="preserve"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5833
       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:1.51188684px;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
  5834
       x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5835
       y="218.24219"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5836
       id="text5208-6"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5837
       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
  5838
         sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5839
         id="tspan5206-7"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5840
         x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5841
         y="218.24219"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5842
         style="stroke-width:1.51188684px">8888</tspan></text>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5843
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5844
       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
  5845
       sodipodi:type="star"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5846
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:7.55943441;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
  5847
       id="path5212-5"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5848
       sodipodi:sides="3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5849
       sodipodi:cx="596.74072"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5850
       sodipodi:cy="-184.98808"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5851
       sodipodi:r1="29.912722"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5852
       sodipodi:r2="14.956361"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5853
       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
  5854
       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
  5855
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5856
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5857
       inkscape:randomized="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5858
       d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5859
       inkscape:transform-center-y="7.4781812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5860
       inkscape:label="-1" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5861
    <rect
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5862
       inkscape:label="edit"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5863
       onclick=""
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5864
       y="95.40741"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5865
       x="139.85185"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5866
       height="128"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5867
       width="407.7037"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5868
       id="rect5214-3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5869
       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:7.55943441;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
  5870
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5871
       inkscape:label="+1"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5872
       inkscape:transform-center-y="-7.4781804"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5873
       d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5874
       inkscape:randomized="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5875
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5876
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5877
       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
  5878
       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
  5879
       sodipodi:r2="14.956361"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5880
       sodipodi:r1="29.912722"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5881
       sodipodi:cy="136.44444"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5882
       sodipodi:cx="596.74072"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5883
       sodipodi:sides="3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5884
       id="path5218-5"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5885
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:7.55943441;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
  5886
       sodipodi:type="star" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5887
  </g>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5888
  <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5889
     transform="matrix(0.16718216,0,0,0.16718216,1055.8653,20.988849)"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5890
     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
  5891
     id="g5222-6"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5892
     style="stroke-width:1.51188684">
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5893
    <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5894
       xml:space="preserve"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5895
       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:1.51188684px;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
  5896
       x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5897
       y="218.24219"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5898
       id="text5208-2"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5899
       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
  5900
         sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5901
         id="tspan5206-9"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5902
         x="136.32812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5903
         y="218.24219"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5904
         style="stroke-width:1.51188684px">8888</tspan></text>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5905
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5906
       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
  5907
       sodipodi:type="star"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5908
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:7.55943441;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
  5909
       id="path5212-1"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5910
       sodipodi:sides="3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5911
       sodipodi:cx="596.74072"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5912
       sodipodi:cy="-184.98808"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5913
       sodipodi:r1="29.912722"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5914
       sodipodi:r2="14.956361"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5915
       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
  5916
       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
  5917
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5918
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5919
       inkscape:randomized="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5920
       d="m 622.6459,-170.03172 -51.81035,0 25.90517,-44.86908 z"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5921
       inkscape:transform-center-y="7.4781812"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5922
       inkscape:label="-1" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5923
    <rect
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5924
       inkscape:label="edit"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5925
       onclick=""
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5926
       y="95.40741"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5927
       x="139.85185"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5928
       height="128"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5929
       width="407.7037"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5930
       id="rect5214-2"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5931
       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:7.55943441;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
  5932
    <path
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5933
       inkscape:label="+1"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5934
       inkscape:transform-center-y="-7.4781804"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5935
       d="m 622.6459,151.4008 -51.81035,0 25.90517,-44.86908 z"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5936
       inkscape:randomized="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5937
       inkscape:rounded="0"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5938
       inkscape:flatsided="true"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5939
       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
  5940
       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
  5941
       sodipodi:r2="14.956361"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5942
       sodipodi:r1="29.912722"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5943
       sodipodi:cy="136.44444"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5944
       sodipodi:cx="596.74072"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5945
       sodipodi:sides="3"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5946
       id="path5218-7"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5947
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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:7.55943441;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
  5948
       sodipodi:type="star" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5949
  </g>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5950
  <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5951
     xml:space="preserve"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5952
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.22850323px;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;stroke:none;stroke-width:1px;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
  5953
     x="1019.4838"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5954
     y="31.481676"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5955
     id="text887"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5956
       sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5957
       id="tspan885"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5958
       x="1019.4838"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5959
       y="31.481676"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5960
       style="stroke-width:1px">range</tspan></text>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5961
  <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5962
     id="text891"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5963
     y="31.481676"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5964
     x="1112.0834"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5965
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.22850323px;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;stroke:none;stroke-width:1px;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
  5966
     xml:space="preserve"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5967
       style="stroke-width:1px"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5968
       y="31.481676"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5969
       x="1112.0834"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5970
       id="tspan889"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5971
       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
  5972
  <text
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5973
     xml:space="preserve"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5974
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.22850323px;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;stroke:none;stroke-width:1px;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
  5975
     x="1204.6829"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5976
     y="31.481676"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5977
     id="text895"><tspan
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5978
       sodipodi:role="line"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5979
       id="tspan893"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5980
       x="1204.6829"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5981
       y="31.481676"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5982
       style="stroke-width:1px">notify</tspan></text>
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5983
  <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5984
     inkscape:label="HMI:VarInit:50@.position"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5985
     id="g906" />
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5986
  <g
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5987
     id="g908"
793ce2117258 SVGHMI: JsonTable now makes meaningfull JSON request : all arguments and variables are passed in.
Edouard Tisserant
parents: 3031
diff changeset
  5988
     inkscape:label="HMI:VarInit:100@.range" />
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
  5989
</svg>