tests/svghmi/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 06 Aug 2020 15:01:01 +0200
branchsvghmi
changeset 3008 dabad70db1bf
parent 3002 30b0635fe92e
child 3017 15e2df3e5610
permissions -rw-r--r--
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.
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"
2994
b6a9ef7f7e43 SVGHMI: minimal JSON Table Widget communication infra + corresponding python code as py_ext code in svghmi test. To be continued.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2983
diff changeset
    19
   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    37
       id="marker1656"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    38
       refX="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    39
       refY="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    40
       orient="auto"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    41
       inkscape:stockid="Arrow2Lend">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    42
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    43
         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
    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"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    45
         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
    46
         id="path1654"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    47
         inkscape:connector-curvature="0" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    48
    </marker>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    49
    <inkscape:perspective
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    50
       sodipodi:type="inkscape:persp3d"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    51
       inkscape:vp_x="1450 : 938 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    52
       inkscape:vp_y="0 : 1000 : 0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    53
       inkscape:vp_z="2778 : 524 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    54
       inkscape:persp3d-origin="2090 : 818 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    55
       id="perspective1372" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    56
    <inkscape:perspective
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    57
       sodipodi:type="inkscape:persp3d"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    58
       inkscape:vp_x="1420 : 880 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    59
       inkscape:vp_y="0 : 1000 : 0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    60
       inkscape:vp_z="2796 : 908 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    61
       inkscape:persp3d-origin="2060 : 760 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
    62
       id="perspective1370" />
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    63
    <inkscape:perspective
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    64
       sodipodi:type="inkscape:persp3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    65
       inkscape:vp_x="30 : 418 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    66
       inkscape:vp_y="0 : 1000 : 0"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    67
       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
    68
       inkscape:persp3d-origin="670 : 298 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    69
       id="perspective503" />
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    70
    <inkscape:perspective
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    71
       sodipodi:type="inkscape:persp3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    72
       inkscape:vp_x="0 : 360 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    73
       inkscape:vp_y="0 : 1000 : 0"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    74
       inkscape:vp_z="1376 : 388 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    75
       inkscape:persp3d-origin="640 : 240 : 1"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
    76
       id="perspective445" />
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    77
    <inkscape:tag
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    78
       id="Set 1"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    79
       inkscape:label="HMI:AccessList@Admin"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    80
       inkscape:expanded="true">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    81
      <inkscape:tagref
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    82
         xlink:href="#text995"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    83
         id="tagref192" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    84
      <inkscape:tagref
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    85
         xlink:href="#g991"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    86
         id="tagref194" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
    87
    </inkscape:tag>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    88
    <linearGradient
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    89
       inkscape:collect="always"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    90
       id="linearGradient962">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    91
      <stop
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    92
         style="stop-color:#ff3000;stop-opacity:1;"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    93
         offset="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    94
         id="stop958" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    95
      <stop
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    96
         style="stop-color:#0022ff;stop-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    97
         offset="1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    98
         id="stop960" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
    99
    </linearGradient>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   100
    <marker
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   101
       inkscape:isstock="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   102
       style="overflow:visible"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   103
       id="marker926"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   104
       refX="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   105
       refY="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   106
       orient="auto"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   107
       inkscape:stockid="Arrow2Lend">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   108
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   109
         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
   110
         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
   111
         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
   112
         id="path924"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   113
         inkscape:connector-curvature="0" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   114
    </marker>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   115
    <inkscape:tag
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   116
       id="Set 3"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   117
       inkscape:expanded="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   118
       inkscape:label="HMI:Translate">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   119
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   120
         xlink:href="#text831"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   121
         id="tagref1085" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   122
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   123
         xlink:href="#text827"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   124
         id="tagref1087" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   125
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   126
         xlink:href="#text4497"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   127
         id="tagref1089" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   128
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   129
         xlink:href="#home_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   130
         id="tagref1091" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   131
      <inkscape:tagref
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   132
         xlink:href="#setting_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   133
         id="tagref1093" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   134
    </inkscape:tag>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   135
    <marker
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   136
       inkscape:stockid="Arrow2Lend"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   137
       orient="auto"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   138
       refY="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   139
       refX="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   140
       id="Arrow2Lend"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   141
       style="overflow:visible"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   142
       inkscape:isstock="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   143
       inkscape:collect="always">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   144
      <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   145
         inkscape:connector-curvature="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   146
         id="path895"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   147
         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
   148
         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
   149
         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
   150
    </marker>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   151
    <linearGradient
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   152
       inkscape:collect="always"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   153
       xlink:href="#linearGradient962"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   154
       id="linearGradient964"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   155
       x1="113.38908"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   156
       y1="-62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   157
       x2="113.38908"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   158
       y2="4.0725975"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   159
       gradientUnits="userSpaceOnUse"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   160
       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
   161
  </defs>
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   162
  <sodipodi:namedview
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   163
     id="base"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   164
     pagecolor="#ffffff"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   165
     bordercolor="#666666"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   166
     borderopacity="1.0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   167
     inkscape:pageopacity="0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   168
     inkscape:pageshadow="2"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   169
     inkscape:document-units="px"
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
   170
     inkscape:current-layer="hmi0"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   171
     showgrid="false"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   172
     units="px"
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
   173
     inkscape:zoom="0.7071068"
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
   174
     inkscape:cx="543.82641"
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
   175
     inkscape:cy="218.7845"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   176
     inkscape:window-width="2419"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   177
     inkscape:window-height="1266"
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
   178
     inkscape:window-x="1405"
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
   179
     inkscape:window-y="37"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   180
     inkscape:window-maximized="0"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   181
     showguides="true"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   182
     inkscape:guide-bbox="true" />
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   183
  <rect
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   184
     sodipodi:insensitive="true"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   185
     inkscape:label="HMI:Page:Conf"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   186
     y="780"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   187
     x="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   188
     height="720"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   189
     width="1280"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   190
     id="rect1016"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   191
     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
   192
  <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   193
     id="g1082"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   194
     inkscape:label="HMI:Jump:Home"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   195
     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
   196
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   197
       id="g1152"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   198
       inkscape:label="button">
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   199
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   200
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   201
         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
   202
         id="rect1022"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   203
         inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   204
         sodipodi:nodetypes="cssssccc" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   205
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   206
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   207
       id="g1149"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   208
       inkscape:label="text">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   209
      <text
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   210
         xml:space="preserve"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   211
         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
   212
         x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   213
         y="1436.9814"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   214
         id="home_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   215
         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
   216
           sodipodi:role="line"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   217
           id="tspan1028"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   218
           x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   219
           y="1436.9814"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   220
           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
   221
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   222
  </g>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   223
  <rect
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   224
     style="color:#000000;fill:#4d4d4d"
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   225
     id="page0"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   226
     width="1280"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   227
     height="720"
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
   228
     x="0"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   229
     y="0"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   230
     inkscape:label="HMI:Page:Home"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   231
     sodipodi:insensitive="true" />
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   232
  <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   233
     id="g1077"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   234
     inkscape:label="HMI:Jump:Conf"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   235
     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
   236
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   237
       id="g1159"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   238
       inkscape:label="button">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   239
      <rect
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   240
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   241
         id="rect1020"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   242
         width="245.44583"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   243
         height="95.723877"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   244
         x="971.96545"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   245
         y="594.82263"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   246
         ry="35.579063"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   247
         inkscape:label="button" />
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   248
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   249
    <g
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   250
       id="g1156"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   251
       inkscape:label="text">
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   252
      <text
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   253
         inkscape:label="setting_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   254
         id="setting_jmp"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   255
         y="656.98151"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   256
         x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   257
         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
   258
         xml:space="preserve"><tspan
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   259
           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
   260
           y="656.98151"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   261
           x="1090.7626"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   262
           id="tspan1024"
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   263
           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
   264
    </g>
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   265
  </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
   266
  <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
   267
     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
   268
     inkscape:label="HMI:Input@/TARGETPRESSURE"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   269
     transform="matrix(0.63690435,0,0,0.63690435,12.496106,18.355376)">
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
   270
    <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
   271
       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
   272
       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
   273
       y="218.24219"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   274
       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
   275
       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
   276
       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
   277
         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
   278
         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
   279
         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
   280
         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
   281
         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
   282
    <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
   283
       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
   284
       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
   285
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   286
       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
   287
       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
   288
       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
   289
       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
   290
       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
   291
       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
   292
       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
   293
       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
   294
       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
   295
       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
   296
       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
   297
       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
   298
       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
   299
       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
   300
    <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
   301
       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
   302
       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
   303
       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
   304
       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
   305
       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
   306
       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
   307
       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
   308
       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
   309
       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
   310
       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
   311
       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
   312
       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
   313
       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
   314
       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
   315
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   316
       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
   317
       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
   318
    <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
   319
       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
   320
       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
   321
       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
   322
       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
   323
       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
   324
       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
   325
       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
   326
       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
   327
    <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
   328
       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
   329
       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
   330
       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
   331
       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
   332
       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
   333
       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
   334
       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
   335
       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
   336
       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
   337
       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
   338
       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
   339
       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
   340
       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
   341
       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
   342
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   343
       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
   344
    <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
   345
       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
   346
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   347
       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
   348
       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
   349
       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
   350
       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
   351
       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
   352
       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
   353
       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
   354
       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
   355
       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
   356
       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
   357
       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
   358
       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
   359
       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
   360
       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
   361
    <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
   362
       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
   363
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
   364
       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
   365
       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
   366
       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
   367
       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
   368
       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
   369
       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
   370
       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
   371
       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
   372
       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
   373
       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
   374
       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
   375
       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
   376
       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
   377
       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
   378
  </g>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   379
  <text
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   380
     inkscape:label="HMI:Display@/PUMP0/PRESSURE"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   381
     id="text823"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   382
     y="157.35477"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   383
     x="494.20477"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   384
     style="font-style:normal;font-weight:normal;font-size:101.9046936px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.63690436px;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
   385
     xml:space="preserve"><tspan
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   386
       style="fill:#ffffff;fill-opacity:1;stroke-width:0.63690436px"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   387
       y="157.35477"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   388
       x="494.20477"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   389
       id="tspan821"
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   390
       sodipodi:role="line">8888</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   391
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   392
     id="g4523"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   393
     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
   394
     inkscape:label="HMI:Meter@/PUMP0/SLOTH">
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   395
    <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   396
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   397
       id="path4499"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   398
       sodipodi:type="arc"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   399
       sodipodi:cx="128.02208"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   400
       sodipodi:cy="2.2017097"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   401
       sodipodi:rx="64.411957"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   402
       sodipodi:ry="64.411957"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   403
       sodipodi:start="3.1415927"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   404
       sodipodi:end="4.712389"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   405
       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
   406
       sodipodi:open="true"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   407
       inkscape:label="range" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   408
    <path
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   409
       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
   410
       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
   411
       id="path4501"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   412
       inkscape:connector-curvature="0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   413
       sodipodi:nodetypes="cc"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   414
       inkscape:label="needle" />
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   415
    <text
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   416
       inkscape:label="min"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   417
       id="text4505"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   418
       y="4.9187088"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   419
       x="49.132977"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   420
       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
   421
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   422
         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
   423
         y="4.9187088"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   424
         x="49.132977"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   425
         id="tspan4503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   426
         sodipodi:role="line">0</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   427
    <text
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   428
       inkscape:label="max"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   429
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   430
       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
   431
       x="127.48073"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   432
       y="-78.144218"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   433
       id="text4509"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   434
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   435
         id="tspan4507"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   436
         x="127.48073"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   437
         y="-78.144218"
2807
7fa21b3b5f9f SVGHMI - added simple Meter widget.
Edouard Tisserant
parents: 2805
diff changeset
   438
         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
   439
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   440
       inkscape:label="value"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   441
       id="text4517"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   442
       y="-6.1937833"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   443
       x="113.53007"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   444
       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
   445
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   446
         id="tspan4515"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   447
         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
   448
         y="-6.1937833"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   449
         x="113.53007"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   450
         sodipodi:role="line">000</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   451
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   452
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   453
       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
   454
       x="124.77896"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   455
       y="1.1408259"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   456
       id="text4521"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   457
       inkscape:label="unit"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   458
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   459
         x="124.77896"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   460
         y="1.1408259"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   461
         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
   462
         id="tspan4519">bar</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   463
  </g>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   464
  <text
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   465
     xml:space="preserve"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   466
     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:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.63690436px;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
   467
     x="175.94542"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   468
     y="67.487991"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   469
     id="text827"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   470
     inkscape:label="setpoint_label"><tspan
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   471
       sodipodi:role="line"
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   472
       id="tspan825"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   473
       x="175.94542"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   474
       y="67.487991"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   475
       style="stroke-width:0.63690436px">SetPoint</tspan></text>
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   476
  <text
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   477
     id="text831"
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   478
     y="67.487991"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   479
     x="585.08185"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   480
     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"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   481
     xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   482
     inkscape:label="actual_label"><tspan
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   483
       y="67.487991"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
   484
       x="585.08185"
