tests/svghmi_v2/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Wed, 01 Dec 2021 09:54:02 +0100
branchRuntimeLists
changeset 3394 9ea29ac18837
parent 3064 4b44d09c48a7
permissions -rw-r--r--
RUNTIME: Variable trace now uses limited list and buffer instead of flags in instance tree that was requiring systematical instance tree traversal, and worst size buffer. Forcing and retain still use tree traversal.
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     3
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     4
<svg
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     6
   xmlns:cc="http://creativecommons.org/ns#"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     8
   xmlns:svg="http://www.w3.org/2000/svg"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
     9
   xmlns="http://www.w3.org/2000/svg"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    10
   xmlns:xlink="http://www.w3.org/1999/xlink"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    11
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    12
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    13
   width="1280"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    14
   height="720"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    15
   viewBox="0 0 1280 720"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    16
   version="1.1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    17
   id="hmi0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    18
   sodipodi:docname="svghmi.svg"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
    19
   inkscape:version="0.92.5 (0.92.5+68)"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    20
   inkscape:label="Layer">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    21
  <metadata
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    22
     id="metadata4542">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    23
    <rdf:RDF>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    24
      <cc:Work
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    25
         rdf:about="">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    26
        <dc:format>image/svg+xml</dc:format>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    27
        <dc:type
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    28
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    29
        <dc:title />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    30
      </cc:Work>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    31
    </rdf:RDF>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    32
  </metadata>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    33
  <defs
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    34
     id="defs2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    35
    <inkscape:perspective
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    36
       sodipodi:type="inkscape:persp3d"
3021
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    37
       inkscape:vp_x="-688.56326 : 510.71991 : 1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    38
       inkscape:vp_y="0 : 1306.0642 : 0"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    39
       inkscape:vp_z="662.62627 : 323.72015 : 1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    40
       inkscape:persp3d-origin="147.31778 : 353.99223 : 1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    41
       id="perspective258" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    42
    <inkscape:perspective
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
    43
       sodipodi:type="inkscape:persp3d"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    44
       inkscape:vp_x="-457.78124 : 416.79285 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    45
       inkscape:vp_y="0 : 1000 : 0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    46
       inkscape:vp_z="576.76945 : 273.61475 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    47
       inkscape:persp3d-origin="182.21876 : 296.79285 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    48
       id="perspective503" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    49
    <inkscape:perspective
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    50
       sodipodi:type="inkscape:persp3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    51
       inkscape:vp_x="-104 : 357 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    52
       inkscape:vp_y="0 : 1000 : 0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    53
       inkscape:vp_z="1272 : 385 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    54
       inkscape:persp3d-origin="536 : 237 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    55
       id="perspective445" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    56
    <linearGradient
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    57
       inkscape:collect="always"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    58
       id="linearGradient962">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    59
      <stop
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    60
         style="stop-color:#ff3000;stop-opacity:1;"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    61
         offset="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    62
         id="stop958" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    63
      <stop
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    64
         style="stop-color:#0022ff;stop-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    65
         offset="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    66
         id="stop960" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    67
    </linearGradient>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    68
    <marker
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    69
       inkscape:isstock="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    70
       style="overflow:visible"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    71
       id="marker926"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    72
       refX="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    73
       refY="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    74
       orient="auto"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    75
       inkscape:stockid="Arrow2Lend">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    76
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    77
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    78
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    79
         style="fill:#ff3000;fill-opacity:1;fill-rule:evenodd;stroke:#ff3000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    80
         id="path924"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    81
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    82
    </marker>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    83
    <linearGradient
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    84
       inkscape:collect="always"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    85
       xlink:href="#linearGradient962"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    86
       id="linearGradient1407"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    87
       gradientUnits="userSpaceOnUse"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    88
       gradientTransform="matrix(0.5,0,0,0.03945396,73.07865,3.7693345)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    89
       x1="113.38908"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    90
       y1="-62.210247"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    91
       x2="113.38908"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    92
       y2="4.0725975" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    93
    <inkscape:perspective
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    94
       sodipodi:type="inkscape:persp3d"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
    95
       inkscape:vp_x="-470.06413 : 851.30353 : 1"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    96
       inkscape:vp_y="0 : 1319.7648 : 0"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
    97
       inkscape:vp_z="895.29941 : 662.3421 : 1"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
    98
       inkscape:persp3d-origin="374.58537 : 692.93174 : 1"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    99
       id="perspective503-6" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   100
  </defs>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   101
  <sodipodi:namedview
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   102
     id="base"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   103
     pagecolor="#ffffff"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   104
     bordercolor="#666666"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   105
     borderopacity="1.0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   106
     inkscape:pageopacity="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   107
     inkscape:pageshadow="2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   108
     inkscape:document-units="px"
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
   109
     inkscape:current-layer="hmi0"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   110
     showgrid="false"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   111
     units="px"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   112
     inkscape:zoom="1"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   113
     inkscape:cx="379.07861"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   114
     inkscape:cy="265.09897"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   115
     inkscape:window-width="2503"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   116
     inkscape:window-height="1416"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   117
     inkscape:window-x="57"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   118
     inkscape:window-y="24"