2759
7345bd8a98eb SVGHMI: make a reasonably basic test
Edouard Tisserant
parents: 2750
diff changeset
   485
       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
   486
       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
   487
       style="stroke-width:0.63690436px">Actual</tspan></text>
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   488
  <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   489
     xml:space="preserve"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   490
     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
   491
     x="246.73413"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   492
     y="336.90073"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   493
     id="text4497"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   494
     inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   495
       sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   496
       id="tspan4495"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   497
       x="246.73413"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   498
       y="336.90073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   499
       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
   500
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   501
     id="layer4"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   502
     inkscape:label="HMI:Lang:cn"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   503
     style="display:none"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   504
     inkscape:groupmode="layer">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   505
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   506
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   507
       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
   508
       x="83.669571"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   509
       y="136.78285"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   510
       id="text948-6"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   511
       inkscape:label="setpoint_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   512
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   513
         id="tspan946-2"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   514
         x="136.78285"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   515
         y="83.669571"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   516
         style="stroke-width:1px">设定值</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   517
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   518
       id="text952-9"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   519
       y="137.16286"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   520
       x="703.711"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   521
       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
   522
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   523
       inkscape:label="actual_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   524
         y="703.711"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   525
         x="137.16286"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   526
         id="tspan950-1"
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
         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
   529
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   530
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   531
       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
   532
       x="480.61847"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   533
       y="278.37503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   534
       id="text956-2"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   535
       inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   536
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   537
         id="tspan954-7"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   538
         x="278.37503"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   539
         y="480.61847"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   540
         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
   541
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   542
       inkscape:label="setting_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   543
       id="text1097"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   544
       y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   545
       x="1090.7626"
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: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
   547
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   548
         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
   549
         y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   550
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   551
         id="tspan1095"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   552
         sodipodi:role="line">设置</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   553
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   554
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   555
       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
   556
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   557
       y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   558
       id="text1101"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   559
       inkscape:label="home_jmp"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   560
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   561
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   562
         y="1436.9814"
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
         id="tspan1107">家</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   565
  </g>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   566
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   567
     id="layer2"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   568
     inkscape:label="HMI:Lang:fr"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   569
     style="display:none"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   570
     inkscape:groupmode="layer">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   571
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   572
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   573
       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
   574
       x="340.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   575
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   576
       id="text948"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   577
       inkscape:label="setpoint_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   578
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   579
         id="tspan946"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   580
         x="340.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   581
         y="77.142853">Valeur de consigne</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   582
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   583
       id="text952"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   584
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   585
       x="960.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   586
       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
   587
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   588
       inkscape:label="actual_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   589
         y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   590
         x="960.9082"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   591
         id="tspan950"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   592
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   593
         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
   594
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   595
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   596
       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
   597
       x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   598
       y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   599
       id="text956"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   600
       inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   601
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   602
         id="tspan954"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   603
         x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   604
         y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   605
         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
   606
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   607
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   608
       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
   609
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   610
       y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   611
       id="setting_jmp-0"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   612
       inkscape:label="setting_jmp"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   613
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   614
         id="tspan1024-9"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   615
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   616
         y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   617
         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
   618
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   619
       inkscape:label="home_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   620
       id="home_jmp-3"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   621
       y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   622
       x="1090.7626"
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
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   625
         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
   626
         y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   627
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   628
         id="tspan1028-6"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   629
         sodipodi:role="line">Home</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   630
  </g>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   631
  <g
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   632
     id="layer3"
2787
86a572fb05f8 SVGHMI: More strict formating of active HMI labels : @ separator only used for paths
Edouard Tisserant
parents: 2786
diff changeset
   633
     inkscape:label="HMI:Lang:si"
2786
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   634
     style="display:none"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   635
     inkscape:groupmode="layer">
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   636
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   637
       id="text930"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   638
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   639
       x="338.67188"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   640
       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
   641
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   642
       inkscape:label="setpoint_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   643
         y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   644
         x="338.67188"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   645
         id="tspan928"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   646
         sodipodi:role="line">nastavljena vrednost</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   647
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   648
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   649
       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
   650
       x="959.38477"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   651
       y="77.142853"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   652
       id="text934"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   653
       inkscape:label="actual_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   654
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   655
         id="tspan932"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   656
         x="959.38477"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   657
         y="77.142853">dejanska vrednost</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   658
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   659
       id="text938"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   660
       y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   661
       x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   662
       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
   663
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   664
       inkscape:label="pressure_label"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   665
         style="fill:#ff6600;stroke-width:0.99999994px"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   666
         y="399.41504"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   667
         x="420.37848"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   668
         id="tspan936"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   669
         sodipodi:role="line">pritisk</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   670
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   671
       xml:space="preserve"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   672
       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
   673
       x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   674
       y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   675
       id="setting_jmp-06"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   676
       inkscape:label="setting_jmp"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   677
         sodipodi:role="line"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   678
         id="tspan1024-2"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   679
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   680
         y="656.98151"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   681
         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
   682
    <text
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   683
       inkscape:label="home_jmp"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   684
       id="home_jmp-6"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   685
       y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   686
       x="1090.7626"
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
       xml:space="preserve"><tspan
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   689
         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
   690
         y="1436.9814"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   691
         x="1090.7626"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   692
         id="tspan1028-1"
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   693
         sodipodi:role="line">Home</tspan></text>
1b82f21b2b41 SVGHMI: new test svg to drive next implementation
Edouard Tisserant
parents: 2781
diff changeset
   694
  </g>
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   695
  <g
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   696
     inkscape:label="HMI:Meter@/PUMP0/SLOTH"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   697
     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
   698
     id="g110">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   699
    <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   700
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   701
       d="M 113.38908,2.2017068 V -62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   702
       id="path90"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   703
       inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   704
       sodipodi:nodetypes="cc"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   705
       inkscape:label="range" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   706
    <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   707
       inkscape:label="needle"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   708
       sodipodi:nodetypes="cc"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   709
       inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   710
       id="path92"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   711
       d="M 113.38908,4.0725977 V -62.210247"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   712
       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
   713
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   714
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   715
       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
   716
       x="115.07632"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   717
       y="9.3424692"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   718
       id="text96"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   719
       inkscape:label="min"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   720
         sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   721
         id="tspan94"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   722
         x="115.07632"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   723
         y="9.3424692"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   724
         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
   725
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   726
       id="text100"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   727
       y="-64.195457"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   728
       x="113.27539"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   729
       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
   730
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   731
       inkscape:label="max"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   732
         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
   733
         y="-64.195457"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   734
         x="113.27539"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   735
         id="tspan98"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   736
         sodipodi:role="line">10000</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   737
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   738
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   739
       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
   740
       x="-20.624428"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   741
       y="-109.67243"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   742
       id="text104"
2810
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   743
       inkscape:label="value"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   744
       transform="rotate(90)"><tspan
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   745
         sodipodi:role="line"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   746
         x="-20.624428"
63b9a37b73c7 SVGHMI: various insignificant code moves, commenting and typos fixes.
Edouard Tisserant
parents: 2809
diff changeset
   747
         y="-109.67243"
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   748
         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
   749
         id="tspan102">000</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   750
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   751
       inkscape:label="unit"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   752
       id="text108"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   753
       y="-9.4425077"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   754
       x="140.65398"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   755
       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
   756
       xml:space="preserve"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   757
         id="tspan106"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   758
         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
   759
         y="-9.4425077"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   760
         x="140.65398"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   761
         sodipodi:role="line">€£$¥</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   762
  </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   763
  <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   764
     inkscape:label="HMI:Input@/TARGETPRESSURE"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   765
     id="g991"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   766
     transform="translate(-60,900)">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   767
    <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   768
       xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   769
       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"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   770
       x="136.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   771
       y="218.24219"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   772
       id="text977"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   773
       inkscape:label="value"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   774
         sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   775
         id="tspan975"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   776
         x="136.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   777
         y="218.24219"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   778
         style="stroke-width:1px">8888</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   779
    <rect
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   780
       inkscape:label="edit"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   781
       onclick=""
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   782
       y="95.40741"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   783
       x="139.85185"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   784
       height="128"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   785
       width="407.7037"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   786
       id="rect983"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   787
       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" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   788
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   789
       id="g1086"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   790
       inkscape:label="=0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   791
       transform="translate(-416.52022,170.47452)">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   792
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   793
         inkscape:connector-curvature="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   794
         id="path989"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   795
         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
   796
         inkscape:transform-center-y="-14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   797
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray: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
   798
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   799
         id="text1048"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   800
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   801
         x="733.58197"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   802
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   803
         xml:space="preserve"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   804
           style="stroke-width:0.5px"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   805
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   806
           x="733.58197"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   807
           id="tspan1046"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   808
           sodipodi:role="line">→0←</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   809
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   810
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   811
       id="g1091"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   812
       inkscape:label="-10"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   813
       transform="translate(-416.52022,170.47452)">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   814
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   815
         inkscape:transform-center-x="14.956371"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   816
         inkscape:transform-center-y="-3.6154501e-05"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   817
         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
   818
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   819
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   820
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   821
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   822
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   823
         sodipodi:r2="14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   824
         sodipodi:r1="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   825
         sodipodi:cy="-184.98808"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   826
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   827
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   828
         id="path981"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   829
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray: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
   830
         sodipodi:type="star"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   831
         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
   832
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   833
         xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   834
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   835
         x="633.09552"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   836
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   837
         id="text1059"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   838
           sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   839
           id="tspan1057"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   840
           x="633.09552"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   841
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   842
           style="stroke-width:0.5px">-10</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   843
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   844
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   845
       id="g1096"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   846
       inkscape:label="-100"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   847
       transform="translate(-416.52022,170.47452)">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   848
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   849
         inkscape:transform-center-x="14.956364"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   850
         transform="rotate(-90,746.45698,-44.543641)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   851
         sodipodi:type="star"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   852
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray: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
   853
         id="path979"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   854
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   855
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   856
         sodipodi:cy="-216.2599"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   857
         sodipodi:r1="59.825443"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   858
         sodipodi:r2="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   859
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   860
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   861
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   862
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   863
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   864
         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
   865
         inkscape:transform-center-y="-5.9989963e-06" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   866
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   867
         id="text1063"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   868
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   869
         x="537.25018"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   870
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   871
         xml:space="preserve"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   872
           style="stroke-width:0.5px"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   873
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   874
           x="537.25018"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   875
           id="tspan1061"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   876
           sodipodi:role="line">-100</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   877
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   878
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   879
       id="g1076"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   880
       inkscape:label="+100"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   881
       transform="translate(-416.52022,170.47452)">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   882
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   883
         inkscape:transform-center-x="-14.956365"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   884
         transform="matrix(0,-1,-1,0,1043.9134,701.91334)"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   885
         inkscape:transform-center-y="-5.5023185e-06"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   886
         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
   887
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   888
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   889
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   890
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   891
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   892
         sodipodi:r2="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   893
         sodipodi:r1="59.825443"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   894
         sodipodi:cy="105.17262"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   895
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   896
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   897
         id="path985"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   898
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray: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
   899
         sodipodi:type="star" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   900
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   901
         id="text1067"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   902
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   903
         x="925.82605"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   904
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   905
         xml:space="preserve"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   906
           style="stroke-width:0.5px"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   907
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   908
           x="925.82605"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   909
           id="tspan1065"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   910
           sodipodi:role="line">+100</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   911
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   912
    <g
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   913
       id="g1081"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   914
       inkscape:label="+10"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   915
       transform="translate(-416.52022,170.47452)">
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   916
      <path
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   917
         inkscape:transform-center-x="-14.956349"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   918
         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
   919
         sodipodi:type="star"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   920
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray: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
   921
         id="path987"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   922
         sodipodi:sides="3"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   923
         sodipodi:cx="596.74072"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   924
         sodipodi:cy="136.44444"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   925
         sodipodi:r1="29.912722"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   926
         sodipodi:r2="14.956361"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   927
         sodipodi:arg1="0.52359878"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   928
         sodipodi:arg2="1.5707963"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   929
         inkscape:flatsided="true"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   930
         inkscape:rounded="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   931
         inkscape:randomized="0"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   932
         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
   933
         inkscape:transform-center-y="-3.3040441e-05" />
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   934
      <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   935
         xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   936
         style="font-style:normal;font-weight:normal;font-size:20px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   937
         x="842.71497"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   938
         y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   939
         id="text1071"><tspan
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   940
           sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   941
           id="tspan1069"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   942
           x="842.71497"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   943
           y="111.05016"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   944
           style="stroke-width:0.5px">+10</tspan></text>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   945
    </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   946
  </g>
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   947
  <text
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   948
     xml:space="preserve"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   949
     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
   950
     x="736.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   951
     y="1478.2422"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   952
     id="text995"
2814
2cabc4773885 SVGHMI: HMI_LABEL and HMI_CLASS become HMI_NODE.
Edouard Tisserant
parents: 2810
diff changeset
   953
     inkscape:label="HMI:Display@/PUMP0/PRESSURE"><tspan
2809
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   954
       sodipodi:role="line"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   955
       id="tspan993"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   956
       x="736.32812"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   957
       y="1478.2422"
b9c540253263 SVGHMI : fancier second page in tests/svghmi
Edouard Tisserant
parents: 2807
diff changeset
   958
       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
   959
  <text
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   960
     xml:space="preserve"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   961
     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
   962
     x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   963
     y="365.32291"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   964
     id="text134"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   965
     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
   966
       sodipodi:role="line"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   967
       id="tspan132"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   968
       x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   969
       y="365.32291"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   970
       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
   971
  <text
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   972
     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
   973
     id="text138"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   974
     y="422.50345"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   975
     x="28.181862"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   976
     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
   977
     xml:space="preserve"><tspan
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   978
       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
   979
       y="422.50345"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   980
       x="28.181862"
2826
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   981
       id="tspan136"
1e5abecc3cde SVGHMI : support for HMI_STRING and HMI_BOOL
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2814
diff changeset
   982
       sodipodi:role="line">8888</tspan></text>
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   983
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
   984
     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
   985
     id="g208-1"
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   986
     inkscape:label="HMI:Input@/PUMP0/STRIN"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   987
     style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   988
    <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   989
       inkscape:label="value"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   990
       id="text164"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   991
       y="218.24219"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   992
       x="136.32812"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   993
       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
   994
       xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   995
         style="stroke-width:2px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   996
         y="218.24219"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   997
         x="136.32812"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   998
         id="tspan162"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
   999
         sodipodi:role="line">8888</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1000
    <rect
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1001
       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
  1002
       id="rect166"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1003
       width="407.7037"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1004
       height="128"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1005
       x="139.85185"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1006
       y="95.40741"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1007
       onclick=""
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1008
       inkscape:label="edit" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1009
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1010
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1011
       inkscape:label="+&quot;dhu&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1012
       id="g174"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1013
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1014
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1015
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1016
         inkscape:transform-center-y="-14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1017
         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
  1018
         id="path168"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1019
         inkscape:connector-curvature="0" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1020
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1021
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1022
         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
  1023
         x="733.58197"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1024
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1025
         id="text172"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1026
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1027
           id="tspan170"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1028
           x="733.58197"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1029
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1030
           style="stroke-width:1px">dhu</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1031
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1032
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1033
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1034
       inkscape:label="=&quot;plop&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1035
       id="g182"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1036
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1037
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1038
         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
  1039
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1040
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1041
         id="path176"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1042
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1043
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1044
         sodipodi:cy="-184.98808"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1045
         sodipodi:r1="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1046
         sodipodi:r2="14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1047
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1048
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1049
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1050
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1051
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1052
         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
  1053
         inkscape:transform-center-y="-3.6154501e-05"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1054
         inkscape:transform-center-x="14.956371" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1055
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1056
         id="text180"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1057
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1058
         x="633.09552"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1059
         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
  1060
         xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1061
           style="stroke-width:1px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1062
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1063
           x="633.09552"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1064
           id="tspan178"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1065
           sodipodi:role="line">plop</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1066
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1067
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1068
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1069
       inkscape:label="=&quot;mhoo&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1070
       id="g190"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1071
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1072
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1073
         inkscape:transform-center-y="-5.9989963e-06"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1074
         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
  1075
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1076
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1077
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1078
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1079
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1080
         sodipodi:r2="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1081
         sodipodi:r1="59.825443"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1082
         sodipodi:cy="-216.2599"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1083
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1084
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1085
         id="path184"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1086
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1087
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1088
         transform="rotate(-90,746.45698,-44.543641)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1089
         inkscape:transform-center-x="14.956364" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1090
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1091
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1092
         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
  1093
         x="537.25018"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1094
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1095
         id="text188"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1096
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1097
           id="tspan186"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1098
           x="537.25018"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1099
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1100
           style="stroke-width:1px">mhoo</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1101
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1102
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1103
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1104
       inkscape:label="=&quot;yodl&quot;"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1105
       id="g198"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1106
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1107
      <path
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
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1110
         id="path192"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1111
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1112
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1113
         sodipodi:cy="105.17262"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1114
         sodipodi:r1="59.825443"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1115
         sodipodi:r2="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1116
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1117
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1118
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1119
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1120
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1121
         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
  1122
         inkscape:transform-center-y="-5.5023185e-06"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1123
         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
  1124
         inkscape:transform-center-x="-14.956365" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1125
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1126
         xml:space="preserve"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1127
         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
  1128
         x="925.82605"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1129
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1130
         id="text196"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1131
           sodipodi:role="line"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1132
           id="tspan194"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1133
           x="925.82605"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1134
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1135
           style="stroke-width:1px">yodl</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1136
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1137
    <g
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1138
       transform="translate(-416.52022,170.47452)"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1139
       inkscape:label="=&quot;mhe&quot;"
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
  1140
       id="g206-1"
2829
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1141
       style="stroke-width:2">
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1142
      <path
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1143
         inkscape:transform-center-y="-3.3040441e-05"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1144
         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
  1145
         inkscape:randomized="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1146
         inkscape:rounded="0"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1147
         inkscape:flatsided="true"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1148
         sodipodi:arg2="1.5707963"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1149
         sodipodi:arg1="0.52359878"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1150
         sodipodi:r2="14.956361"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1151
         sodipodi:r1="29.912722"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1152
         sodipodi:cy="136.44444"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1153
         sodipodi:cx="596.74072"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1154
         sodipodi:sides="3"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1155
         id="path200"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1156
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1157
         sodipodi:type="star"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1158
         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
  1159
         inkscape:transform-center-x="-14.956349" />
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1160
      <text
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1161
         id="text204"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1162
         y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1163
         x="842.71497"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1164
         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
  1165
         xml:space="preserve"><tspan
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1166
           style="stroke-width:1px"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1167
           y="111.05016"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1168
           x="842.71497"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1169
           id="tspan202"
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1170
           sodipodi:role="line">mhe</tspan></text>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1171
    </g>
4c2c50f60730 SVGHMI : HMI_STRING now also supported from HMI to PLC
Edouard Tisserant
parents: 2826
diff changeset
  1172
  </g>