3021
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
   119
     inkscape:window-maximized="1"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   120
     showguides="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   121
     inkscape:guide-bbox="true" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   122
  <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   123
     style="color:#000000;fill:#4d4d4d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   124
     id="page0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   125
     width="1280"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   126
     height="720"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   127
     x="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   128
     y="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   129
     inkscape:label="HMI:Page:Home"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   130
     sodipodi:insensitive="true" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   131
  <g
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
   132
     inkscape:label="HMI:Slider@/SPEED"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   133
     transform="matrix(7.5590552,0,0,7.5590552,-780.78539,561.61779)"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   134
     id="g110-0">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   135
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   136
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.52916664;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   137
       d="M 113.38908,2.2017068 V -62.210247"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   138
       id="path90-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   139
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   140
       sodipodi:nodetypes="cc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   141
       inkscape:label="range" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   142
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   143
       inkscape:label="handle"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   144
       sodipodi:nodetypes="cc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   145
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   146
       id="path92-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   147
       d="m 113.32293,4.2048893 v -5.230241"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   148
       style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient1407);stroke-width:5.28146696;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:29.63333321;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   149
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   150
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   151
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   152
       x="115.07632"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   153
       y="9.3424692"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   154
       id="text96-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   155
       inkscape:label="min"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   156
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   157
         id="tspan94-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   158
         x="115.07632"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   159
         y="9.3424692"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   160
         style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   161
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   162
       id="text100-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   163
       y="-64.195457"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   164
       x="113.27539"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   165
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   166
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   167
       inkscape:label="max"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   168
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   169
         y="-64.195457"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   170
         x="113.27539"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   171
         sodipodi:role="line"
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
   172
         id="tspan1409">10</tspan></text>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   173
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   174
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   175
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   176
       x="-24.72547"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   177
       y="-121.97556"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   178
       id="text104-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   179
       inkscape:label="value"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   180
       transform="rotate(90)"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   181
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   182
         x="-24.72547"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   183
         y="-121.97556"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   184
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   185
         id="tspan102-1">000</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   186
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   187
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   188
     id="g4557"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   189
     inkscape:label="HMI:Input@/SOMEPLCGLOBAL">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   190
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   191
       inkscape:label="value"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   192
       transform="scale(1.1201068,0.89277202)"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   193
       id="text2398"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   194
       y="479.46704"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   195
       x="247.53484"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   196
       style="font-style:normal;font-weight:normal;font-size:124.08008575px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.10200214px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   197
       xml:space="preserve"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   198
         style="stroke-width:3.10200214px"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   199
         y="479.46704"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   200
         x="247.53484"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   201
         id="tspan2396"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   202
         sodipodi:role="line">Test</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   203
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   204
       style="opacity:0.18600003;fill:#de2cc9;fill-opacity:1;stroke:none;stroke-width:1.11699021"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   205
       id="rect4559"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   206
       width="323.85489"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   207
       height="132.93608"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   208
       x="257.10974"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
   209
       y="328.97858"
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   210
       inkscape:label="edit" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   211
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   212
       style="opacity:0;fill:#de2cc9;fill-opacity:1;stroke:none;stroke-width:3.45667744"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   213
       id="rect4561"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   214
       width="580.42413"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   215
       height="339.91623"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   216
       x="699.57587"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   217
       y="380.08374"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   218
       inkscape:label="key_pos" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   219
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   220
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   221
     transform="matrix(1.5213157,0,0,1.4848913,-82.472173,789.79964)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   222
     style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   223
     id="g4278"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   224
     inkscape:label="HMI:Keypad:HMI_STRING">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   225
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   226
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   227
       d="M 54.211084,1.2654702 H 435.7388 V 230.18209 H 54.211084 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   228
       id="rect1006-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   229
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   230
       inkscape:label="Background"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   231
       sodipodi:nodetypes="ccccc" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   232
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   233
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   234
       id="path185"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   235
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   236
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   237
       inkscape:label="Space" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   238
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   239
       id="g4380"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   240
       inkscape:label="Keys"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   241
       style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   242
       transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   243
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   244
         id="g4283"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   245
         inkscape:label="q Q"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   246
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   247
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   248
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   249
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   250
           id="path41"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   251
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   252
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   253
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   254
           x="99.378708"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   255
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   256
           id="text203"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   257
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   258
           transform="scale(1.0007154,0.99928514)">Q</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   259
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   260
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   261
         id="g4337"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   262
         inkscape:label="w W"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   263
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   264
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   265
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   266
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   267
           id="path43"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   268
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   269
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   270
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   271
           x="127.0709"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   272
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   273
           id="text207"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   274
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   275
           transform="scale(1.0007154,0.99928514)">W</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   276
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   277
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   278
         id="g4332"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   279
         inkscape:label="e E"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   280
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   281
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   282
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   283
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   284
           id="path45"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   285
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   286
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   287
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   288
           x="159.70854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   289
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   290
           id="text211"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   291
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   292
           transform="scale(1.0007154,0.99928514)">E</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   293
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   294
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   295
         id="g4326"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   296
         inkscape:label="r R"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   297
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   298
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   299
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   300
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   301
           id="path47"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   302
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   303
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   304
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   305
           x="188.39003"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   306
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   307
           id="text215"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   308
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   309
           transform="scale(1.0007154,0.99928514)">R</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   310
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   311
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   312
         id="g4321"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   313
         inkscape:label="t T"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   314
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   315
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   316
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   317
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   318
           id="path49"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   319
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   320
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   321
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   322
           x="219.04961"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   323
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   324
           id="text219"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   325
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   326
           transform="scale(1.0007154,0.99928514)">T</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   327
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   328
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   329
         id="g4316"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   330
         inkscape:label="y Y"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   331
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   332
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   333
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   334
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   335
           id="path51"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   336
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   337
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   338
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   339
           x="248.72017"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   340
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   341
           id="text223"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   342
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   343
           transform="scale(1.0007154,0.99928514)">Y</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   344
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   345
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   346
         id="g4311"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   347
         inkscape:label="u U"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   348
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   349
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   350
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   351
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   352
           id="path53"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   353
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   354
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   355
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   356
           x="278.39075"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   357
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   358
           id="text227"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   359
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   360
           transform="scale(1.0007154,0.99928514)">U</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   361
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   362
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   363
         id="g4306"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   364
         inkscape:label="i I"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   365
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   366
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   367
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   368
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   369
           id="path55"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   370
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   371
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   372
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   373
           x="311.02859"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   374
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   375
           id="text231"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   376
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   377
           transform="scale(1.0007154,0.99928514)">I</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   378
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   379
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   380
         id="g4301"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   381
         inkscape:label="o O"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   382
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   383
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   384
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   385
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   386
           id="path57"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   387
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   388
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   389
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   390
           x="336.74319"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   391
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   392
           id="text235"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   393
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   394
           transform="scale(1.0007154,0.99928514)">O</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   395
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   396
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   397
         id="g4296"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   398
         inkscape:label="p P"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   399
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   400
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   401
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   402
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   403
           id="path59"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   404
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   405
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   406
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   407
           x="367.40256"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   408
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   409
           id="text239"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   410
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   411
           transform="scale(1.0007154,0.99928514)">P</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   412
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   413
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   414
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   415
         id="g4511"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   416
         inkscape:label="a A">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   417
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   418
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   419
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   420
           id="path65"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   421
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   422
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   423
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   424
           id="text243"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   425
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   426
           x="107.29005"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   427
           transform="scale(1.0007154,0.99928514)">A</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   428
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   429
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   430
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   431
         id="g4516"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   432
         inkscape:label="s S">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   433
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   434
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   435
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   436
           id="path67"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   437
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   438
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   439
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   440
           id="text247"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   441
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   442
           x="137.95012"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   443
           transform="scale(1.0007154,0.99928514)">S</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   444
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   445
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   446
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   447
         id="g4521"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   448
         inkscape:label="d D">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   449
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   450
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   451
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   452
           id="path69"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   453
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   454
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   455
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   456
           id="text251"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   457
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   458
           x="166.63159"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   459
           transform="scale(1.0007154,0.99928514)">D</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   460
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   461
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   462
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   463
         id="g4526"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   464
         inkscape:label="f F">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   465
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   466
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   467
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   468
           id="path71"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   469
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   470
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   471
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   472
           id="text255"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   473
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   474
           x="197.29166"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   475
           transform="scale(1.0007154,0.99928514)">F</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   476
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   477
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   478
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   479
         id="g4531"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   480
         inkscape:label="g G">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   481
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   482
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   483
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   484
           id="path73"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   485
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   486
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   487
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   488
           id="text259"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   489
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   490
           x="225.97284"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   491
           transform="scale(1.0007154,0.99928514)">G</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   492
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   493
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   494
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   495
         id="g4536"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   496
         inkscape:label="h H">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   497
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   498
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   499
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   500
           id="path75"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   501
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   502
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   503
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   504
           id="text263"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   505
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   506
           x="255.64342"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   507
           transform="scale(1.0007154,0.99928514)">H</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   508
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   509
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   510
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   511
         id="g4541"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   512
         inkscape:label="j J">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   513
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   514
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   515
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   516
           id="path77"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   517
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   518
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   519
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   520
           id="text267"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   521
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   522
           x="287.29208"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   523
           transform="scale(1.0007154,0.99928514)">J</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   524
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   525
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   526
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   527
         id="g4546"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   528
         inkscape:label="k K">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   529
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   530
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   531
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   532
           id="path79"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   533
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   534
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   535
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   536
           id="text271"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   537
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   538
           x="314.98465"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   539
           transform="scale(1.0007154,0.99928514)">K</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   540
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   541
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   542
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   543
         id="g4551"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   544
         inkscape:label="l L">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   545
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   546
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   547
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   548
           id="path81"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   549
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   550
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   551
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   552
           id="text275"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   553
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   554
           x="345.64444"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   555
           transform="scale(1.0007154,0.99928514)">L</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   556
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   557
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   558
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   559
         id="g4586"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   560
         inkscape:label="z Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   561
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   562
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   563
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   564
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   565
           id="path87-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   566
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   567
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   568
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   569
           id="text279"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   570
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   571
           x="119.15855"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   572
           transform="scale(1.0007154,0.99928514)">Z</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   573
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   574
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   575
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   576
         id="g4581"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   577
         inkscape:label="x X"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   578
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   579
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   580
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   581
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   582
           id="path89-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   583
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   584
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   585
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   586
           id="text283"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   587
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   588
           x="148.82933"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   589
           transform="scale(1.0007154,0.99928514)">X</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   590
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   591
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   592
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   593
         id="g4576"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   594
         inkscape:label="c C"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   595
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   596
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   597
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   598
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   599
           id="path91-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   600
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   601
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   602
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   603
           id="text287"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   604
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   605
           x="178.50011"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   606
           transform="scale(1.0007154,0.99928514)">C</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   607
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   608
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   609
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   610
         id="g4571"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   611
         inkscape:label="v V"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   612
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   613
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   614
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   615
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   616
           id="path195"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   617
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   618
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   619
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   620
           id="text291"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   621
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   622
           x="208.16988"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   623
           transform="scale(1.0007154,0.99928514)">V</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   624
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   625
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   626
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   627
         id="g4566"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   628
         inkscape:label="b B"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   629
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   630
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   631
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   632
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   633
           id="path93"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   634
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   635
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   636
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   637
           id="text295"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   638
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   639
           x="237.84096"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   640
           transform="scale(1.0007154,0.99928514)">B</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   641
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   642
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   643
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   644
         id="g4561"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   645
         inkscape:label="n N"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   646
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   647
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   648
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   649
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   650
           id="path95"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   651
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   652
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   653
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   654
           id="text299"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   655
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   656
           x="267.51193"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   657
           transform="scale(1.0007154,0.99928514)">N</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   658
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   659
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   660
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   661
         id="g4556"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   662
         inkscape:label="m M"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   663
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   664
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   665
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   666
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   667
           id="path97"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   668
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   669
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   670
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   671
           id="text303"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   672
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   673
           x="296.1933"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   674
           transform="scale(1.0007154,0.99928514)">M</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   675
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   676
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   677
         id="g4818"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   678
         inkscape:label=". :"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   679
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   680
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   681
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   682
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   683
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   684
           id="path101"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   685
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   686
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   687
           transform="scale(1.0007154,0.99928513)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   688
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   689
           id="text719"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   690
           y="189.66107"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   691
           x="359.58276">.</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   692
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   693
           x="359.58276"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   694
           y="181.64532"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   695
           id="text4834"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   696
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   697
           transform="scale(1.0007154,0.99928512)">:</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   698
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   699
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   700
         id="g4813"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   701
         inkscape:label=", ;"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   702
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   703
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   704
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   705
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   706
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   707
           id="path99"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   708
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   709
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   710
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   711
           id="text727"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   712
           y="181.64532"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   713
           x="330.00806"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   714
           transform="scale(1.0007154,0.99928512)">;</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   715
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   716
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   717
           y="189.66107"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   718
           x="330.00806"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   719
           transform="scale(1.0007154,0.99928512)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   720
           id="text4826">,</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   721
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   722
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   723
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   724
         inkscape:label="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   725
         id="g2845"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   726
         transform="translate(-13.353469,-45.783327)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   727
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   728
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   729
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   730
           id="path2839"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   731
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   732
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   733
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   734
           id="text2841"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   735
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   736
           x="101.07153"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   737
           transform="scale(1.0007154,0.99928513)">1</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   738
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   739
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   740
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   741
         inkscape:label="2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   742
         id="g2853"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   743
         transform="translate(-13.353469,-45.783327)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   744
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   745
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   746
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   747
           id="path2847"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   748
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   749
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   750
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   751
           id="text2849"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   752
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   753
           x="130.18704"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   754
           transform="scale(1.0007154,0.99928513)">2</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   755
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   756
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   757
         inkscape:label="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   758
         id="g2861"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   759
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   760
         transform="translate(-13.353469,-45.783327)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   761
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   762
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   763
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   764
           id="path2855"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   765
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   766
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   767
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   768
           id="text2857"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   769
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   770
           x="159.70854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   771
           transform="scale(1.0007154,0.99928514)">3</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   772
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   773
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   774
         id="g2957"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   775
         inkscape:label="4"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   776
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   777
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   778
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   779
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   780
           id="path2865"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   781
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   782
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   783
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   784
           id="text2867"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   785
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   786
           x="176.39188"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   787
           transform="scale(1.0007154,0.99928514)">4</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   788
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   789
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   790
         id="g2962"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   791
         inkscape:label="5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   792
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   793
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   794
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   795
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   796
           id="path2873"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   797
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   798
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   799
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   800
           id="text2875"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   801
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   802
           x="205.70567"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   803
           transform="scale(1.0007154,0.99928514)">5</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   804
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   805
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   806
         id="g2967"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   807
         inkscape:label="6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   808
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   809
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   810
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   811
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   812
           id="path2881"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   813
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   814
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   815
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   816
           id="text2883"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   817
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   818
           x="236.15851"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   819
           transform="scale(1.0007154,0.99928514)">6</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   820
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   821
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   822
         id="g2972"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   823
         inkscape:label="7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   824
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   825
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   826
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   827
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   828
           id="path2889"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   829
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   830
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   831
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   832
           id="text2891"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   833
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   834
           x="266.06564"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   835
           transform="scale(1.0007154,0.99928514)">7</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   836
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   837
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   838
         id="g2977"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   839
         inkscape:label="8"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   840
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   841
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   842
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   843
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   844
           id="path2897"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   845
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   846
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   847
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   848
           id="text2899"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   849
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   850
           x="295.08231"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   851
           transform="scale(1.0007154,0.99928514)">8</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   852
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   853
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   854
         id="g2982"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   855
         inkscape:label="9 -"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   856
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   857
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   858
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   859
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   860
           id="path2905"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   861
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   862
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   863
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   864
           id="text2907"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   865
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   866
           x="325.05408"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   867
           transform="scale(1.0007154,0.99928514)">9</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   868
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   869
           transform="scale(1.0007154,0.99928511)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   870
           x="335.72681"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   871
           y="102.42173"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   872
           id="text806"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   873
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826">-</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   874
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   875
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   876
         id="g2987"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   877
         inkscape:label="0 +"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   878
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   879
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   880
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   881
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   882
           id="path2913"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   883
           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" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   884
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   885
           style="font-weight:normal;font-size:13.93205929px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   886
           id="text2915"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   887
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   888
           x="355.05984"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   889
           transform="scale(1.0007154,0.99928514)">0</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   890
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   891
           transform="scale(1.0007154,0.99928511)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   892
           style="font-weight:normal;font-size:9.28803921px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   893
           id="text804"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   894
           y="102.42173"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   895
           x="365.30151">+</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   896
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   897
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   898
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   899
       transform="translate(335.89988,-58.934803)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   900
       id="g3544"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   901
       inkscape:label="Esc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   902
       style="stroke-width:0.47631353">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   903
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   904
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   905
         id="path105"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   906
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   907
         inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   908
         sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   909
      <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   910
         transform="scale(1.0007154,0.99928512)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   911
         style="font-weight:normal;font-size:9.37966251px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   912
         id="text469"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   913
         y="130.02028"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   914
         x="59.288635">Esc</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   915
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   916
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   917
       inkscape:label="Enter"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   918
       id="g4291"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   919
       style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   920
       transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   921
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   922
         sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   923
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   924
         id="path3616"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   925
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   926
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   927
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   928
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   929
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   930
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-361.18588)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   931
         id="path6545"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   932
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   933
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   934
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   935
       inkscape:label="BackSpace"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   936
       id="g4287"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   937
       style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   938
       transform="translate(2.3648311e-6,-28.614579)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   939
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   940
         sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   941
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   942
         id="path3624"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   943
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   944
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   945
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   946
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   947
         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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   948
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-351.64769)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   949
         id="path11623-1-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   950
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   951
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   952
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   953
       id="g934"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   954
       inkscape:label="CapsLock">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   955
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   956
         inkscape:label="inactive"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   957
         id="g942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   958
         style="display:inline;fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   959
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   960
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   961
           sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   962
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   963
           id="path936-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   964
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   965
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   966
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   967
           x="69.789322"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   968
           y="156.71973"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   969
           id="text938-5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   970
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   971
           transform="scale(1.0007154,0.99928515)">Caps</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   972
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   973
           x="69.789322"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   974
           y="166.5585"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   975
           id="text940"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   976
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#2b2828;stroke-width:0.36866823"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   977
           transform="scale(1.0007154,0.99928515)">Lock</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   978
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   979
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   980
         transform="translate(0,-19.076386)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   981
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   982
         id="g4429"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   983
         inkscape:label="active">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   984
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   985
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   986
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   987
           id="path199"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   988
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   989
           sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   990
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   991
           transform="scale(1.0007154,0.99928515)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   992
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   993
           id="text647"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   994
           y="156.71973"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   995
           x="69.789322">Caps</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   996
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   997
           transform="scale(1.0007154,0.99928515)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   998
           style="font-weight:normal;font-size:8.66233635px;font-family:Arial;fill:#ffffff;stroke-width:0.36866823"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   999
           id="text651"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1000
           y="166.5585"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1001
           x="69.789322">Lock</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1002
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1003
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1004
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1005
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1006
       id="rect2130"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1007
       width="361.89996"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1008
       height="30.150299"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1009
       x="64.024956"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1010
       y="15.771065"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1011
       rx="3.8152773"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1012
       ry="3.8152773"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1013
       inkscape:label="Field" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1014
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1015
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1016
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1017
       x="72.50132"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1018
       y="38.296417"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1019
       id="text1309"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1020
       inkscape:label="Value"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1021
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1022
         id="tspan1307"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1023
         x="72.50132"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1024
         y="38.296417"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1025
         style="text-align:start;text-anchor:start;stroke-width:0.47690967px">text</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1026
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1027
       id="g437"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1028
       inkscape:label="Shift">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1029
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1030
         id="g421"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1031
         inkscape:label="inactive">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1032
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1033
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1034
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1035
           id="path910"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1036
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1037
           sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1038
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1039
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1040
           id="text912"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1041
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1042
           x="392.55679"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1043
           transform="scale(1.0007154,0.99928513)">Shift</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1044
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1045
           sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1046
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1047
           id="path856"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1048
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1049
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1050
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1051
           x="75.85218"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1052
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1053
           id="text858"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1054
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#2b2828;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1055
           transform="scale(1.0007154,0.99928513)">Shift</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1056
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1057
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1058
         id="g413"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1059
         inkscape:label="active">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1060
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1061
           sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1062
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1063
           id="path551"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1064
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1065
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1066
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1067
           transform="scale(1.0007154,0.99928513)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1068
           x="392.55679"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1069
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1070
           id="text629"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1071
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;stroke-width:0.36866826">Shift</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1072
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1073
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1074
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1075
           id="path879"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1076
           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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1077
           sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1078
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1079
           transform="scale(1.0007154,0.99928513)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1080
           style="font-weight:normal;font-size:8.92098808px;font-family:Arial;fill:#ffffff;fill-rule:evenodd;stroke-width:0.36866826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1081
           id="text881"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1082
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1083
           x="75.85218">Shift</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1084
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1085
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1086
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1087
       transform="scale(0.96824588,1.0327955)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1088
       id="text471"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1089
       y="12.333657"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1090
       x="252.9579"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1091
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1092
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1093
       inkscape:label="Info"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1094
         style="stroke-width:0.30784383px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1095
         y="12.333657"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1096
         x="252.9579"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1097
         id="tspan469"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1098
         sodipodi:role="line">information</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1099
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1100
       style="opacity:0.18600003;fill:#de2cc9;fill-opacity:1;stroke:none;stroke-width:0.31677353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1101
       id="rect4563"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1102
       width="381.45959"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1103
       height="14.110301"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1104
       x="54.211086"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1105
       y="1.2654642"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1106
       inkscape:label="position" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1107
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1108
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1109
     inkscape:label="HMI:Slider@/PUMP0/SLOTH"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1110
     transform="matrix(7.5590552,0,0,7.5590552,-248.554,584.0829)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1111
     id="g110-0-9">
3021
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1112
    <g
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1113
       inkscape:label="setpoint"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1114
       style="opacity:0.5;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.76565915"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1115
       inkscape:corner7="-0.15304809 : -0.15652183 : 0.051043755 : 1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1116
       inkscape:corner0="-0.13109479 : -0.13697746 : 0 : 1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1117
       inkscape:perspectiveID="#perspective258"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1118
       id="g256"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1119
       sodipodi:type="inkscape:box3d">
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1120
      <path
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1121
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1122
         points="69.054145,5.4029493 71.910946,3.7246414 71.910946,0.053890203 69.054145,1.5165601 "
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1123
         d="M 69.054145,1.5165601 V 5.4029493 L 71.910946,3.7246414 V 0.0538902 Z"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1124
         inkscape:box3dsidetype="6"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1125
         id="path244"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1126
         sodipodi:type="inkscape:box3dside" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1127
      <path
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1128
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1129
         points="72.352867,6.8282124 75.092002,5.0278603 71.910946,3.7246414 69.054145,5.4029493 "
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1130
         d="M 69.054145,5.4029493 72.352867,6.8282124 75.092002,5.0278603 71.910946,3.7246414 Z"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1131
         inkscape:box3dsidetype="13"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1132
         id="path246"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1133
         sodipodi:type="inkscape:box3dside" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1134
      <path
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1135
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1136
         points="75.092002,1.2673703 75.092002,5.0278603 71.910946,3.7246414 71.910946,0.053890203 "
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1137
         d="m 71.910946,0.0538902 3.181056,1.2134801 v 3.76049 L 71.910946,3.7246414 Z"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1138
         inkscape:box3dsidetype="11"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1139
         id="path248"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1140
         sodipodi:type="inkscape:box3dside" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1141
      <path
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1142
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1143
         points="72.352867,2.8410867 75.092002,1.2673703 71.910946,0.053890203 69.054145,1.5165601 "
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1144
         d="M 69.054145,1.5165601 72.352867,2.8410867 75.092002,1.2673703 71.910946,0.0538902 Z"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1145
         inkscape:box3dsidetype="5"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1146
         id="path250"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1147
         sodipodi:type="inkscape:box3dside" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1148
      <path
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1149
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1150
         points="72.352867,6.8282124 75.092002,5.0278603 75.092002,1.2673703 72.352867,2.8410867 "
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1151
         d="m 72.352867,2.8410867 v 3.9871257 l 2.739135,-1.8003521 v -3.76049 z"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1152
         inkscape:box3dsidetype="14"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1153
         id="path252"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1154
         sodipodi:type="inkscape:box3dside" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1155
      <path
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1156
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1157
         points="72.352867,2.8410867 72.352867,6.8282124 69.054145,5.4029493 69.054145,1.5165601 "
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1158
         d="m 69.054145,1.5165601 3.298722,1.3245266 V 6.8282124 L 69.054145,5.4029493 Z"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1159
         inkscape:box3dsidetype="3"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1160
         id="path254"
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1161
         sodipodi:type="inkscape:box3dside" />