2833
e74123b966ac SVGHMI : fixed bug happening when some SVG ids are containing dashes
Edouard Tisserant
parents: 2829
diff changeset
  1173
  <g
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1174
     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
  1175
     id="g2432"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1176
     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
  1177
     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
  1178
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1179
       sodipodi:nodetypes="ccccc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1180
       inkscape:label="Background"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1181
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1182
       id="path2136"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1183
       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
  1184
       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
  1185
    <rect
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1186
       ry="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1187
       rx="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1188
       y="15.77106"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1189
       x="64.024963"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1190
       height="30.150299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1191
       width="361.89996"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1192
       id="rect2426"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1193
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1194
       inkscape:label="Field" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1195
    <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1196
       id="text2430"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1197
       y="37.408375"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1198
       x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1199
       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
  1200
       xml:space="preserve"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1201
       inkscape:label="Value"><tspan
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1202
         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
  1203
         y="37.408375"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1204
         x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1205
         id="tspan2428"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1206
         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
  1207
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1208
       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
  1209
       inkscape:label="Enter"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1210
       id="g4947"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1211
       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
  1212
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1213
         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
  1214
         id="path193"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1215
         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
  1216
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1217
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1218
         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
  1219
         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
  1220
         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
  1221
         id="path6545-4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1222
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1223
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1224
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1225
       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
  1226
       inkscape:label="Keys"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1227
       id="g4993"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1228
       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
  1229
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1230
         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
  1231
         inkscape:label="7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1232
         id="g4892">
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
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1235
           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
  1236
           id="path163"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1237
           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
  1238
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1239
           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
  1240
           id="text331"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1241
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1242
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1243
           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
  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="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="4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1248
         id="g4907">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1249
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1250
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1251
           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
  1252
           id="path169"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1253
           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
  1254
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1255
           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
  1256
           id="text335"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1257
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1258
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1259
           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
  1260
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1261
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1262
         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
  1263
         inkscape:label="1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1264
         id="g4922">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1265
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1266
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1267
           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
  1268
           id="path175"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1269
           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
  1270
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1271
           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
  1272
           id="text339"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1273
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1274
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1275
           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
  1276
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1277
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1278
         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
  1279
         inkscape:label="8"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1280
         id="g4897">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1281
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1282
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1283
           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
  1284
           id="path165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1285
           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
  1286
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1287
           style="font-weight:normal;font-size: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
  1288
           id="text347"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1289
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1290
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1291
           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
  1292
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1293
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1294
         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
  1295
         inkscape:label="5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1296
         id="g4912">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1297
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1298
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1299
           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
  1300
           id="path171"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1301
           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
  1302
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1303
           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
  1304
           id="text351"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1305
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1306
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1307
           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
  1308
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1309
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1310
         style="stroke-width:0.13585199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1311
         inkscape:label="2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1312
         id="g4927">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1313
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1314
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1315
           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
  1316
           id="path177"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1317
           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
  1318
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1319
           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
  1320
           id="text355"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1321
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1322
           x="667.07562"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1323
           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
  1324
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1325
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1326
         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
  1327
         inkscape:label="9"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1328
         id="g4902">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1329
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1330
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1331
           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
  1332
           id="path167"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1333
           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
  1334
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1335
           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
  1336
           id="text363"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1337
           y="129.38269"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1338
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1339
           transform="scale(1.0007154,0.99928514)">9</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1340
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1341
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1342
         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
  1343
         inkscape:label="6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1344
         id="g4917">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1345
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1346
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1347
           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
  1348
           id="path173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1349
           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
  1350
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1351
           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
  1352
           id="text367"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1353
           y="154.10822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1354
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1355
           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
  1356
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1357
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1358
         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
  1359
         inkscape:label="3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1360
         id="g4932">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1361
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1362
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1363
           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
  1364
           id="path179"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1365
           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
  1366
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1367
           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
  1368
           id="text371"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1369
           y="179.82285"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1370
           x="695.75708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1371
           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
  1372
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1373
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1374
         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
  1375
         inkscape:label="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1376
         id="g4937">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1377
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1378
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1379
           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
  1380
           id="path373"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1381
           style="opacity:1;vector-effect:none;fill:#d3d2d2;fill-opacity:1;stroke:none;stroke-width:0.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
  1382
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1383
           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
  1384
           id="text377"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1385
           y="205.53712"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1386
           x="636.4165"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1387
           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
  1388
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1389
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1390
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1391
       id="g3113"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1392
       inkscape:label="Esc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1393
       transform="translate(-318.22576)">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1394
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1395
         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
  1396
         id="path167-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1397
         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
  1398
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1399
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1400
         x="394.42801"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1401
         y="78.632088"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1402
         id="text469-4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1403
         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
  1404
         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
  1405
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1406
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1407
       id="g3109"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1408
       inkscape:label="BackSpace"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1409
       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
  1410
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1411
         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
  1412
         id="path173-1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1413
         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
  1414
         inkscape:connector-curvature="0" />
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="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
  1417
         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
  1418
         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
  1419
         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
  1420
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1421
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1422
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1423
       id="g787"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1424
       inkscape:label="Sign"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1425
       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
  1426
       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
  1427
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1428
         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
  1429
         id="path781"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1430
         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
  1431
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1432
      <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1433
         x="642.1239"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1434
         y="135.09822"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1435
         id="text783"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1436
         style="font-weight:normal;font-size: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
  1437
         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
  1438
    </g>
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1439
    <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1440
       xml:space="preserve"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1441
       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
  1442
       x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1443
       y="12.333653"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1444
       id="text509"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1445
       transform="scale(0.96824589,1.0327955)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1446
       inkscape:label="Info"><tspan
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1447
         sodipodi:role="line"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1448
         id="tspan507"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1449
         x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1450
         y="12.333653"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  1451
         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
  1452
    <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
  1453
       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
  1454
       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
  1455
       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
  1456
       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
  1457
      <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
  1458
         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
  1459
         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
  1460
         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
  1461
         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
  1462
      <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
  1463
         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
  1464
         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
  1465
         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
  1466
         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
  1467
         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
  1468
    </g>
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1469
  </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1470
  <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1471
     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
  1472
     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
  1473
     id="g4278"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1474
     inkscape:label="HMI:Keypad:HMI_STRING">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1475
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1476
       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
  1477
       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
  1478
       id="rect1006-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1479
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1480
       inkscape:label="Background"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1481
       sodipodi:nodetypes="ccccc" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1482
    <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1483
       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
  1484
       id="path185"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1485
       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
  1486
       inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1487
       inkscape:label="Space" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1488
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1489
       id="g4380"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1490
       inkscape:label="Keys"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1491
       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
  1492
       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
  1493
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1494
         id="g4283"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1495
         inkscape:label="q Q"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1496
         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
  1497
         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
  1498
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1499
           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
  1500
           id="path41"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1501
           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
  1502
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1503
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1504
           x="99.378708"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1505
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1506
           id="text203"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1507
           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
  1508
           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
  1509
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1510
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1511
         id="g4337"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1512
         inkscape:label="w W"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1513
         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
  1514
         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
  1515
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1516
           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
  1517
           id="path43"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1518
           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
  1519
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1520
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1521
           x="127.0709"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1522
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1523
           id="text207"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1524
           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
  1525
           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
  1526
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1527
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1528
         id="g4332"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1529
         inkscape:label="e E"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1530
         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
  1531
         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
  1532
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1533
           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
  1534
           id="path45"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1535
           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
  1536
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1537
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1538
           x="159.70854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1539
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1540
           id="text211"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1541
           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
  1542
           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
  1543
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1544
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1545
         id="g4326"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1546
         inkscape:label="r R"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1547
         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
  1548
         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
  1549
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1550
           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
  1551
           id="path47"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1552
           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
  1553
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1554
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1555
           x="188.39003"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1556
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1557
           id="text215"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1558
           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
  1559
           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
  1560
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1561
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1562
         id="g4321"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1563
         inkscape:label="t T"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1564
         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
  1565
         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
  1566
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1567
           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
  1568
           id="path49"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1569
           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
  1570
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1571
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1572
           x="219.04961"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1573
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1574
           id="text219"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1575
           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
  1576
           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
  1577
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1578
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1579
         id="g4316"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1580
         inkscape:label="y Y"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1581
         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
  1582
         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
  1583
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1584
           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
  1585
           id="path51"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1586
           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
  1587
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1588
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1589
           x="248.72017"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1590
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1591
           id="text223"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1592
           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
  1593
           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
  1594
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1595
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1596
         id="g4311"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1597
         inkscape:label="u U"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1598
         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
  1599
         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
  1600
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1601
           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
  1602
           id="path53"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1603
           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
  1604
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1605
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1606
           x="278.39075"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1607
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1608
           id="text227"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1609
           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
  1610
           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
  1611
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1612
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1613
         id="g4306"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1614
         inkscape:label="i I"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1615
         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
  1616
         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
  1617
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1618
           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
  1619
           id="path55"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1620
           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
  1621
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1622
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1623
           x="311.02859"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1624
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1625
           id="text231"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1626
           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
  1627
           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
  1628
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1629
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1630
         id="g4301"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1631
         inkscape:label="o O"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1632
         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
  1633
         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
  1634
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1635
           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
  1636
           id="path57"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1637
           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
  1638
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1639
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1640
           x="336.74319"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1641
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1642
           id="text235"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1643
           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
  1644
           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
  1645
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1646
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1647
         id="g4296"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1648
         inkscape:label="p P"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1649
         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
  1650
         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
  1651
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1652
           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
  1653
           id="path59"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1654
           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
  1655
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1656
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1657
           x="367.40256"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1658
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1659
           id="text239"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1660
           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
  1661
           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
  1662
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1663
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1664
         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
  1665
         id="g4511"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1666
         inkscape:label="a A">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1667
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1668
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1669
           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
  1670
           id="path65"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1671
           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
  1672
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1673
           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
  1674
           id="text243"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1675
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1676
           x="107.29005"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1677
           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
  1678
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1679
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1680
         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
  1681
         id="g4516"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1682
         inkscape:label="s S">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1683
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1684
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1685
           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
  1686
           id="path67"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1687
           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
  1688
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1689
           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
  1690
           id="text247"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1691
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1692
           x="137.95012"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1693
           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
  1694
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1695
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1696
         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
  1697
         id="g4521"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1698
         inkscape:label="d D">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1699
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1700
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1701
           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
  1702
           id="path69"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1703
           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
  1704
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1705
           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
  1706
           id="text251"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1707
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1708
           x="166.63159"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1709
           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
  1710
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1711
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1712
         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
  1713
         id="g4526"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1714
         inkscape:label="f F">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1715
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1716
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1717
           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
  1718
           id="path71"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1719
           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
  1720
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1721
           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
  1722
           id="text255"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1723
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1724
           x="197.29166"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1725
           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
  1726
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1727
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1728
         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
  1729
         id="g4531"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1730
         inkscape:label="g G">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1731
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1732
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1733
           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
  1734
           id="path73"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1735
           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
  1736
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1737
           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
  1738
           id="text259"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1739
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1740
           x="225.97284"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1741
           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
  1742
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1743
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1744
         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
  1745
         id="g4536"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1746
         inkscape:label="h H">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1747
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1748
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1749
           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
  1750
           id="path75"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1751
           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
  1752
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1753
           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
  1754
           id="text263"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1755
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1756
           x="255.64342"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1757
           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
  1758
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1759
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1760
         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
  1761
         id="g4541"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1762
         inkscape:label="j J">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1763
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1764
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1765
           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
  1766
           id="path77"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1767
           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
  1768
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1769
           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
  1770
           id="text267"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1771
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1772
           x="287.29208"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1773
           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
  1774
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1775
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1776
         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
  1777
         id="g4546"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1778
         inkscape:label="k K">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1779
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1780
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1781
           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
  1782
           id="path79"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1783
           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
  1784
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1785
           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
  1786
           id="text271"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1787
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1788
           x="314.98465"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1789
           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
  1790
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1791
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1792
         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
  1793
         id="g4551"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1794
         inkscape:label="l L">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1795
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1796
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1797
           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
  1798
           id="path81"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1799
           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
  1800
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1801
           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
  1802
           id="text275"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1803
           y="163.99854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1804
           x="345.64444"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1805
           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
  1806
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1807
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1808
         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
  1809
         id="g4586"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1810
         inkscape:label="z Z"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1811
         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
  1812
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1813
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1814
           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
  1815
           id="path87-3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1816
           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
  1817
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1818
           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
  1819
           id="text279"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1820
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1821
           x="119.15855"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1822
           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
  1823
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1824
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1825
         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
  1826
         id="g4581"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1827
         inkscape:label="x X"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1828
         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
  1829
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1830
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1831
           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
  1832
           id="path89-6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1833
           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
  1834
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1835
           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
  1836
           id="text283"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1837
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1838
           x="148.82933"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1839
           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
  1840
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1841
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1842
         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
  1843
         id="g4576"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1844
         inkscape:label="c C"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1845
         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
  1846
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1847
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1848
           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
  1849
           id="path91-7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1850
           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
  1851
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1852
           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
  1853
           id="text287"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1854
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1855
           x="178.50011"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1856
           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
  1857
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1858
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1859
         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
  1860
         id="g4571"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1861
         inkscape:label="v V"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1862
         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
  1863
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1864
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1865
           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
  1866
           id="path195"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1867
           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
  1868
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1869
           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
  1870
           id="text291"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1871
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1872
           x="208.16988"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1873
           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
  1874
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1875
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1876
         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
  1877
         id="g4566"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1878
         inkscape:label="b B"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1879
         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
  1880
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1881
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1882
           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
  1883
           id="path93"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1884
           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
  1885
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1886
           style="font-weight:normal;font-size: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
  1887
           id="text295"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1888
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1889
           x="237.84096"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1890
           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
  1891
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1892
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1893
         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
  1894
         id="g4561"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1895
         inkscape:label="n N"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1896
         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
  1897
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1898
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1899
           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
  1900
           id="path95"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1901
           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
  1902
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1903
           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
  1904
           id="text299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1905
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1906
           x="267.51193"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1907
           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
  1908
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1909
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1910
         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
  1911
         id="g4556"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1912
         inkscape:label="m M"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1913
         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
  1914
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1915
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1916
           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
  1917
           id="path97"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1918
           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
  1919
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1920
           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
  1921
           id="text303"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1922
           y="188.72411"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1923
           x="296.1933"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1924
           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
  1925
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1926
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1927
         id="g4818"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1928
         inkscape:label=". :"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1929
         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
  1930
         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
  1931
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1932
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1933
           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
  1934
           id="path101"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1935
           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
  1936
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1937
           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
  1938
           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
  1939
           id="text719"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1940
           y="189.66107"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1941
           x="359.58276">.</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1942
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1943
           x="359.58276"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1944
           y="181.64532"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1945
           id="text4834"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1946
           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
  1947
           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
  1948
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1949
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1950
         id="g4813"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1951
         inkscape:label=", ;"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1952
         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
  1953
         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
  1954
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1955
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1956
           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
  1957
           id="path99"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1958
           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
  1959
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1960
           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
  1961
           id="text727"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1962
           y="181.64532"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1963
           x="330.00806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1964
           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
  1965
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1966
           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
  1967
           y="189.66107"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1968
           x="330.00806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1969
           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
  1970
           id="text4826">,</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1971
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1972
      <g
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
         inkscape:label="1"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1975
         id="g2845"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1976
         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
  1977
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1978
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1979
           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
  1980
           id="path2839"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1981
           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
  1982
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1983
           style="font-weight:normal;font-size: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
  1984
           id="text2841"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1985
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1986
           x="101.07153"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1987
           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
  1988
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1989
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1990
         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
  1991
         inkscape:label="2"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1992
         id="g2853"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1993
         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
  1994
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1995
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1996
           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
  1997
           id="path2847"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  1998
           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
  1999
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2000
           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
  2001
           id="text2849"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2002
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2003
           x="130.18704"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2004
           transform="scale(1.0007154,0.99928513)">2</text>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2005
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2006
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2007
         inkscape:label="3"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2008
         id="g2861"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2009
         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
  2010
         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
  2011
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2012
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2013
           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
  2014
           id="path2855"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2015
           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
  2016
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2017
           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
  2018
           id="text2857"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2019
           y="138.28395"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2020
           x="159.70854"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2021
           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
  2022
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2023
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2024
         id="g2957"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2025
         inkscape:label="4"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2026
         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
  2027
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2028
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2029
           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
  2030
           id="path2865"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2031
           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
  2032
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2033
           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
  2034
           id="text2867"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2035
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2036
           x="176.39188"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2037
           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
  2038
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2039
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2040
         id="g2962"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2041
         inkscape:label="5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2042
         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
  2043
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2044
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2045
           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
  2046
           id="path2873"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2047
           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
  2048
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2049
           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
  2050
           id="text2875"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2051
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2052
           x="205.70567"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2053
           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
  2054
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2055
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2056
         id="g2967"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2057
         inkscape:label="6"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2058
         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
  2059
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2060
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2061
           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
  2062
           id="path2881"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2063
           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
  2064
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2065
           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
  2066
           id="text2883"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2067
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2068
           x="236.15851"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2069
           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
  2070
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2071
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2072
         id="g2972"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2073
         inkscape:label="7"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2074
         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
  2075
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2076
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2077
           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
  2078
           id="path2889"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2079
           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
  2080
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2081
           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
  2082
           id="text2891"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2083
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2084
           x="266.06564"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2085
           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
  2086
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2087
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2088
         id="g2977"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2089
         inkscape:label="8"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2090
         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
  2091
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2092
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2093
           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
  2094
           id="path2897"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2095
           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
  2096
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2097
           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
  2098
           id="text2899"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2099
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2100
           x="295.08231"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2101
           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
  2102
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2103
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2104
         id="g2982"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2105
         inkscape:label="9 -"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2106
         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
  2107
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2108
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2109
           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
  2110
           id="path2905"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2111
           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
  2112
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2113
           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
  2114
           id="text2907"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2115
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2116
           x="325.05408"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2117
           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
  2118
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2119
           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
  2120
           x="335.72681"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2121
           y="102.42173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2122
           id="text806"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2123
           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
  2124
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2125
      <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2126
         id="g2987"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2127
         inkscape:label="0 +"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2128
         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
  2129
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2130
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2131
           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
  2132
           id="path2913"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2133
           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
  2134
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2135
           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
  2136
           id="text2915"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2137
           y="111.55791"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2138
           x="355.05984"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2139
           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
  2140
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2141
           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
  2142
           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
  2143
           id="text804"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2144
           y="102.42173"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2145
           x="365.30151">+</text>
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
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2148
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2149
       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
  2150
       id="g3544"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2151
       inkscape:label="Esc"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2152
       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
  2153
      <path
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:#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
  2155
         id="path105"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2156
         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
  2157
         inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2158
         sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2159
      <text
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.99928512)"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2161
         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
  2162
         id="text469"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2163
         y="130.02028"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2164
         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
  2165
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2166
    <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2167
       inkscape:label="Enter"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2168
       id="g4291"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2169
       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
  2170
       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
  2171
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2172
         sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2173
         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
  2174
         id="path3616"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2175
         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
  2176
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2177
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2178
         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
  2179
         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
  2180
         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
  2181
         id="path6545"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2182
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2183
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2184
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2185
       inkscape:label="BackSpace"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2186
       id="g4287"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2187
       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
  2188
       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
  2189
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2190
         sodipodi:nodetypes="sssssssss"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2191
         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
  2192
         id="path3624"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2193
         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
  2194
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2195
      <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2196
         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
  2197
         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
  2198
         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
  2199
         id="path11623-1-0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2200
         inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2201
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2202
    <g
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2203
       id="g934"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2204
       inkscape:label="CapsLock">
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="inactive"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2207
         id="g942"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2208
         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
  2209
         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
  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="path936"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2214
           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
  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
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2217
           x="69.789322"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2218
           y="156.71973"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2219
           id="text938-5"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2220
           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
  2221
           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
  2222
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2223
           x="69.789322"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2224
           y="166.5585"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2225
           id="text940"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2226
           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
  2227
           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
  2228
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2229
      <g
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
         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
  2232
         id="g4429"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2233
         inkscape:label="active">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2234
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2235
           inkscape:connector-curvature="0"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2236
           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
  2237
           id="path199"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2238
           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
  2239
           sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2240
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2241
           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
  2242
           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
  2243
           id="text647"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2244
           y="156.71973"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2245
           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
  2246
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2247
           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
  2248
           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
  2249
           id="text651"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2250
           y="166.5585"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2251
           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
  2252
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2253
    </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2254
    <rect
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2255
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2256
       id="rect2130"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2257
       width="361.89996"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2258
       height="30.150299"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2259
       x="64.024956"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2260
       y="15.771065"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2261
       rx="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2262
       ry="3.8152773"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2263
       inkscape:label="Field" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2264
    <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2265
       xml:space="preserve"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2266
       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
  2267
       x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2268
       y="38.296417"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2269
       id="text1309"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2270
       inkscape:label="Value"><tspan
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2271
         sodipodi:role="line"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2272
         id="tspan1307"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2273
         x="72.50132"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2274
         y="38.296417"
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2275
         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
  2276
    <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2277
       id="g437"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2278
       inkscape:label="Shift">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2279
      <g
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2280
         id="g421"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2281
         inkscape:label="inactive">
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2282
        <path
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2283
           inkscape:connector-curvature="0"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2284
           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
  2285
           id="path910"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2286
           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
  2287
           sodipodi:nodetypes="sssssssss" />
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2288
        <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2289
           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
  2290
           id="text912"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2291
           y="177.90059"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2292
           x="392.55679"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2293
           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
  2294
        <path
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2295
           sodipodi:nodetypes="sssssssss"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2296
           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
  2297
           id="path856"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2298
           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
  2299
           inkscape:connector-curvature="0" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2300
        <text
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2301
           x="75.85218"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2302
           y="177.90059"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2303
           id="text858"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2304
           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
  2305
           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
  2306
      </g>
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2307
      <g
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2308
         id="g413"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2309
         inkscape:label="active">
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2310
        <path
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2311
           sodipodi:nodetypes="sssssssss"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2312
           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
  2313
           id="path551"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2314
           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
  2315
           inkscape:connector-curvature="0" />
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2316
        <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2317
           transform="scale(1.0007154,0.99928513)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2318
           x="392.55679"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2319
           y="177.90059"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2320
           id="text629"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2321
           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
  2322
        <path
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2323
           inkscape:connector-curvature="0"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2324
           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
  2325
           id="path879"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2326
           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
  2327
           sodipodi:nodetypes="sssssssss" />
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2328
        <text
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2329
           transform="scale(1.0007154,0.99928513)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2330
           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
  2331
           id="text881"
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2332
           y="177.90059"