49799de67540 SVGHMI: add a SetPoint to Slider Widget, visible only when operating the slider.
Edouard Tisserant
parents: 3016
diff changeset
  1162
    </g>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1163
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1164
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.52375954;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1165
       d="m 71.94894,3.6581855 79.3256,0.040092"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1166
       id="path90-9-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1167
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1168
       sodipodi:nodetypes="cc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1169
       inkscape:label="range" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1170
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1171
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1172
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1173
       x="68.771873"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1174
       y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1175
       id="text96-6-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1176
       inkscape:label="min"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1177
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1178
         id="tspan94-0-62"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1179
         x="68.771873"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1180
         y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1181
         style="text-align:end;text-anchor:end;fill:#ff6600;stroke-width:0.26458332px">0</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1182
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1183
       id="text100-6-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1184
       y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1185
       x="159.67337"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1186
       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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1187
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1188
       inkscape:label="max"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1189
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.26458332px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1190
         y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1191
         x="159.67337"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1192
         sodipodi:role="line"
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1193
         id="tspan1409-1">1000</tspan></text>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1194
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1195
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1196
       style="font-style:normal;font-weight:normal;font-size:7.78479624px;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.19461991px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1197
       x="-115.32294"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1198
       y="-9.0188799"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1199
       id="text104-6-8"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1200
       inkscape:label="value"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1201
       transform="scale(-1)"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1202
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1203
         x="-115.32294"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1204
         y="-9.0188799"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1205
         style="text-align:center;text-anchor:middle;fill:#ff6600;stroke-width:0.19461991px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1206
         id="tspan102-1-7">000</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1207
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1208
       sodipodi:type="inkscape:box3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1209
       id="g930"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1210
       inkscape:perspectiveID="#perspective503"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1211
       inkscape:corner0="-0.13109479 : -0.13697746 : 0 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1212
       inkscape:corner7="-0.15304809 : -0.15652183 : 0.051043755 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1213
       style="fill:#ff0000;fill-opacity:1;stroke:none"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1214
       inkscape:label="handle"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1215
       transform="translate(0.01,0.01)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1216
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1217
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1218
         id="path932"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1219
         inkscape:box3dsidetype="6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1220
         d="M 69.751604,1.9575481 V 4.9331975 L 71.93894,3.6481857 V 0.8376415 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1221
         points="69.751604,4.9331975 71.93894,3.6481857 71.93894,0.8376415 69.751604,1.9575481 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1222
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1223
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1224
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1225
         id="path940"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1226
         inkscape:box3dsidetype="13"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1227
         d="M 69.751604,4.9331975 72.2773,6.0244633 74.374544,4.6460073 71.93894,3.6481857 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1228
         points="72.2773,6.0244633 74.374544,4.6460073 71.93894,3.6481857 69.751604,4.9331975 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1229
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1230
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1231
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1232
         id="path942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1233
         inkscape:box3dsidetype="11"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1234
         d="m 71.93894,0.8376415 2.435604,0.9291122 V 4.6460073 L 71.93894,3.6481857 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1235
         points="74.374544,1.7667537 74.374544,4.6460073 71.93894,3.6481857 71.93894,0.8376415 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1236
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1237
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1238
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1239
         id="path934"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1240
         inkscape:box3dsidetype="5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1241
         d="M 69.751604,1.9575481 72.2773,2.971684 74.374544,1.7667537 71.93894,0.8376415 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1242
         points="72.2773,2.971684 74.374544,1.7667537 71.93894,0.8376415 69.751604,1.9575481 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1243
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1244
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1245
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1246
         id="path938"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1247
         inkscape:box3dsidetype="14"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1248
         d="m 72.2773,2.971684 v 3.0527793 l 2.097244,-1.378456 V 1.7667537 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1249
         points="72.2773,6.0244633 74.374544,4.6460073 74.374544,1.7667537 72.2773,2.971684 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1250
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1251
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1252
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1253
         id="path936"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1254
         inkscape:box3dsidetype="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1255
         d="M 69.751604,1.9575481 72.2773,2.971684 V 6.0244633 L 69.751604,4.9331975 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1256
         points="72.2773,2.971684 72.2773,6.0244633 69.751604,4.9331975 69.751604,1.9575481 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1257
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1258
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1259
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1260
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1261
     id="g1292-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1262
     inkscape:label="HMI:Input@/RADIOSTATE"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1263
     transform="matrix(0.94144976,0,0,1.7212489,176.35468,-2117.077)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1264
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1265
       id="g2530"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1266
       inkscape:label="=3">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1267
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1268
         style="display:inline;fill:#0009ff;fill-opacity:1;stroke:none;stroke-width:0.24259248"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1269
         id="rect1273-6-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1270
         width="57.391823"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1271
         height="24.148804"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1272
         x="230.03636"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1273
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1274
         inkscape:label="3" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1275
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1276
         transform="translate(-213.152,55.750293)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1277
         id="g2520-5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1278
         inkscape:label="HMI:Switch@/RADIOSTATE"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1279
         style="fill:#0009ff;fill-opacity:1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1280
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1281
           inkscape:label="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1282
           y="1206.6622"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1283
           x="443.18835"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1284
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1285
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1286
           id="rect1273-6-9-9-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1287
           style="display:inline;fill:#0009ff;fill-opacity:1;stroke:none;stroke-width:0.24259226" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1288
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1289
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1290
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1291
       id="g2527"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1292
       inkscape:label="=2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1293
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1294
         style="display:inline;fill:#00ffed;fill-opacity:1;stroke:none;stroke-width:0.24259254"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1295
         id="rect1273-6-56"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1296
         width="57.391857"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1297
         height="24.148804"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1298
         x="313.84549"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1299
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1300
         inkscape:label="2" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1301
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1302
         transform="translate(-303.62283,32.70105)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1303
         id="g2520-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1304
         inkscape:label="HMI:Switch@/RADIOSTATE">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1305
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1306
           inkscape:label="2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1307
           y="1229.7114"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1308
           x="617.46832"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1309
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1310
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1311
           id="rect1273-6-9-9-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1312
           style="display:inline;fill:#00ffed;fill-opacity:1;stroke:none;stroke-width:0.24259226" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1313
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1314
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1315
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1316
       id="g2524"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1317
       inkscape:label="=1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1318
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1319
         style="display:inline;fill:#3eff00;fill-opacity:1;stroke:none;stroke-width:0.24182089"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1320
         id="rect1273-6-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1321
         width="57.027344"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1322
         height="24.148796"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1323
         x="146.22725"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1324
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1325
         inkscape:label="1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1326
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1327
         transform="translate(-213.152,55.750293)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1328
         id="g2520-23"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1329
         inkscape:label="HMI:Switch@/RADIOSTATE">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1330
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1331
           inkscape:label="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1332
           y="1206.6622"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1333
           x="359.37924"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1334
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1335
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1336
           id="rect1273-6-9-9-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1337
           style="display:inline;fill:#3eff00;fill-opacity:1;stroke:none;stroke-width:0.24259226" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1338
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1339
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1340
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1341
       id="g2501"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1342
       inkscape:label="=0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1343
       transform="translate(-260.62575)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1344
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1345
         inkscape:label="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1346
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1347
         x="323.04385"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1348
         height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1349
         width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1350
         id="rect1273-6-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1351
         style="display:inline;fill:#ffea00;fill-opacity:1;stroke:none;stroke-width:0.24259225" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1352
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1353
         id="g2520"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1354
         inkscape:label="HMI:Switch@/RADIOSTATE">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1355
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1356
           inkscape:label="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1357
           y="1262.4125"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1358
           x="323.04385"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1359
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1360
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1361
           id="rect1273-6-9-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1362
           style="display:inline;fill:#ffea00;fill-opacity:1;stroke:none;stroke-width:0.24259226" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1363
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1364
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1365
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1366
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1367
     id="g1047"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1368
     inkscape:label="HMI:CircularBar@/PUMP0/SLOTH"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1369
     transform="matrix(0.39840034,0,0,0.35920948,-97.955902,106.13488)">
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1370
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1371
       inkscape:label="range"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1372
       sodipodi:open="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1373
       d="M 1079.626,411.60913 A 184.25998,167.44942 0 0 1 874.51345,308.78336 184.25998,167.44942 0 0 1 946.20137,106.11681 184.25998,167.44942 0 0 1 1178.8257,131.16507"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1374
       sodipodi:end="5.5191826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1375
       sodipodi:start="1.3860423"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1376
       sodipodi:ry="167.44942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1377
       sodipodi:rx="184.25998"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1378
       sodipodi:cy="247.00946"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1379
       sodipodi:cx="1045.7766"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1380
       sodipodi:type="arc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1381
       id="path1044"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1382
       style="opacity:1;fill:none;fill-opacity:1;stroke:#fe00dc;stroke-width:22.07197189;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1383
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1384
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1385
       style="font-style:normal;font-weight:normal;font-size:90.1384964px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff00ca;fill-opacity:1;stroke:none;stroke-width:2.25346255px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1386
       x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1387
       y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1388
       id="text1051"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1389
       transform="scale(0.91814752,1.0891496)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1390
       inkscape:label="value"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1391
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1392
         id="tspan1049"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1393
         x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1394
         y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1395
         style="fill:#ff00ca;fill-opacity:1;stroke:none;stroke-width:2.25346255px;stroke-opacity:1">000</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1396
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1397
       inkscape:label="path"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1398
       sodipodi:open="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1399
       d="M 1083.68,410.87778 A 184.25998,167.44942 0 0 1 875.42544,310.83196 184.25998,167.44942 0 0 1 945.58759,106.47662 184.25998,167.44942 0 0 1 1179.4956,131.8038"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1400
       sodipodi:end="5.524452"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1401
       sodipodi:start="1.3636114"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1402
       sodipodi:ry="167.44942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1403
       sodipodi:rx="184.25998"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1404
       sodipodi:cy="247.00946"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1405
       sodipodi:cx="1045.7766"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1406
       sodipodi:type="arc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1407
       id="path1044-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1408
       style="opacity:1;fill:none;fill-opacity:1;stroke:#00fff1;stroke-width:40;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1409
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1410
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1411
     id="g1047-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1412
     inkscape:label="HMI:CircularSlider@/PUMP0/SLOTH"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1413
     transform="matrix(0.45707797,0,0,0.45707797,33.744118,80.994747)">
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1414
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1415
       inkscape:label="range"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1416
       d="M 970.29569,399.76446 A 184.25998,167.44942 0 0 1 866.26395,284.77467 184.25998,167.44942 0 0 1 904.10823,139.93753"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1417
       sodipodi:end="3.8353474"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1418
       sodipodi:start="1.9928597"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1419
       sodipodi:ry="167.44942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1420
       sodipodi:rx="184.25998"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1421
       sodipodi:cy="247.00946"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1422
       sodipodi:cx="1045.7766"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1423
       sodipodi:type="arc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1424
       id="path1044-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1425
       style="opacity:1;fill:none;fill-opacity:1;stroke:#fe00dc;stroke-width:22.07197189;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1426
       sodipodi:open="true" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1427
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1428
       sodipodi:type="inkscape:box3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1429
       id="g930-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1430
       inkscape:perspectiveID="#perspective503-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1431
       inkscape:corner0="-0.086129988 : -0.14445971 : 0 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1432
       inkscape:corner7="-0.10808329 : -0.16400408 : 0.051043755 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1433
       style="fill:#ff0000;fill-opacity:1;stroke:none"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1434
       inkscape:label="handle"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1435
       inkscape:transform-center-x="8"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1436
       inkscape:transform-center-y="98">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1437
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1438
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1439
         id="path932-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1440
         inkscape:box3dsidetype="6"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1441
         d="m 919.8592,371.09875 v 61.75093 l 51.05152,-25.59855 v -58.48432 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1442
         points="919.8592,432.84968 970.91072,407.25113 970.91072,348.76681 919.8592,371.09875 "
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1443
         style="fill:#353564;fill-rule:evenodd;stroke:none;stroke-width:21.82598114px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1444
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1445
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1446
         id="path940-1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1447
         inkscape:box3dsidetype="13"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1448
         d="m 919.8592,432.84968 49.77112,22.08624 49.54588,-27.39007 -48.26548,-20.29472 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1449
         points="969.63032,454.93592 1019.1762,427.54585 970.91072,407.25113 919.8592,432.84968 "
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1450
         style="fill:#afafde;fill-rule:evenodd;stroke:none;stroke-width:21.82598114px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1451
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1452
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1453
         id="path942-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1454
         inkscape:box3dsidetype="11"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1455
         d="m 970.91072,348.76681 48.26548,18.93313 v 59.84591 l -48.26548,-20.29472 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1456
         points="1019.1762,367.69994 1019.1762,427.54585 970.91072,407.25113 970.91072,348.76681 "
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1457
         style="fill:#e9e9ff;fill-rule:evenodd;stroke:none;stroke-width:21.82598114px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1458
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1459
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1460
         id="path934-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1461
         inkscape:box3dsidetype="5"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1462
         d="m 919.8592,371.09875 49.77112,20.56633 49.54588,-23.96514 -48.26548,-18.93313 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1463
         points="969.63032,391.66508 1019.1762,367.69994 970.91072,348.76681 919.8592,371.09875 "
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1464
         style="fill:#4d4d9f;fill-rule:evenodd;stroke:none;stroke-width:21.82598114px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1465
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1466
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1467
         id="path938-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1468
         inkscape:box3dsidetype="14"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1469
         d="m 969.63032,391.66508 v 63.27084 l 49.54588,-27.39007 v -59.84591 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1470
         points="969.63032,454.93592 1019.1762,427.54585 1019.1762,367.69994 969.63032,391.66508 "
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1471
         style="fill:#d7d7ff;fill-rule:evenodd;stroke:none;stroke-width:21.82598114px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1472
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1473
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1474
         id="path936-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1475
         inkscape:box3dsidetype="3"
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1476
         d="m 919.8592,371.09875 49.77112,20.56633 v 63.27084 L 919.8592,432.84968 Z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1477
         points="969.63032,391.66508 969.63032,454.93592 919.8592,432.84968 919.8592,371.09875 "
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1478
         style="fill:#8686bf;fill-rule:evenodd;stroke:none;stroke-width:21.82598114px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1479
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1480
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1481
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1482
       style="font-style:normal;font-weight:normal;font-size:90.1384964px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff00ca;fill-opacity:1;stroke:none;stroke-width:2.25346255px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1483
       x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1484
       y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1485
       id="text1051-5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1486
       transform="scale(0.91814752,1.0891496)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1487
       inkscape:label="value"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1488
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1489
         id="tspan1049-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1490
         x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1491
         y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1492
         style="fill:#ff00ca;fill-opacity:1;stroke:none;stroke-width:2.25346255px;stroke-opacity:1">000</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1493
  </g>
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1494
  <g
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1495
     transform="translate(-289.17513,-33.060654)"