2915
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2333
           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
  2334
      </g>
48c9a5f6ce38 SVGHMI: Added keypads to svghmi test's SVG file
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2833
diff changeset
  2335
    </g>
2917
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2336
    <text
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2337
       transform="scale(0.96824588,1.0327955)"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2338
       id="text471"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2339
       y="12.333657"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2340
       x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2341
       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
  2342
       xml:space="preserve"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2343
       inkscape:label="Info"><tspan
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2344
         style="stroke-width:0.30784383px"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2345
         y="12.333657"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2346
         x="252.9579"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2347
         id="tspan469"
c8d923dd707f SVGHMI: Keypad working for HMI_STRING, still Shift/CapsLock not finished.
Edouard Tisserant
parents: 2915
diff changeset
  2348
         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
  2349
  </g>
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2350
  <g
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2351
     id="g14237"
2936
53fb11263ff1 SVGHMI: HMI:DropDown: more documentation.
Edouard Tisserant
parents: 2931
diff changeset
  2352
     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
  2353
     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
  2354
    <rect
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2355
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2356
       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
  2357
       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
  2358
       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
  2359
       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
  2360
       y="923.98993"
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2361
       rx="7"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2362
       ry="7"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2363
       inkscape:label="box" />
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2364
    <text
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2365
       id="text14183"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2366
       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
  2367
       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
  2368
       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
  2369
       xml:space="preserve"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2370
       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
  2371
         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
  2372
         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
  2373
         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
  2374
         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
  2375
         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
  2376
    <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
  2377
       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
  2378
       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
  2379
       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
  2380
       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
  2381
       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
  2382
       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
  2383
       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
  2384
       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
  2385
       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
  2386
       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
  2387
       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
  2388
       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
  2389
       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
  2390
       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
  2391
       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
  2392
       inkscape:label="button" />
2922
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2393
  </g>
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2394
  <g
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2395
     id="g14274"
ddce4ebdf010 SVGHMI: intermediate commit while working on dropdown widget.
Edouard Tisserant
parents: 2920
diff changeset
  2396
     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
  2397
  <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
  2398
     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
  2399
     id="g446"
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2400
     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
  2401
    <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
  2402
       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
  2403
       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
  2404
       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
  2405
       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
  2406
       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
  2407
       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
  2408
         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
  2409
         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
  2410
         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
  2411
         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
  2412
         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
  2413
    <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
  2414
       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
  2415
       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
  2416
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2417
       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
  2418
       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
  2419
       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
  2420
       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
  2421
       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
  2422
       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
  2423
       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
  2424
       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
  2425
       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
  2426
       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
  2427
       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
  2428
       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
  2429
       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
  2430
       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
  2431
    <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
  2432
       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
  2433
       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
  2434
       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
  2435
       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
  2436
       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
  2437
       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
  2438
       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
  2439
       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
  2440
    <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
  2441
       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
  2442
       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
  2443
       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
  2444
       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
  2445
       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
  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
       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
  2448
       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
  2449
       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
  2450
       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
  2451
       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
  2452
       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
  2453
       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
  2454
       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
  2455
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2456
       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
  2457
    <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
  2458
       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
  2459
       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
  2460
       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
  2461
       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
  2462
       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
  2463
       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
  2464
       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
  2465
       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
  2466
       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
  2467
       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
  2468
       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
  2469
       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
  2470
       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
  2471
       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
  2472
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2473
       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
  2474
       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
  2475
  </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
  2476
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2477
     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
  2478
     id="g443"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2479
     inkscape:label="HMI:Button@/SELECTION"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2480
     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
  2481
    <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
  2482
       id="g435"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2483
       inkscape:label="bg"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2484
       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
  2485
      <rect
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2486
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2487
         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
  2488
         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
  2489
         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
  2490
         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
  2491
         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
  2492
         ry="47.861938"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2493
         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
  2494
         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
  2495
    </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
  2496
    <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
  2497
       id="g441"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2498
       inkscape:label="text"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2499
       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
  2500
      <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
  2501
         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
  2502
         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
  2503
         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
  2504
         x="1090.7626"
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2505
         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
  2506
         xml:space="preserve"><tspan
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2507
           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
  2508
           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
  2509
           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
  2510
           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
  2511
           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
  2512
    </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
  2513
  </g>
2962
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2514
  <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2515
     id="g5053"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2516
     inkscape:label="HMI:Switch@/PUMP0/BOOLOUT">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2517
    <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2518
       sodipodi:type="inkscape:box3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2519
       id="g473"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2520
       style="fill:#ff0000;stroke:#ff00ff"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2521
       inkscape:perspectiveID="#perspective445"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2522
       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
  2523
       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
  2524
       inkscape:label="true">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2525
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2526
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2527
         id="path461"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2528
         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
  2529
         inkscape:box3dsidetype="6"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2530
         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
  2531
         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
  2532
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2533
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2534
         id="path463"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2535
         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
  2536
         inkscape:box3dsidetype="13"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2537
         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
  2538
         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
  2539
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2540
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2541
         id="path465"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2542
         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
  2543
         inkscape:box3dsidetype="11"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2544
         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
  2545
         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
  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="path467"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2549
         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
  2550
         inkscape:box3dsidetype="5"
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 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
  2552
         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
  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="path469"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2556
         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
  2557
         inkscape:box3dsidetype="14"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2558
         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
  2559
         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
  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="path471"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2563
         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
  2564
         inkscape:box3dsidetype="3"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2565
         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
  2566
         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
  2567
    </g>
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2568
    <g
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2569
       sodipodi:type="inkscape:box3d"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2570
       id="g501"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2571
       style="fill:#ff0000;stroke:#ff00ff"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2572
       inkscape:perspectiveID="#perspective503"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2573
       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
  2574
       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
  2575
       inkscape:label="false">
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2576
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2577
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2578
         id="path489"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2579
         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
  2580
         inkscape:box3dsidetype="6"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2581
         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
  2582
         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
  2583
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2584
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2585
         id="path491"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2586
         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
  2587
         inkscape:box3dsidetype="13"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2588
         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
  2589
         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
  2590
      <path
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2591
         sodipodi:type="inkscape:box3dside"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2592
         id="path493"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2593
         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
  2594
         inkscape:box3dsidetype="11"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2595
         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
  2596
         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
  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="path495"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2600
         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
  2601
         inkscape:box3dsidetype="5"
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 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
  2603
         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
  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="path497"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2607
         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
  2608
         inkscape:box3dsidetype="14"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2609
         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
  2610
         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
  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="path499"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2614
         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
  2615
         inkscape:box3dsidetype="3"
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2616
         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
  2617
         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
  2618
    </g>
02ea529fd08c SVGHMI: Switch widget now use class declaration
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2961
diff changeset
  2619
  </g>
2983
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2620
  <g
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  2621
     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
  2622
     id="g208-1-3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2623
     inkscape:label="HMI:Input@/SOMEPLCGLOBAL"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2624
     style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2625
    <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2626
       inkscape:label="value"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2627
       id="text164-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2628
       y="218.24219"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2629
       x="136.32812"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2630
       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
  2631
       xml:space="preserve"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2632
         style="stroke-width:2px"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2633
         y="218.24219"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2634
         x="136.32812"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2635
         id="tspan162-7"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2636
         sodipodi:role="line">8888</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2637
    <rect
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2638
       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
  2639
       id="rect166-5"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2640
       width="407.7037"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2641
       height="128"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2642
       x="139.85185"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2643
       y="95.40741"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2644
       onclick=""
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2645
       inkscape:label="edit" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2646
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2647
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2648
       inkscape:label="+&quot;dhu&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2649
       id="g174-3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2650
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2651
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2652
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2653
         inkscape:transform-center-y="-14.956361"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2654
         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
  2655
         id="path168-5"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2656
         inkscape:connector-curvature="0" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2657
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2658
         xml:space="preserve"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2659
         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
  2660
         x="733.58197"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2661
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2662
         id="text172-6"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2663
           sodipodi:role="line"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2664
           id="tspan170-2"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2665
           x="733.58197"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2666
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2667
           style="stroke-width:1px">dhu</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2668
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2669
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2670
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2671
       inkscape:label="=&quot;plop&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2672
       id="g182-9"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2673
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2674
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2675
         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
  2676
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2677
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2678
         id="path176-1"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2679
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2680
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2681
         sodipodi:cy="-184.98808"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2682
         sodipodi:r1="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2683
         sodipodi:r2="14.956361"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2684
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2685
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2686
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2687
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2688
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2689
         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
  2690
         inkscape:transform-center-y="-3.6154501e-05"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2691
         inkscape:transform-center-x="14.956371" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2692
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2693
         id="text180-2"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2694
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2695
         x="633.09552"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2696
         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
  2697
         xml:space="preserve"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2698
           style="stroke-width:1px"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2699
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2700
           x="633.09552"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2701
           id="tspan178-7"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2702
           sodipodi:role="line">plop</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2703
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2704
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2705
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2706
       inkscape:label="=&quot;mhoo&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2707
       id="g190-0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2708
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2709
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2710
         inkscape:transform-center-y="-5.9989963e-06"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2711
         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
  2712
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2713
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2714
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2715
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2716
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2717
         sodipodi:r2="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2718
         sodipodi:r1="59.825443"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2719
         sodipodi:cy="-216.2599"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2720
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2721
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2722
         id="path184-9"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2723
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2724
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2725
         transform="rotate(-90,746.45698,-44.543641)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2726
         inkscape:transform-center-x="14.956364" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2727
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2728
         xml:space="preserve"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2729
         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
  2730
         x="537.25018"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2731
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2732
         id="text188-3"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2733
           sodipodi:role="line"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2734
           id="tspan186-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2735
           x="537.25018"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2736
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2737
           style="stroke-width:1px">mhoo</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2738
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2739
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2740
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2741
       inkscape:label="=&quot;yodl&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2742
       id="g198-0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2743
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2744
      <path
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
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2747
         id="path192-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2748
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2749
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2750
         sodipodi:cy="105.17262"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2751
         sodipodi:r1="59.825443"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2752
         sodipodi:r2="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2753
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2754
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2755
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2756
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2757
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2758
         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
  2759
         inkscape:transform-center-y="-5.5023185e-06"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2760
         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
  2761
         inkscape:transform-center-x="-14.956365" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2762
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2763
         xml:space="preserve"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2764
         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
  2765
         x="925.82605"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2766
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2767
         id="text196-2"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2768
           sodipodi:role="line"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2769
           id="tspan194-6"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2770
           x="925.82605"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2771
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2772
           style="stroke-width:1px">yodl</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2773
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2774
    <g
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2775
       transform="translate(-416.52022,170.47452)"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2776
       inkscape:label="=&quot;mhe&quot;"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2777
       id="g206-1-1"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2778
       style="stroke-width:2">
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2779
      <path
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2780
         inkscape:transform-center-y="-3.3040441e-05"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2781
         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
  2782
         inkscape:randomized="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2783
         inkscape:rounded="0"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2784
         inkscape:flatsided="true"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2785
         sodipodi:arg2="1.5707963"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2786
         sodipodi:arg1="0.52359878"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2787
         sodipodi:r2="14.956361"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2788
         sodipodi:r1="29.912722"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2789
         sodipodi:cy="136.44444"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2790
         sodipodi:cx="596.74072"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2791
         sodipodi:sides="3"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2792
         id="path200-8"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2793
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  2794
         sodipodi:type="star"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2795
         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
  2796
         inkscape:transform-center-x="-14.956349" />
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2797
      <text
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2798
         id="text204-7"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2799
         y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2800
         x="842.71497"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2801
         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
  2802
         xml:space="preserve"><tspan
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2803
           style="stroke-width:1px"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2804
           y="111.05016"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2805
           x="842.71497"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2806
           id="tspan202-9"
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2807
           sodipodi:role="line">mhe</tspan></text>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2808
    </g>
43198edb6ac0 SVGHMI: Add use of Python PLC Globals it test
Edouard Tisserant
parents: 2962
diff changeset
  2809
  </g>
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2810
  <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2811
     id="g1289"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2812
     inkscape:label="HMI:JsonTable:/alarms@/ALARMCOUNT">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2813
    <rect
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2814
       inkscape:label="cursor"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2815
       ry="14"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2816
       rx="12.247418"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2817
       y="68.515991"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2818
       x="1192.0886"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2819
       height="165.68298"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2820
       width="68.255615"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2821
       id="rect1264"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2822
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2823
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2824
       inkscape:label="backward"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2825
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2826
       d="m 1226.2165,18.9847 34.1278,34.74552 h -68.2556 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2827
       id="path1266"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2828
       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
  2829
       sodipodi:nodetypes="cccc" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2830
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2831
       inkscape:label="forward"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2832
       sodipodi:nodetypes="cccc"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2833
       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
  2834
       id="path1268"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2835
       d="m 1226.2165,283.7301 34.1278,-34.7453 h -68.2556 z"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2836
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2837
    <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2838
       id="g5231"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2839
       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
  2840
      <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2841
         id="g1384"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2842
         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
  2843
         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
  2844
        <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2845
           x="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2846
           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
  2847
           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
  2848
           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
  2849
           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
  2850
           id="use1378"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2851
           width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2852
           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
  2853
           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
  2854
           inkscape:label=".sides" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2855
        <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2856
           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
  2857
           style="font-style:normal;font-weight:normal;font-size:40px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2858
           x="971.58551"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2859
           y="56.106419"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2860
           id="text1382"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2861
           inkscape:label=".name"><tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2862
             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
  2863
             id="tspan1380"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2864
             x="971.58551"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2865
             y="56.106419">value</tspan></text>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2866
      </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2867
      <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2868
         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
  2869
         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
  2870
         height="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2871
         width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2872
         id="use5200"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2873
         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
  2874
         y="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2875
         x="0" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2876
      <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2877
         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
  2878
         x="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2879
         y="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2880
         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
  2881
         id="use5202"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2882
         width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2883
         height="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2884
         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
  2885
      <use
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2886
         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
  2887
         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
  2888
         height="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2889
         width="100%"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2890
         id="use5204"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2891
         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
  2892
         y="0"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2893
         x="0" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2894
    </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2895
  </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2896
  <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
  2897
     id="g1332"
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
  2898
     inkscape:label="polygons">
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2899
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2900
       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
  2901
       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
  2902
       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
  2903
       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
  2904
       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
  2905
       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
  2906
       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
  2907
       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
  2908
       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
  2909
       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
  2910
       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
  2911
       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
  2912
       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
  2913
       id="path1298"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2914
       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
  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
       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
  2917
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2918
       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
  2919
       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
  2920
       id="path1308"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2921
       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
  2922
       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
  2923
       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
  2924
       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
  2925
       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
  2926
       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
  2927
       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
  2928
       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
  2929
       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
  2930
       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
  2931
       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
  2932
       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
  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:label="four" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2935
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2936
       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
  2937
       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
  2938
       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
  2939
       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
  2940
       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
  2941
       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
  2942
       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
  2943
       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
  2944
       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
  2945
       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
  2946
       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
  2947
       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
  2948
       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
  2949
       id="path1310"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2950
       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
  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
       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
  2953
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2954
       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
  2955
       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
  2956
       id="path1312"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2957
       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
  2958
       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
  2959
       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
  2960
       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
  2961
       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
  2962
       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
  2963
       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
  2964
       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
  2965
       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
  2966
       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
  2967
       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
  2968
       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
  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:label="six" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2971
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2972
       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
  2973
       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
  2974
       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
  2975
       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
  2976
       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
  2977
       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
  2978
       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
  2979
       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
  2980
       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
  2981
       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
  2982
       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
  2983
       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
  2984
       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
  2985
       id="path1314"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2986
       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
  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
       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
  2989
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2990
       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
  2991
       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
  2992
       id="path1316"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  2993
       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
  2994
       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
  2995
       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
  2996
       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
  2997
       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
  2998
       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
  2999
       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
  3000
       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
  3001
       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
  3002
       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
  3003
       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
  3004
       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
  3005
       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
  3006
       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
  3007
  </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3008
  <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
  3009
     inkscape:label="HMI:List:polygons"
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
     id="g1311">
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
    <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
  3012
       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
  3013
       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
  3014
       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
  3015
       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
  3016
       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
  3017
       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
  3018
       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
  3019
       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
  3020
       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
  3021
       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
  3022
       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
  3023
    <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
  3024
       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
  3025
       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
  3026
       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
  3027
       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
  3028
       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
  3029
       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
  3030
       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
  3031
       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
  3032
       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
  3033
       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
  3034
    <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
  3035
       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
  3036
       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
  3037
       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
  3038
       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
  3039
       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
  3040
       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
  3041
       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
  3042
       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
  3043
       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
  3044
       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
  3045
    <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
  3046
       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
  3047
       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
  3048
       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
  3049
       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
  3050
       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
  3051
       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
  3052
       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
  3053
       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
  3054
       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
  3055
       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
  3056
    <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
  3057
       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
  3058
       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
  3059
       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
  3060
       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
  3061
       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
  3062
       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
  3063
       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
  3064
       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
  3065
       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
  3066
       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
  3067
    <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
  3068
       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
  3069
       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
  3070
       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
  3071
       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
  3072
       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
  3073
       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
  3074
       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
  3075
       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
  3076
       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
  3077
       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
  3078
       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
  3079
  </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
  3080
  <g