3057
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1496
     id="g4791-6"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1497
     inkscape:label="HMI:ToggleButton@/TOGGLE1">
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1498
    <rect
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1499
       inkscape:label="inactive"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1500
       y="47.187904"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1501
       x="906.51086"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1502
       height="44.547726"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1503
       width="45.254833"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1504
       id="rect4772-5"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1505
       style="opacity:1;fill:#ff0015;fill-opacity:1;stroke:none" />
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1506
    <rect
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1507
       inkscape:label="active"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1508
       y="47.187904"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1509
       x="906.51086"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1510
       height="44.547726"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1511
       width="45.254833"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1512
       id="rect4772-3-7"
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1513
       style="opacity:1;fill:#00ff03;fill-opacity:1;stroke:none" />
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1514
  </g>
696301e869d5 Updated svg and xml for testing program
usveticic
parents: 3021
diff changeset
  1515
  <g
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1516
     transform="translate(-287.05529,41.033314)"
3059
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1517
     id="g479hgjk"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1518
     inkscape:label="HMI:Button@/TOGGLE">
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1519
    <rect
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1520
       inkscape:label="active"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1521
       y="46.127251"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1522
       x="906.51086"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1523
       height="44.547726"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1524
       width="45.254833"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1525
       id="rect47fuzkj"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1526
       style="opacity:1;fill:#00ff03;fill-opacity:1;stroke:none" />
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1527
    <rect
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1528
       inkscape:label="inactive"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1529
       y="46.127251"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1530
       x="906.51086"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1531
       height="44.547726"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1532
       width="45.254833"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1533
       id="rect477hjoj"
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1534
       style="opacity:1;fill:#ff0015;fill-opacity:1;stroke:none" />
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1535
  </g>
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1536
  <g
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1537
     id="g1112"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1538
     inkscape:label="HMI:AnimateRotation@/SPEED">
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1539
    <circle
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1540
       r="32.057827"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1541
       cy="436.18585"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1542
       cx="747.05347"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1543
       id="path1380"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1544
       style="fill:#ececec;fill-opacity:1;stroke:#ff0000;stroke-width:2.95733476;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1545
    <rect
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1546
       y="286.18585"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1547
       x="597.05353"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1548
       height="300"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1549
       width="300"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1550
       id="rect1382"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1551
       style="opacity:0;fill:#ececec;fill-opacity:1;stroke:none;stroke-width:3.69000006;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1552
    <path
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1553
       sodipodi:nodetypes="sssssss"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1554
       inkscape:connector-curvature="0"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1555
       id="path1388"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1556
       d="m 719.75481,403.83452 c 1.9692,9.54564 9.417,-4.37059 26.6751,-4.06174 27.2477,0.48762 30.0401,21.24497 35.5749,12.81174 6.6594,-10.14673 12.6699,-22.7446 14.75,-33.25 13.5509,-68.43783 -46.4736,-97.18589 -72,-91.49999 -40.88858,9.10778 -49.54078,47.21136 -31.99998,71.75 13.16428,18.41615 23.37448,26.67508 26.99998,44.24999 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1557
       style="fill:#fd0000;fill-opacity:1;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1558
    <path
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1559
       sodipodi:nodetypes="sssssss"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1560
       inkscape:connector-curvature="0"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1561
       id="path1388-9"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1562
       d="m 789.45321,432.25975 c -8.9783,-3.79302 -1.7422,10.23457 -11.7862,24.27224 -15.8577,22.16324 -34.5364,12.68834 -30.7308,22.03024 4.5788,11.24 11.5443,23.3361 19.0162,31.0083 48.6752,49.9808 106.3992,16.8549 116.1963,-7.3926 15.6932,-38.84015 -10.7791,-67.57972 -40.9378,-67.05341 -22.634,0.39495 -35.2273,4.11873 -51.7577,-2.86477 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1563
       style="fill:#fd0000;fill-opacity:1;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1564
    <path
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1565
       sodipodi:nodetypes="sssssss"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1566
       inkscape:connector-curvature="0"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1567
       id="path1388-9-8"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1568
       d="m 730.85671,475.85643 c 7.5732,-6.1355 -8.2092,-6.3552 -15.8654,-21.82523 -12.0882,-24.42445 5.0646,-36.44319 -4.9688,-37.48364 -12.07218,-1.25186 -26.02318,-0.80116 -36.30958,2.17903 -67.0109,19.41388 -64.9607,85.93594 -48.1806,105.99474 26.8787,32.1304 64.6969,22.3051 78.43058,-4.5502 10.3071,-20.1549 12.9505,-33.0184 26.8938,-44.3147 z"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1569
       style="fill:#fd0000;fill-opacity:1;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1570
    <animateTransform
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1571
       attributeName="transform"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1572
       attributeType="XML"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1573
       type="rotate"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1574
       from="0 1049 278"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1575
       to="360 1049 278"
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1576
       dur="1s"