2996
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3081
     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
  3082
     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
  3083
     id="g1490"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3084
     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
  3085
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3086
       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
  3087
       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
  3088
       id="path1386"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3089
       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
  3090
       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
  3091
       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
  3092
    <rect
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3093
       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
  3094
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3095
       id="rect1388"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3096
       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
  3097
       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
  3098
       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
  3099
       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
  3100
       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
  3101
       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
  3102
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3103
       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
  3104
       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
  3105
       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
  3106
       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
  3107
       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
  3108
       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
  3109
         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
  3110
         id="tspan1390"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3111
         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
  3112
         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
  3113
         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
  3114
    <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3115
       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
  3116
       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
  3117
       id="g1466">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3118
      <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3119
         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
  3120
         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
  3121
         id="path1462"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3122
         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
  3123
         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
  3124
      <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3125
         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
  3126
         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
  3127
         id="text1464"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3128
         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
  3129
         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
  3130
        <tspan
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3131
           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
  3132
           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
  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
    </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3135
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3136
       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
  3137
       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
  3138
       id="text1482"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3139
       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
  3140
       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
  3141
       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
  3142
       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
  3143
         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
  3144
         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
  3145
         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
  3146
         id="tspan1480"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3147
         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
  3148
  </g>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3149
  <g
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3150
     transform="matrix(0.31845218,0,0,0.31845218,701.53368,169.53582)"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3151
     inkscape:label="HMI:Input@/ALARMCOUNT"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3152
     id="g5222">
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3153
    <text
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3154
       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
  3155
       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"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3156
       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
  3157
       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
  3158
       id="text5208"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3159
       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
  3160
         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
  3161
         id="tspan5206"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3162
         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
  3163
         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
  3164
         style="stroke-width:1px">8888</tspan></text>
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3165
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3166
       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
  3167
       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
  3168
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3169
       id="path5212"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3170
       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
  3171
       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
  3172
       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
  3173
       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
  3174
       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
  3175
       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
  3176
       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
  3177
       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
  3178
       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
  3179
       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
  3180
       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
  3181
       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
  3182
       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
  3183
    <rect
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3184
       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
  3185
       onclick=""
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3186
       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
  3187
       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
  3188
       height="128"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3189
       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
  3190
       id="rect5214"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3191
       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" />
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3192
    <path
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3193
       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
  3194
       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
  3195
       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
  3196
       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
  3197
       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
  3198
       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
  3199
       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
  3200
       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
  3201
       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
  3202
       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
  3203
       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
  3204
       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
  3205
       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
  3206
       id="path5218"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3207
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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"
14635b09d329 SVGHMI: JsonTable now generate working data access code for data/* elements.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2994
diff changeset
  3208
       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
  3209
  </g>
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3210
  <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3211
     sodipodi:insensitive="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3212
     inkscape:label="HMI:Page:RelativePageTest@/PUMP0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3213
     y="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3214
     x="1480"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3215
     height="720"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3216
     width="1280"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3217
     id="rect1316"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3218
     style="color:#000000;fill:#4d4d4d" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3219
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3220
     inkscape:label="HMI:Meter@/PUMP0/SLOTH"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3221
     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
  3222
     id="g1338">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3223
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3224
       inkscape:label="range"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3225
       sodipodi:open="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3226
       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
  3227
       sodipodi:end="4.712389"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3228
       sodipodi:start="3.1415927"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3229
       sodipodi:ry="64.411957"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3230
       sodipodi:rx="64.411957"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3231
       sodipodi:cy="2.2017097"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3232
       sodipodi:cx="128.02208"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3233
       sodipodi:type="arc"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3234
       id="path1318"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3235
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  3236
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3237
       inkscape:label="needle"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3238
       sodipodi:nodetypes="cc"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3239
       inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3240
       id="path1320"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3241
       d="M 130.96206,4.0725977 79.111776,-41.363223"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3242
       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(#marker1656)" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3243
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3244
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3245
       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
  3246
       x="49.132977"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3247
       y="4.9187088"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3248
       id="text1324"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3249
       inkscape:label="min"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3250
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3251
         id="tspan1322"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3252
         x="49.132977"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3253
         y="4.9187088"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3254
         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
  3255
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3256
       id="text1328"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3257
       y="-78.144218"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3258
       x="127.48073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3259
       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
  3260
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3261
       inkscape:label="max"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3262
         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
  3263
         y="-78.144218"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3264
         x="127.48073"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3265
         id="tspan1326"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3266
         sodipodi:role="line">10000</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3267
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3268
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3269
       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
  3270
       x="113.53007"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3271
       y="-6.1937833"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3272
       id="text1332"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3273
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3274
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3275
         x="113.53007"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3276
         y="-6.1937833"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3277
         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
  3278
         id="tspan1330">000</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3279
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3280
       inkscape:label="unit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3281
       id="text1336"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3282
       y="1.1408259"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3283
       x="124.77896"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3284
       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
  3285
       xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3286
         id="tspan1334"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3287
         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
  3288
         y="1.1408259"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3289
         x="124.77896"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3290
         sodipodi:role="line">bar</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3291
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3292
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3293
     inkscape:label="HMI:Switch@/PUMP0/BOOLOUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3294
     id="g1368"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3295
     transform="translate(1420,-520)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3296
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3297
       inkscape:label="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3298
       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
  3299
       inkscape:corner0="-0.22508846 : -0.3474613 : 0 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3300
       inkscape:perspectiveID="#perspective1370"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3301
       style="fill:#ff0000;stroke:#ff00ff"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3302
       id="g1352"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3303
       sodipodi:type="inkscape:box3d">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3304
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3305
         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
  3306
         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
  3307
         inkscape:box3dsidetype="6"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3308
         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
  3309
         id="path1340"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3310
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3311
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3312
         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
  3313
         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
  3314
         inkscape:box3dsidetype="13"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3315
         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
  3316
         id="path1342"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3317
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3318
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3319
         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
  3320
         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
  3321
         inkscape:box3dsidetype="11"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3322
         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
  3323
         id="path1344"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3324
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3325
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3326
         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
  3327
         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
  3328
         inkscape:box3dsidetype="5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3329
         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
  3330
         id="path1346"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3331
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3332
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3333
         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
  3334
         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
  3335
         inkscape:box3dsidetype="14"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3336
         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
  3337
         id="path1348"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3338
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3339
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3340
         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
  3341
         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
  3342
         inkscape:box3dsidetype="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3343
         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
  3344
         id="path1350"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3345
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3346
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3347
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3348
       inkscape:label="false"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3349
       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
  3350
       inkscape:corner0="-0.22508846 : -0.3474613 : 0 : 1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3351
       inkscape:perspectiveID="#perspective1372"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3352
       style="fill:#ff0000;stroke:#ff00ff"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3353
       id="g1366"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3354
       sodipodi:type="inkscape:box3d">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3355
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3356
         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
  3357
         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
  3358
         inkscape:box3dsidetype="6"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3359
         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
  3360
         id="path1354"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3361
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3362
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3363
         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
  3364
         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
  3365
         inkscape:box3dsidetype="13"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3366
         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
  3367
         id="path1356"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3368
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3369
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3370
         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
  3371
         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
  3372
         inkscape:box3dsidetype="11"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3373
         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
  3374
         id="path1358"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3375
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3376
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3377
         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
  3378
         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
  3379
         inkscape:box3dsidetype="5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3380
         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
  3381
         id="path1360"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3382
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3383
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3384
         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
  3385
         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
  3386
         inkscape:box3dsidetype="14"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3387
         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
  3388
         id="path1362"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3389
         sodipodi:type="inkscape:box3dside" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3390
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3391
         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
  3392
         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
  3393
         inkscape:box3dsidetype="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3394
         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
  3395
         id="path1364"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3396
         sodipodi:type="inkscape:box3dside" />
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
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3399
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3400
     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
  3401
     inkscape:label="HMI:Input@/PUMP0/PRESSURE"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3402
     id="g1394">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3403
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3404
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3405
       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
  3406
       x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3407
       y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3408
       id="text1380"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3409
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3410
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3411
         id="tspan1378"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3412
         x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3413
         y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3414
         style="stroke-width:1px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3415
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3416
       inkscape:label="-100"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3417
       inkscape:transform-center-y="14.956363"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3418
       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
  3419
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3420
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3421
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3422
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3423
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3424
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3425
       sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3426
       sodipodi:cy="-216.2599"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3427
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3428
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3429
       id="path1382"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3430
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3431
       sodipodi:type="star"
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
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3434
       transform="scale(1,-1)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3435
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3436
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3437
       id="path1384"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3438
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3439
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3440
       sodipodi:cy="-184.98808"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3441
       sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3442
       sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3443
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3444
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3445
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3446
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3447
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3448
       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
  3449
       inkscape:transform-center-y="7.4781812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3450
       inkscape:label="-10" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3451
    <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3452
       inkscape:label="edit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3453
       onclick=""
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3454
       y="95.40741"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3455
       x="139.85185"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3456
       height="128"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3457
       width="407.7037"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3458
       id="rect1386"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3459
       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
  3460
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3461
       sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3462
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3463
       id="path1388"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3464
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3465
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3466
       sodipodi:cy="105.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3467
       sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3468
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3469
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3470
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3471
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3472
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3473
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3474
       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
  3475
       inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3476
       inkscape:label="+100" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3477
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3478
       inkscape:label="+10"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3479
       inkscape:transform-center-y="-7.4781804"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3480
       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
  3481
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3482
       inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3483
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3484
       sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3485
       sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3486
       sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3487
       sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3488
       sodipodi:cy="136.44444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3489
       sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3490
       sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3491
       id="path1390"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3492
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3493
       sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3494
    <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3495
       inkscape:label="=0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3496
       inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3497
       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
  3498
       inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3499
       inkscape:rounded="-0.65084865"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3500
       inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3501
       sodipodi:arg2="1.5633284"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3502
       sodipodi:arg1="0.77793027"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3503
       sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3504
       sodipodi:r1="57.015106"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3505
       sodipodi:cy="165.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3506
       sodipodi:cx="80.740723"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3507
       sodipodi:sides="4"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3508
       id="path1392"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3509
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3510
       sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3511
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3512
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3513
     style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3514
     inkscape:label="HMI:Input@/PUMP0/STRIN"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3515
     id="g1442"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3516
     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
  3517
    <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3518
       xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3519
       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
  3520
       x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3521
       y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3522
       id="text1398"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3523
       inkscape:label="value"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3524
         sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3525
         id="tspan1396"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3526
         x="136.32812"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3527
         y="218.24219"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3528
         style="stroke-width:2px">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3529
    <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3530
       inkscape:label="edit"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3531
       onclick=""
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3532
       y="95.40741"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3533
       x="139.85185"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3534
       height="128"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3535
       width="407.7037"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3536
       id="rect1400"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3537
       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
  3538
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3539
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3540
       id="g1408"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3541
       inkscape:label="+&quot;dhu&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3542
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3543
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3544
         inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3545
         id="path1402"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3546
         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
  3547
         inkscape:transform-center-y="-14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3548
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3549
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3550
         id="text1406"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3551
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3552
         x="733.58197"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3553
         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
  3554
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3555
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3556
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3557
           x="733.58197"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3558
           id="tspan1404"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3559
           sodipodi:role="line">dhu</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3560
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3561
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3562
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3563
       id="g1416"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3564
       inkscape:label="=&quot;plop&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3565
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3566
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3567
         inkscape:transform-center-x="14.956371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3568
         inkscape:transform-center-y="-3.6154501e-05"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3569
         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
  3570
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3571
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3572
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3573
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3574
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3575
         sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3576
         sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3577
         sodipodi:cy="-184.98808"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3578
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3579
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3580
         id="path1410"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3581
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3582
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3583
         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
  3584
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3585
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3586
         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
  3587
         x="633.09552"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3588
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3589
         id="text1414"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3590
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3591
           id="tspan1412"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3592
           x="633.09552"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3593
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3594
           style="stroke-width:1px">plop</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3595
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3596
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3597
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3598
       id="g1424"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3599
       inkscape:label="=&quot;mhoo&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3600
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3601
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3602
         inkscape:transform-center-x="14.956364"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3603
         transform="rotate(-90,746.45698,-44.543641)"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3604
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3605
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3606
         id="path1418"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3607
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3608
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3609
         sodipodi:cy="-216.2599"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3610
         sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3611
         sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3612
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3613
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3614
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3615
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3616
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3617
         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
  3618
         inkscape:transform-center-y="-5.9989963e-06" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3619
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3620
         id="text1422"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3621
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3622
         x="537.25018"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3623
         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
  3624
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3625
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3626
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3627
           x="537.25018"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3628
           id="tspan1420"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3629
           sodipodi:role="line">mhoo</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3630
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3631
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3632
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3633
       id="g1432"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3634
       inkscape:label="=&quot;yodl&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3635
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3636
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3637
         inkscape:transform-center-x="-14.956365"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3638
         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
  3639
         inkscape:transform-center-y="-5.5023185e-06"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3640
         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
  3641
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3642
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3643
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3644
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3645
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3646
         sodipodi:r2="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3647
         sodipodi:r1="59.825443"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3648
         sodipodi:cy="105.17262"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3649
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3650
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3651
         id="path1426"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3652
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3653
         sodipodi:type="star" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3654
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3655
         id="text1430"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3656
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3657
         x="925.82605"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3658
         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
  3659
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3660
           style="stroke-width:1px"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3661
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3662
           x="925.82605"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3663
           id="tspan1428"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3664
           sodipodi:role="line">yodl</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3665
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3666
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3667
       style="stroke-width:2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3668
       id="g1440"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3669
       inkscape:label="=&quot;mhe&quot;"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3670
       transform="translate(-416.52022,170.47452)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3671
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3672
         inkscape:transform-center-x="-14.956349"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3673
         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
  3674
         sodipodi:type="star"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3675
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3676
         id="path1434"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3677
         sodipodi:sides="3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3678
         sodipodi:cx="596.74072"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3679
         sodipodi:cy="136.44444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3680
         sodipodi:r1="29.912722"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3681
         sodipodi:r2="14.956361"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3682
         sodipodi:arg1="0.52359878"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3683
         sodipodi:arg2="1.5707963"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3684
         inkscape:flatsided="true"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3685
         inkscape:rounded="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3686
         inkscape:randomized="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3687
         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
  3688
         inkscape:transform-center-y="-3.3040441e-05" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3689
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3690
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3691
         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
  3692
         x="842.71497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3693
         y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3694
         id="text1438"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3695
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3696
           id="tspan1436"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3697
           x="842.71497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3698
           y="111.05016"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3699
           style="stroke-width:1px">mhe</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3700
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3701
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3702
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3703
     inkscape:label="HMI:Display@/PUMP0/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3704
     id="text1446"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3705
     y="469.12109"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3706
     x="1578.1641"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3707
     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
  3708
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3709
       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
  3710
       y="469.12109"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3711
       x="1578.1641"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3712
       id="tspan1444"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3713
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3714
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3715
     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
  3716
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3717
     id="g1458">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3718
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3719
       inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3720
       id="g1450">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3721
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3722
         inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3723
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3724
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3725
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3726
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3727
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3728
         id="rect1448"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3729
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3730
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3731
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3732
       inkscape:label="text"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3733
       id="g1456">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3734
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3735
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3736
         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
  3737
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3738
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3739
         id="text1454"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3740
         inkscape:label="setting_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3741
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3742
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3743
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3744
           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
  3745
           id="tspan1460">Pump 0</tspan></text>
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
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3748
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3749
     id="g1475"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3750
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3751
     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
  3752
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3753
       id="g1467"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3754
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3755
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3756
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3757
         id="rect1464"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3758
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3759
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3760
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3761
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3762
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3763
         inkscape:label="button" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3764
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3765
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3766
       id="g1473"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3767
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3768
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3769
         inkscape:label="setting_jmp"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3770
         id="text1471"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3771
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3772
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3773
         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
  3774
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3775
           id="tspan1469"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3776
           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
  3777
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3778
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3779
           sodipodi:role="line">Pump 1</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3780
           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
  3781
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3782
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3783
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3784
           id="tspan1477" /></text>
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
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3787
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3788
     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
  3789
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP2"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3790
     id="g1491">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3791
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3792
       inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3793
       id="g1481">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3794
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3795
         inkscape:label="button"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3796
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3797
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3798
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3799
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3800
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3801
         id="rect1479"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3802
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3803
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3804
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3805
       inkscape:label="text"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3806
       id="g1489">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3807
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3808
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3809
         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
  3810
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3811
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3812
         id="text1487"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3813
         inkscape:label="setting_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3814
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3815
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3816
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3817
           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
  3818
           id="tspan1493">Pump 2</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3819
           id="tspan1485"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3820
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3821
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3822
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3823
           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
  3824
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3825
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3826
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3827
     id="g1509"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3828
     inkscape:label="HMI:Jump:RelativePageTest@/PUMP3"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3829
     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
  3830
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3831
       id="g1499"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3832
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3833
      <rect
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3834
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3835
         id="rect1497"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3836
         width="245.44583"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3837
         height="95.723877"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3838
         x="971.96545"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3839
         y="594.82263"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3840
         ry="35.579063"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3841
         inkscape:label="button" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3842
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3843
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3844
       id="g1507"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3845
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3846
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3847
         inkscape:label="setting_jmp"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3848
         id="text1505"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3849
         y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3850
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3851
         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
  3852
         xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3853
           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
  3854
           y="656.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3855
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3856
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3857
           id="tspan1511">Pump 3</tspan><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3858
           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
  3859
           y="706.98151"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3860
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3861
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3862
           id="tspan1503" /></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3863
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3864
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3865
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3866
     xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3867
     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
  3868
     x="403.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3869
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3870
     id="text1517"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3871
     inkscape:label="HMI:Display@/PUMP0/STROUT"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3872
       sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3873
       id="tspan1515"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3874
       x="403.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3875
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3876
       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
  3877
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3878
     inkscape:label="HMI:Display@/PUMP1/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3879
     id="text1521"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3880
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3881
     x="563.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3882
     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
  3883
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3884
       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
  3885
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3886
       x="563.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3887
       id="tspan1519"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3888
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3889
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3890
     xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3891
     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
  3892
     x="723.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3893
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3894
     id="text1525"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3895
     inkscape:label="HMI:Display@/PUMP2/STROUT"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3896
       sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3897
       id="tspan1523"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3898
       x="723.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3899
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3900
       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
  3901
  <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3902
     inkscape:label="HMI:Display@/PUMP3/STROUT"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3903
     id="text1529"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3904
     y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3905
     x="883.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3906
     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
  3907
     xml:space="preserve"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3908
       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
  3909
       y="700.05371"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3910
       x="883.8551"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3911
       id="tspan1527"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3912
       sodipodi:role="line">8888</tspan></text>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3913
  <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3914
     id="g1082-5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3915
     inkscape:label="HMI:Jump:Home"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3916
     transform="translate(1469.3474,-1334.1633)">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3917
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3918
       id="g1152-6"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3919
       inkscape:label="button">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3920
      <path
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3921
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3922
         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
  3923
         id="rect1022-1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3924
         inkscape:connector-curvature="0"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3925
         sodipodi:nodetypes="cssssccc" />
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3926
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3927
    <g
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3928
       id="g1149-1"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3929
       inkscape:label="text">
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3930
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3931
         xml:space="preserve"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3932
         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
  3933
         x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3934
         y="1436.9814"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3935
         id="home_jmp-5"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3936
         inkscape:label="home_jmp"><tspan
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3937
           sodipodi:role="line"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3938
           id="tspan1028-9"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3939
           x="1090.7626"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3940
           y="1436.9814"
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3941
           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
  3942
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3943
  </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  3944
  <g
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3945
     id="g6077"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3946
     inkscape:label="HMI:ForEach:PUMP@/">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3947
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3948
       id="g6130"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3949
       inkscape:label="PUMP:1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3950
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3951
         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
  3952
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3953
         id="g1458-8">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3954
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3955
           inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3956
           id="g1450-4">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3957
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3958
             inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3959
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3960
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3961
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3962
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3963
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3964
             id="rect1448-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3965
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  3966
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3967
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3968
           inkscape:label="text"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3969
           id="g1456-1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3970
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3971
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3972
             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
  3973
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3974
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3975
             id="text1454-0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3976
             inkscape:label="setting_jmp"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3977
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3978
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3979
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3980
               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
  3981
               id="tspan1460-3">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3982
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3983
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3984
             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
  3985
             x="992.45087"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3986
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3987
             id="text1517-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3988
             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
  3989
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3990
               id="tspan1515-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3991
               x="992.45087"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3992
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3993
               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
  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
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3997
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3998
       id="g6122"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  3999
       inkscape:label="PUMP:2">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4000
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4001
         id="g1475-0"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4002
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4003
         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
  4004
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4005
           id="g1467-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4006
           inkscape:label="button">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4007
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4008
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  4009
             id="rect1464-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4010
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4011
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4012
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4013
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4014
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4015
             inkscape:label="button" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4016
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4017
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4018
           id="g1473-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4019
           inkscape:label="text">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4020
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4021
             inkscape:label="setting_jmp"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4022
             id="text1471-4"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4023
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4024
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4025
             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
  4026
             xml:space="preserve"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4027
               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
  4028
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4029
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4030
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4031
               id="tspan1477-6">Pump</tspan></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4032
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4033
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4034
             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
  4035
             x="992.8111"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4036
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4037
             id="text1517-8-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4038
             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
  4039
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4040
               id="tspan1515-5-3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4041
               x="992.8111"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4042
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4043
               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
  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
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4047
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4048
       id="g6113"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4049
       inkscape:label="PUMP:3">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4050
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4051
         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
  4052
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP2"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4053
         id="g1491-3">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4054
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4055
           inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4056
           id="g1481-1">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4057
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4058
             inkscape:label="button"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4059
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4060
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4061
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4062
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4063
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4064
             id="rect1479-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4065
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  4066
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4067
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4068
           inkscape:label="text"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4069
           id="g1489-5">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4070
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4071
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4072
             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
  4073
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4074
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4075
             id="text1487-9"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4076
             inkscape:label="setting_jmp"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4077
               id="tspan1485-2"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4078
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4079
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4080
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4081
               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
  4082
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4083
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4084
             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
  4085
             x="993.17108"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4086
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4087
             id="text1517-8-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4088
             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
  4089
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4090
               id="tspan1515-5-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4091
               x="993.17108"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4092
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4093
               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
  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
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4097
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4098
       id="g6104"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4099
       inkscape:label="PUMP:4">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4100
      <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4101
         id="g1509-1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4102
         inkscape:label="HMI:Jump:RelativePageTest@/PUMP3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4103
         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
  4104
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4105
           id="g1499-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4106
           inkscape:label="button">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4107
          <rect
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4108
             style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  4109
             id="rect1497-8"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4110
             width="245.44583"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4111
             height="95.723877"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4112
             x="971.96545"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4113
             y="594.82263"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4114
             ry="35.579063"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4115
             inkscape:label="button" />
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4116
        </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4117
        <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4118
           id="g1507-5"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4119
           inkscape:label="text">
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4120
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4121
             inkscape:label="setting_jmp"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4122
             id="text1505-7"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4123
             y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4124
             x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4125
             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
  4126
             xml:space="preserve"><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4127
               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
  4128
               y="635.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4129
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4130
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4131
               id="tspan1511-4">Pump</tspan><tspan
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4132
               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
  4133
               y="685.99542"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4134
               x="1038.2972"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4135
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4136
               id="tspan1503-1" /></text>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4137
          <text
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4138
             xml:space="preserve"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4139
             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
  4140
             x="993.53101"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4141
             y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4142
             id="text1517-8-3"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4143
             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
  4144
               sodipodi:role="line"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4145
               id="tspan1515-5-1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4146
               x="993.53101"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4147
               y="674.76117"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4148
               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
  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
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4152
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4153
       inkscape:label="PUMP:+1"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4154
       id="g6241"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4155
       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
  4156
      <rect
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4157
         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
  4158
         id="rect6235"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4159
         width="89.036743"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4160
         height="79.143768"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4161
         x="1326.8333"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4162
         y="612.41589"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4163
         rx="22.385239"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4164
         ry="20.986162" />
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4165
      <text
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4166
         xml:space="preserve"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4167
         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
  4168
         x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4169
         y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4170
         id="text6239"><tspan
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4171
           sodipodi:role="line"
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4172
           id="tspan6237"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4173
           x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4174
           y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4175
           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
  4176
    </g>
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4177
    <g
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4178
       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
  4179
       id="g6209"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4180
       inkscape:label="PUMP:-1">
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4181
      <rect
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4182
         ry="20.986162"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4183
         rx="22.385239"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4184
         y="612.41589"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4185
         x="1326.8333"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4186
         height="79.143768"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4187
         width="89.036743"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4188
         id="rect6200"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4189
         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
  4190
      <text
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4191
         id="text6204"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4192
         y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4193
         x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4194
         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
  4195
         xml:space="preserve"><tspan
3002
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4196
           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
  4197
           y="663.73657"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4198
           x="1340.5292"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4199
           id="tspan6202"
30b0635fe92e SVGHMI: Add ForEach Widget is svghmi test
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2999
diff changeset
  4200
           sodipodi:role="line">-1</tspan></text>
2999
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4201
    </g>
f87d2ac70d04 SVGHMI: Add RelativePages to tests
Edouard Tisserant <edouard.tisserant@gmail.com>
parents: 2997
diff changeset
  4202
  </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
  4203
  <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
  4204
     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
  4205
     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
  4206
     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
  4207
     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
  4208
     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
  4209
     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
  4210
       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
  4211
       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
  4212
       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
  4213
       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
  4214
       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
  4215
  <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
  4216
     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
  4217
     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
  4218
     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
  4219
     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
  4220
     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
  4221
     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
  4222
       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
  4223
       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
  4224
       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
  4225
       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
  4226
       style="stroke-width:0.63690436px">Multiple variables</tspan></text>
2750
2694170cd88e intermediate commit, work in progress
Edouard Tisserant
parents:
diff changeset
  4227
</svg>