3059
e0db3f6a5f39 Button and toggle reworked to use animate and dispatch
usveticic
parents: 3058
diff changeset
  1577
       repeatCount="indefinite" />
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1578
  </g>
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1579
  <g
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1580
     id="g1093"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1581
     inkscape:label="HMI:CustomHtml">
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1582
    <rect
3064
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1583
       inkscape:label="container"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1584
       y="12"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1585
       x="818"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1586
       height="323"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1587
       width="452"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1588
       id="rect1072"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1589
       style="opacity:0.29800002;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1.11057007" />
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1590
    <text
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1591
       inkscape:label="code"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1592
       transform="scale(0.57360572,1.7433578)"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1593
       id="text1076"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1594
       y="23.059681"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1595
       x="1433.04"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1596
       style="font-style:normal;font-weight:normal;font-size:9.29032898px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.87096828px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1597
       xml:space="preserve"><tspan
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1598
         style="stroke-width:0.87096828px"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1599
         id="tspan1078"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1600
         y="23.059681"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1601
         x="1433.04"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1602
         sodipodi:role="line">    &lt;img xmlns=&quot;http://www.w3.org/1999/xhtml&quot; id=&quot;img&quot; src=&quot;https://thumbs.gfycat.com/ImpoliteSoupyKakapo-size_restricted.gif&quot;  width=&quot;100%&quot; height=&quot;80%&quot; /&gt;</tspan><tspan
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1603
         style="stroke-width:0.87096828px"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1604
         id="tspan1080"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1605
         y="34.672592"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1606
         x="1433.04"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1607
         sodipodi:role="line">    &lt;a xmlns=&quot;http://www.w3.org/1999/xhtml&quot; href='www.gmail.com'&gt;Gmail&lt;/a&gt;</tspan><tspan
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1608
         style="stroke-width:0.87096828px"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1609
         id="tspan1082"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1610
         y="46.285503"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1611
         x="1433.04"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1612
         sodipodi:role="line">    &lt;p xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Koj kurac to ne dela&lt;/p&gt;</tspan><tspan
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1613
         style="stroke-width:0.87096828px"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1614
         id="tspan1084"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1615
         y="57.898415"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1616
         x="1433.04"
4b44d09c48a7 - New widget customHtml which allows to insert block of html code
usveticic
parents: 3062
diff changeset
  1617
         sodipodi:role="line" /></text>
3062
9ec338a99a18 Button fix if no active or inactive state,
usveticic
parents: 3059
diff changeset
  1618
  </g>
3016
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1619
</svg>