tests/svghmi_v2/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Mon, 10 Aug 2020 13:58:55 +0200
branchsvghmi
changeset 3019 497aac6522a3
parent 3016 085a678715d0
child 3021 49799de67540
permissions -rw-r--r--
SVGHMI: provide request_animate() to Widget authors so that they can register redraw code when events lead to redraw. Widget member animate() is called when it is time to update DOM.
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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    19
   inkscape:version="0.92.4 (unknown)"
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"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    37
       inkscape:vp_x="-457.78124 : 416.79285 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    38
       inkscape:vp_y="0 : 1000 : 0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    39
       inkscape:vp_z="576.76945 : 273.61475 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    40
       inkscape:persp3d-origin="182.21876 : 296.79285 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    41
       id="perspective503" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    42
    <inkscape:perspective
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    43
       sodipodi:type="inkscape:persp3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    44
       inkscape:vp_x="-104 : 357 : 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="1272 : 385 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    47
       inkscape:persp3d-origin="536 : 237 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    48
       id="perspective445" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    49
    <inkscape:tag
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    50
       id="Set 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    51
       inkscape:label="HMI:AccessList@Admin"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    52
       inkscape:expanded="true">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    53
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    54
         xlink:href="#text995"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    55
         id="tagref192" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    56
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    57
         xlink:href="#g991"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    58
         id="tagref194" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    59
    </inkscape:tag>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    60
    <linearGradient
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    61
       inkscape:collect="always"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    62
       id="linearGradient962">
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:#ff3000;stop-opacity:1;"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    65
         offset="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    66
         id="stop958" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    67
      <stop
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    68
         style="stop-color:#0022ff;stop-opacity:1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    69
         offset="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    70
         id="stop960" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    71
    </linearGradient>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    72
    <marker
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    73
       inkscape:isstock="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    74
       style="overflow:visible"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    75
       id="marker926"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    76
       refX="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    77
       refY="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    78
       orient="auto"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    79
       inkscape:stockid="Arrow2Lend">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    80
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    81
         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    82
         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
    83
         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
    84
         id="path924"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    85
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    86
    </marker>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    87
    <inkscape:tag
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    88
       id="Set 3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    89
       inkscape:expanded="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    90
       inkscape:label="HMI:Translate">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    91
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    92
         xlink:href="#text831"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    93
         id="tagref1085" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    94
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    95
         xlink:href="#text827"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    96
         id="tagref1087" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    97
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    98
         xlink:href="#text4497"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
    99
         id="tagref1089" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   100
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   101
         xlink:href="#home_jmp"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   102
         id="tagref1091" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   103
      <inkscape:tagref
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   104
         xlink:href="#setting_jmp"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   105
         id="tagref1093" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   106
    </inkscape:tag>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   107
    <linearGradient
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   108
       inkscape:collect="always"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   109
       xlink:href="#linearGradient962"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   110
       id="linearGradient1407"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   111
       gradientUnits="userSpaceOnUse"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   112
       gradientTransform="matrix(0.5,0,0,0.03945396,73.07865,3.7693345)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   113
       x1="113.38908"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   114
       y1="-62.210247"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   115
       x2="113.38908"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   116
       y2="4.0725975" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   117
    <inkscape:perspective
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   118
       sodipodi:type="inkscape:persp3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   119
       inkscape:vp_x="-173.06414 : 591.30354 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   120
       inkscape:vp_y="0 : 1319.7648 : 0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   121
       inkscape:vp_z="1192.2994 : 402.34211 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   122
       inkscape:persp3d-origin="671.58536 : 432.93175 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   123
       id="perspective503-6" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   124
  </defs>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   125
  <sodipodi:namedview
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   126
     id="base"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   127
     pagecolor="#ffffff"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   128
     bordercolor="#666666"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   129
     borderopacity="1.0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   130
     inkscape:pageopacity="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   131
     inkscape:pageshadow="2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   132
     inkscape:document-units="px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   133
     inkscape:current-layer="hmi0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   134
     showgrid="false"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   135
     units="px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   136
     inkscape:zoom="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   137
     inkscape:cx="900.14626"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   138
     inkscape:cy="284.87529"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   139
     inkscape:window-width="1451"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   140
     inkscape:window-height="1117"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   141
     inkscape:window-x="1972"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   142
     inkscape:window-y="127"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   143
     inkscape:window-maximized="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   144
     showguides="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   145
     inkscape:guide-bbox="true" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   146
  <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   147
     style="color:#000000;fill:#4d4d4d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   148
     id="page0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   149
     width="1280"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   150
     height="720"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   151
     x="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   152
     y="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   153
     inkscape:label="HMI:Page:Home"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   154
     sodipodi:insensitive="true" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   155
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   156
     inkscape:label="HMI:Slider@/PUMP0/SLOTH"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   157
     transform="matrix(7.5590552,0,0,7.5590552,-710.78539,551.61779)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   158
     id="g110-0">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   159
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   160
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
   161
       d="M 113.38908,2.2017068 V -62.210247"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   162
       id="path90-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   163
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   164
       sodipodi:nodetypes="cc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   165
       inkscape:label="range" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   166
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   167
       inkscape:label="handle"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   168
       sodipodi:nodetypes="cc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   169
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   170
       id="path92-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   171
       d="m 113.32293,4.2048893 v -5.230241"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   172
       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
   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: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
   176
       x="115.07632"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   177
       y="9.3424692"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   178
       id="text96-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   179
       inkscape:label="min"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   180
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   181
         id="tspan94-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   182
         x="115.07632"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   183
         y="9.3424692"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   184
         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
   185
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   186
       id="text100-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   187
       y="-64.195457"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   188
       x="113.27539"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   189
       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
   190
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   191
       inkscape:label="max"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   192
         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
   193
         y="-64.195457"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   194
         x="113.27539"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   195
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   196
         id="tspan1409">100</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   197
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   198
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   199
       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
   200
       x="-24.72547"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   201
       y="-121.97556"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   202
       id="text104-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   203
       inkscape:label="value"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   204
       transform="rotate(90)"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   205
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   206
         x="-24.72547"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   207
         y="-121.97556"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   208
         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
   209
         id="tspan102-1">000</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   210
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   211
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   212
     id="g4557"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   213
     inkscape:label="HMI:Input@/SOMEPLCGLOBAL">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   214
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   215
       inkscape:label="value"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   216
       transform="scale(1.1201068,0.89277203)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   217
       id="text2398"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   218
       y="446.98395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   219
       x="347.5253"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   220
       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
   221
       xml:space="preserve"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   222
         style="stroke-width:3.10200214px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   223
         y="446.98395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   224
         x="347.5253"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   225
         id="tspan2396"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   226
         sodipodi:role="line">Test</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   227
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   228
       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
   229
       id="rect4559"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   230
       width="323.85489"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   231
       height="132.93608"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   232
       x="369.10974"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   233
       y="299.97858"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   234
       inkscape:label="edit" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   235
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   236
       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
   237
       id="rect4561"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   238
       width="580.42413"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   239
       height="339.91623"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   240
       x="699.57587"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   241
       y="380.08374"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   242
       inkscape:label="key_pos" />
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
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   245
     transform="matrix(1.5213157,0,0,1.4848913,-82.472173,789.79964)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   246
     style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   247
     id="g4278"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   248
     inkscape:label="HMI:Keypad:HMI_STRING">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   249
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   250
       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
   251
       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
   252
       id="rect1006-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   253
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   254
       inkscape:label="Background"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   255
       sodipodi:nodetypes="ccccc" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   256
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   257
       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
   258
       id="path185"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   259
       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
   260
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   261
       inkscape:label="Space" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   262
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   263
       id="g4380"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   264
       inkscape:label="Keys"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   265
       style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   266
       transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   267
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   268
         id="g4283"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   269
         inkscape:label="q Q"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   270
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   271
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   272
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   273
           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
   274
           id="path41"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   275
           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
   276
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   277
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   278
           x="99.378708"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   279
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   280
           id="text203"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   281
           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
   282
           transform="scale(1.0007154,0.99928514)">Q</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   283
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   284
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   285
         id="g4337"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   286
         inkscape:label="w W"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   287
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   288
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   289
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   290
           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
   291
           id="path43"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   292
           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
   293
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   294
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   295
           x="127.0709"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   296
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   297
           id="text207"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   298
           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
   299
           transform="scale(1.0007154,0.99928514)">W</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   300
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   301
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   302
         id="g4332"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   303
         inkscape:label="e E"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   304
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   305
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   306
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   307
           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
   308
           id="path45"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   309
           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
   310
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   311
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   312
           x="159.70854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   313
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   314
           id="text211"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   315
           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
   316
           transform="scale(1.0007154,0.99928514)">E</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   317
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   318
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   319
         id="g4326"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   320
         inkscape:label="r R"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   321
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   322
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   323
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   324
           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
   325
           id="path47"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   326
           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
   327
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   328
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   329
           x="188.39003"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   330
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   331
           id="text215"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   332
           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
   333
           transform="scale(1.0007154,0.99928514)">R</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   334
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   335
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   336
         id="g4321"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   337
         inkscape:label="t T"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   338
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   339
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   340
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   341
           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
   342
           id="path49"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   343
           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
   344
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   345
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   346
           x="219.04961"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   347
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   348
           id="text219"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   349
           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
   350
           transform="scale(1.0007154,0.99928514)">T</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   351
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   352
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   353
         id="g4316"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   354
         inkscape:label="y Y"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   355
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   356
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   357
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   358
           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
   359
           id="path51"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   360
           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
   361
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   362
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   363
           x="248.72017"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   364
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   365
           id="text223"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   366
           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
   367
           transform="scale(1.0007154,0.99928514)">Y</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   368
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   369
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   370
         id="g4311"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   371
         inkscape:label="u U"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   372
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   373
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   374
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   375
           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
   376
           id="path53"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   377
           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
   378
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   379
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   380
           x="278.39075"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   381
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   382
           id="text227"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   383
           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
   384
           transform="scale(1.0007154,0.99928514)">U</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   385
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   386
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   387
         id="g4306"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   388
         inkscape:label="i I"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   389
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   390
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   391
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   392
           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
   393
           id="path55"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   394
           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
   395
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   396
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   397
           x="311.02859"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   398
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   399
           id="text231"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   400
           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
   401
           transform="scale(1.0007154,0.99928514)">I</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   402
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   403
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   404
         id="g4301"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   405
         inkscape:label="o O"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   406
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   407
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   408
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   409
           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
   410
           id="path57"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   411
           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
   412
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   413
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   414
           x="336.74319"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   415
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   416
           id="text235"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   417
           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
   418
           transform="scale(1.0007154,0.99928514)">O</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   419
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   420
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   421
         id="g4296"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   422
         inkscape:label="p P"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   423
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   424
         transform="translate(0,-9.5381931)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   425
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   426
           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
   427
           id="path59"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   428
           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
   429
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   430
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   431
           x="367.40256"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   432
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   433
           id="text239"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   434
           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
   435
           transform="scale(1.0007154,0.99928514)">P</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   436
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   437
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   438
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   439
         id="g4511"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   440
         inkscape:label="a A">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   441
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   442
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   443
           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
   444
           id="path65"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   445
           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
   446
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   447
           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
   448
           id="text243"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   449
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   450
           x="107.29005"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   451
           transform="scale(1.0007154,0.99928514)">A</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   452
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   453
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   454
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   455
         id="g4516"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   456
         inkscape:label="s S">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   457
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   458
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   459
           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
   460
           id="path67"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   461
           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
   462
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   463
           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
   464
           id="text247"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   465
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   466
           x="137.95012"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   467
           transform="scale(1.0007154,0.99928514)">S</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   468
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   469
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   470
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   471
         id="g4521"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   472
         inkscape:label="d D">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   473
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   474
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   475
           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
   476
           id="path69"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   477
           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
   478
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   479
           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
   480
           id="text251"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   481
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   482
           x="166.63159"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   483
           transform="scale(1.0007154,0.99928514)">D</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   484
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   485
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   486
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   487
         id="g4526"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   488
         inkscape:label="f F">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   489
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   490
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   491
           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
   492
           id="path71"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   493
           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
   494
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   495
           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
   496
           id="text255"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   497
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   498
           x="197.29166"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   499
           transform="scale(1.0007154,0.99928514)">F</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   500
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   501
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   502
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   503
         id="g4531"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   504
         inkscape:label="g G">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   505
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   506
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   507
           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
   508
           id="path73"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   509
           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
   510
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   511
           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
   512
           id="text259"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   513
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   514
           x="225.97284"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   515
           transform="scale(1.0007154,0.99928514)">G</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   516
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   517
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   518
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   519
         id="g4536"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   520
         inkscape:label="h H">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   521
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   522
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   523
           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
   524
           id="path75"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   525
           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
   526
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   527
           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
   528
           id="text263"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   529
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   530
           x="255.64342"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   531
           transform="scale(1.0007154,0.99928514)">H</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   532
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   533
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   534
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   535
         id="g4541"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   536
         inkscape:label="j J">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   537
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   538
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   539
           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
   540
           id="path77"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   541
           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
   542
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   543
           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
   544
           id="text267"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   545
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   546
           x="287.29208"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   547
           transform="scale(1.0007154,0.99928514)">J</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   548
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   549
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   550
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   551
         id="g4546"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   552
         inkscape:label="k K">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   553
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   554
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   555
           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
   556
           id="path79"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   557
           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
   558
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   559
           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
   560
           id="text271"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   561
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   562
           x="314.98465"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   563
           transform="scale(1.0007154,0.99928514)">K</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   564
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   565
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   566
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   567
         id="g4551"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   568
         inkscape:label="l L">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   569
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   570
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   571
           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
   572
           id="path81"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   573
           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
   574
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   575
           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
   576
           id="text275"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   577
           y="163.99854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   578
           x="345.64444"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   579
           transform="scale(1.0007154,0.99928514)">L</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   580
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   581
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   582
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   583
         id="g4586"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   584
         inkscape:label="z Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   585
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   586
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   587
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   588
           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
   589
           id="path87-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   590
           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
   591
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   592
           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
   593
           id="text279"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   594
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   595
           x="119.15855"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   596
           transform="scale(1.0007154,0.99928514)">Z</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   597
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   598
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   599
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   600
         id="g4581"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   601
         inkscape:label="x X"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   602
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   603
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   604
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   605
           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
   606
           id="path89-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   607
           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
   608
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   609
           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
   610
           id="text283"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   611
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   612
           x="148.82933"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   613
           transform="scale(1.0007154,0.99928514)">X</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   614
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   615
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   616
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   617
         id="g4576"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   618
         inkscape:label="c C"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   619
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   620
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   621
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   622
           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
   623
           id="path91-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   624
           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
   625
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   626
           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
   627
           id="text287"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   628
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   629
           x="178.50011"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   630
           transform="scale(1.0007154,0.99928514)">C</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   631
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   632
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   633
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   634
         id="g4571"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   635
         inkscape:label="v V"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   636
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   637
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   638
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   639
           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
   640
           id="path195"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   641
           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
   642
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   643
           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
   644
           id="text291"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   645
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   646
           x="208.16988"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   647
           transform="scale(1.0007154,0.99928514)">V</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   648
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   649
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   650
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   651
         id="g4566"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   652
         inkscape:label="b B"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   653
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   654
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   655
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   656
           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
   657
           id="path93"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   658
           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
   659
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   660
           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
   661
           id="text295"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   662
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   663
           x="237.84096"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   664
           transform="scale(1.0007154,0.99928514)">B</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   665
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   666
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   667
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   668
         id="g4561"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   669
         inkscape:label="n N"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   670
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   671
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   672
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   673
           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
   674
           id="path95"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   675
           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
   676
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   677
           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
   678
           id="text299"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   679
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   680
           x="267.51193"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   681
           transform="scale(1.0007154,0.99928514)">N</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   682
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   683
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   684
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   685
         id="g4556"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   686
         inkscape:label="m M"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   687
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   688
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   689
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   690
           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
   691
           id="path97"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   692
           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
   693
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   694
           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
   695
           id="text303"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   696
           y="188.72411"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   697
           x="296.1933"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   698
           transform="scale(1.0007154,0.99928514)">M</text>
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
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   701
         id="g4818"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   702
         inkscape:label=". :"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   703
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   704
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   705
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   706
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   707
           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
   708
           id="path101"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   709
           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
   710
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   711
           transform="scale(1.0007154,0.99928513)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   712
           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
   713
           id="text719"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   714
           y="189.66107"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   715
           x="359.58276">.</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   716
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   717
           x="359.58276"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   718
           y="181.64532"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   719
           id="text4834"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   720
           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
   721
           transform="scale(1.0007154,0.99928512)">:</text>
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
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   724
         id="g4813"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   725
         inkscape:label=", ;"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   726
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   727
         transform="translate(0,9.5381929)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   728
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   729
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   730
           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
   731
           id="path99"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   732
           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
   733
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   734
           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
   735
           id="text727"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   736
           y="181.64532"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   737
           x="330.00806"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   738
           transform="scale(1.0007154,0.99928512)">;</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   739
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   740
           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
   741
           y="189.66107"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   742
           x="330.00806"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   743
           transform="scale(1.0007154,0.99928512)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   744
           id="text4826">,</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   745
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   746
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   747
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   748
         inkscape:label="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   749
         id="g2845"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   750
         transform="translate(-13.353469,-45.783327)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   751
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   752
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   753
           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
   754
           id="path2839"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   755
           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
   756
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   757
           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
   758
           id="text2841"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   759
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   760
           x="101.07153"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   761
           transform="scale(1.0007154,0.99928513)">1</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   762
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   763
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   764
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   765
         inkscape:label="2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   766
         id="g2853"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   767
         transform="translate(-13.353469,-45.783327)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   768
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   769
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   770
           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
   771
           id="path2847"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   772
           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
   773
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   774
           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
   775
           id="text2849"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   776
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   777
           x="130.18704"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   778
           transform="scale(1.0007154,0.99928513)">2</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   779
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   780
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   781
         inkscape:label="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   782
         id="g2861"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   783
         style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   784
         transform="translate(-13.353469,-45.783327)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   785
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   786
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   787
           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
   788
           id="path2855"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   789
           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
   790
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   791
           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
   792
           id="text2857"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   793
           y="138.28395"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   794
           x="159.70854"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   795
           transform="scale(1.0007154,0.99928514)">3</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   796
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   797
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   798
         id="g2957"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   799
         inkscape:label="4"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   800
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   801
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   802
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   803
           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
   804
           id="path2865"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   805
           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
   806
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   807
           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
   808
           id="text2867"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   809
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   810
           x="176.39188"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   811
           transform="scale(1.0007154,0.99928514)">4</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   812
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   813
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   814
         id="g2962"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   815
         inkscape:label="5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   816
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   817
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   818
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   819
           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
   820
           id="path2873"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   821
           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
   822
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   823
           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
   824
           id="text2875"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   825
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   826
           x="205.70567"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   827
           transform="scale(1.0007154,0.99928514)">5</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   828
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   829
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   830
         id="g2967"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   831
         inkscape:label="6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   832
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   833
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   834
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   835
           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
   836
           id="path2881"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   837
           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
   838
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   839
           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
   840
           id="text2883"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   841
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   842
           x="236.15851"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   843
           transform="scale(1.0007154,0.99928514)">6</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   844
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   845
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   846
         id="g2972"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   847
         inkscape:label="7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   848
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   849
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   850
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   851
           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
   852
           id="path2889"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   853
           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
   854
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   855
           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
   856
           id="text2891"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   857
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   858
           x="266.06564"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   859
           transform="scale(1.0007154,0.99928514)">7</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   860
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   861
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   862
         id="g2977"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   863
         inkscape:label="8"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   864
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   865
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   866
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   867
           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
   868
           id="path2897"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   869
           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
   870
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   871
           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
   872
           id="text2899"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   873
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   874
           x="295.08231"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   875
           transform="scale(1.0007154,0.99928514)">8</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   876
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   877
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   878
         id="g2982"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   879
         inkscape:label="9 -"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   880
         transform="translate(0,-19.076386)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   881
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   882
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   883
           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
   884
           id="path2905"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   885
           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
   886
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   887
           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
   888
           id="text2907"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   889
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   890
           x="325.05408"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   891
           transform="scale(1.0007154,0.99928514)">9</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   892
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   893
           transform="scale(1.0007154,0.99928511)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   894
           x="335.72681"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   895
           y="102.42173"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   896
           id="text806"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   897
           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
   898
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   899
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   900
         id="g2987"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   901
         inkscape:label="0 +"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   902
         transform="translate(0,-19.076386)">
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
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   905
           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
   906
           id="path2913"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   907
           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
   908
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   909
           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
   910
           id="text2915"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   911
           y="111.55791"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   912
           x="355.05984"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   913
           transform="scale(1.0007154,0.99928514)">0</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   914
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   915
           transform="scale(1.0007154,0.99928511)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   916
           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
   917
           id="text804"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   918
           y="102.42173"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   919
           x="365.30151">+</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   920
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   921
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   922
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   923
       transform="translate(335.89988,-58.934803)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   924
       id="g3544"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   925
       inkscape:label="Esc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   926
       style="stroke-width:0.47631353">
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="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
   929
         id="path105"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   930
         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
   931
         inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   932
         sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   933
      <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   934
         transform="scale(1.0007154,0.99928512)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   935
         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
   936
         id="text469"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   937
         y="130.02028"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   938
         x="59.288635">Esc</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   939
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   940
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   941
       inkscape:label="Enter"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   942
       id="g4291"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   943
       style="stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   944
       transform="translate(0,-19.076386)">
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
         sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   947
         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
   948
         id="path3616"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   949
         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
   950
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   951
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   952
         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
   953
         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
   954
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-361.18588)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   955
         id="path6545"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   956
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   957
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   958
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   959
       inkscape:label="BackSpace"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   960
       id="g4287"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   961
       style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   962
       transform="translate(2.3648311e-6,-28.614579)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   963
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   964
         sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   965
         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
   966
         id="path3624"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   967
         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
   968
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   969
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   970
         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
   971
         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
   972
         transform="matrix(0.47690966,0,0,0.47690966,531.12074,-351.64769)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   973
         id="path11623-1-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   974
         inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   975
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   976
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   977
       id="g934"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   978
       inkscape:label="CapsLock">
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
         inkscape:label="inactive"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   981
         id="g942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   982
         style="display:inline;fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   983
         transform="translate(0,-19.076386)">
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
           sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   986
           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
   987
           id="path936-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   988
           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
   989
           inkscape:connector-curvature="0" />
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
           x="69.789322"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   992
           y="156.71973"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   993
           id="text938-5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   994
           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
   995
           transform="scale(1.0007154,0.99928515)">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
           x="69.789322"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   998
           y="166.5585"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
   999
           id="text940"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1000
           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
  1001
           transform="scale(1.0007154,0.99928515)">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
         transform="translate(0,-19.076386)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1005
         style="fill-rule:evenodd;stroke-width:0.47631353"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1006
         id="g4429"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1007
         inkscape:label="active">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1008
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1009
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1010
           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
  1011
           id="path199"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1012
           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
  1013
           sodipodi:nodetypes="sssssssss" />
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
           transform="scale(1.0007154,0.99928515)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1016
           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
  1017
           id="text647"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1018
           y="156.71973"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1019
           x="69.789322">Caps</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1020
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1021
           transform="scale(1.0007154,0.99928515)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1022
           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
  1023
           id="text651"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1024
           y="166.5585"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1025
           x="69.789322">Lock</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
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1028
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1029
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity: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
  1030
       id="rect2130"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1031
       width="361.89996"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1032
       height="30.150299"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1033
       x="64.024956"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1034
       y="15.771065"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1035
       rx="3.8152773"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1036
       ry="3.8152773"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1037
       inkscape:label="Field" />
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
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1040
       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
  1041
       x="72.50132"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1042
       y="38.296417"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1043
       id="text1309"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1044
       inkscape:label="Value"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1045
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1046
         id="tspan1307"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1047
         x="72.50132"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1048
         y="38.296417"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1049
         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
  1050
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1051
       id="g437"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1052
       inkscape:label="Shift">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1053
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1054
         id="g421"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1055
         inkscape:label="inactive">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1056
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1057
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1058
           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
  1059
           id="path910"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1060
           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
  1061
           sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1062
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1063
           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
  1064
           id="text912"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1065
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1066
           x="392.55679"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1067
           transform="scale(1.0007154,0.99928513)">Shift</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1068
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1069
           sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1070
           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
  1071
           id="path856"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1072
           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
  1073
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1074
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1075
           x="75.85218"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1076
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1077
           id="text858"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1078
           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
  1079
           transform="scale(1.0007154,0.99928513)">Shift</text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1080
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1081
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1082
         id="g413"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1083
         inkscape:label="active">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1084
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1085
           sodipodi:nodetypes="sssssssss"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1086
           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
  1087
           id="path551"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1088
           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
  1089
           inkscape:connector-curvature="0" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1090
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1091
           transform="scale(1.0007154,0.99928513)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1092
           x="392.55679"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1093
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1094
           id="text629"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1095
           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
  1096
        <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1097
           inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1098
           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
  1099
           id="path879"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1100
           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
  1101
           sodipodi:nodetypes="sssssssss" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1102
        <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1103
           transform="scale(1.0007154,0.99928513)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1104
           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
  1105
           id="text881"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1106
           y="177.90059"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1107
           x="75.85218">Shift</text>
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
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1110
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1111
       transform="scale(0.96824588,1.0327955)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1112
       id="text471"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1113
       y="12.333657"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1114
       x="252.9579"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1115
       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
  1116
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1117
       inkscape:label="Info"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1118
         style="stroke-width:0.30784383px"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1119
         y="12.333657"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1120
         x="252.9579"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1121
         id="tspan469"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1122
         sodipodi:role="line">information</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1123
    <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1124
       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
  1125
       id="rect4563"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1126
       width="381.45959"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1127
       height="14.110301"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1128
       x="54.211086"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1129
       y="1.2654642"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1130
       inkscape:label="position" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1131
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1132
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1133
     inkscape:label="HMI:Slider@/PUMP0/SLOTH"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1134
     transform="matrix(7.5590552,0,0,7.5590552,-248.554,584.0829)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1135
     id="g110-0-9">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1136
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1137
       style="color:#000000;clip-rule:nonzero;display:inline;overflow: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
  1138
       d="m 71.94894,3.6581855 79.3256,0.040092"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1139
       id="path90-9-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1140
       inkscape:connector-curvature="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1141
       sodipodi:nodetypes="cc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1142
       inkscape:label="range" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1143
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1144
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1145
       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
  1146
       x="68.771873"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1147
       y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1148
       id="text96-6-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1149
       inkscape:label="min"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1150
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1151
         id="tspan94-0-62"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1152
         x="68.771873"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1153
         y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1154
         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
  1155
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1156
       id="text100-6-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1157
       y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1158
       x="159.67337"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1159
       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
  1160
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1161
       inkscape:label="max"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1162
         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
  1163
         y="5.501111"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1164
         x="159.67337"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1165
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1166
         id="tspan1409-1">100</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1167
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1168
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1169
       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
  1170
       x="-115.32294"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1171
       y="-9.0188799"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1172
       id="text104-6-8"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1173
       inkscape:label="value"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1174
       transform="scale(-1)"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1175
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1176
         x="-115.32294"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1177
         y="-9.0188799"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1178
         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
  1179
         id="tspan102-1-7">000</tspan></text>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1180
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1181
       sodipodi:type="inkscape:box3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1182
       id="g930"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1183
       inkscape:perspectiveID="#perspective503"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1184
       inkscape:corner0="-0.13109479 : -0.13697746 : 0 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1185
       inkscape:corner7="-0.15304809 : -0.15652183 : 0.051043755 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1186
       style="fill:#ff0000;fill-opacity:1;stroke:none"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1187
       inkscape:label="handle"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1188
       transform="translate(0.01,0.01)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1189
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1190
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1191
         id="path932"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1192
         inkscape:box3dsidetype="6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1193
         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
  1194
         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
  1195
         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
  1196
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1197
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1198
         id="path940"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1199
         inkscape:box3dsidetype="13"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1200
         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
  1201
         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
  1202
         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
  1203
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1204
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1205
         id="path942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1206
         inkscape:box3dsidetype="11"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1207
         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
  1208
         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
  1209
         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
  1210
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1211
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1212
         id="path934"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1213
         inkscape:box3dsidetype="5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1214
         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
  1215
         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
  1216
         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
  1217
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1218
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1219
         id="path938"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1220
         inkscape:box3dsidetype="14"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1221
         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
  1222
         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
  1223
         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
  1224
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1225
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1226
         id="path936"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1227
         inkscape:box3dsidetype="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1228
         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
  1229
         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
  1230
         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
  1231
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1232
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1233
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1234
     id="g1292-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1235
     inkscape:label="HMI:Input@/RADIOSTATE"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1236
     transform="matrix(0.94144976,0,0,1.7212489,176.35468,-2117.077)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1237
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1238
       id="g2530"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1239
       inkscape:label="=3">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1240
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1241
         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
  1242
         id="rect1273-6-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1243
         width="57.391823"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1244
         height="24.148804"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1245
         x="230.03636"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1246
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1247
         inkscape:label="3" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1248
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1249
         transform="translate(-213.152,55.750293)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1250
         id="g2520-5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1251
         inkscape:label="HMI:Switch@/RADIOSTATE"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1252
         style="fill:#0009ff;fill-opacity:1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1253
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1254
           inkscape:label="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1255
           y="1206.6622"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1256
           x="443.18835"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1257
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1258
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1259
           id="rect1273-6-9-9-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1260
           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
  1261
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1262
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1263
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1264
       id="g2527"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1265
       inkscape:label="=2">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1266
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1267
         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
  1268
         id="rect1273-6-56"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1269
         width="57.391857"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1270
         height="24.148804"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1271
         x="313.84549"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1272
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1273
         inkscape:label="2" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1274
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1275
         transform="translate(-303.62283,32.70105)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1276
         id="g2520-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1277
         inkscape:label="HMI:Switch@/RADIOSTATE">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1278
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1279
           inkscape:label="2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1280
           y="1229.7114"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1281
           x="617.46832"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1282
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1283
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1284
           id="rect1273-6-9-9-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1285
           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
  1286
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1287
    </g>
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
       id="g2524"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1290
       inkscape:label="=1">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1291
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1292
         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
  1293
         id="rect1273-6-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1294
         width="57.027344"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1295
         height="24.148796"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1296
         x="146.22725"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1297
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1298
         inkscape:label="1" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1299
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1300
         transform="translate(-213.152,55.750293)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1301
         id="g2520-23"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1302
         inkscape:label="HMI:Switch@/RADIOSTATE">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1303
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1304
           inkscape:label="1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1305
           y="1206.6622"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1306
           x="359.37924"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1307
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1308
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1309
           id="rect1273-6-9-9-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1310
           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
  1311
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1312
    </g>
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
       id="g2501"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1315
       inkscape:label="=0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1316
       transform="translate(-260.62575)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1317
      <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1318
         inkscape:label="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1319
         y="1238.2637"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1320
         x="323.04385"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1321
         height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1322
         width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1323
         id="rect1273-6-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1324
         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
  1325
      <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1326
         id="g2520"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1327
         inkscape:label="HMI:Switch@/RADIOSTATE">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1328
        <rect
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1329
           inkscape:label="0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1330
           y="1262.4125"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1331
           x="323.04385"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1332
           height="24.148754"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1333
           width="57.39183"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1334
           id="rect1273-6-9-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1335
           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
  1336
      </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1337
    </g>
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
     id="g1047"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1341
     inkscape:label="HMI:CircularBar@/PUMP0/SLOTH"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1342
     transform="matrix(0.39840034,0,0,0.35920948,224.04409,96.134885)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1343
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1344
       inkscape:label="range"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1345
       sodipodi:open="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1346
       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
  1347
       sodipodi:end="5.5191826"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1348
       sodipodi:start="1.3860423"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1349
       sodipodi:ry="167.44942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1350
       sodipodi:rx="184.25998"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1351
       sodipodi:cy="247.00946"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1352
       sodipodi:cx="1045.7766"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1353
       sodipodi:type="arc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1354
       id="path1044"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1355
       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
  1356
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1357
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1358
       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
  1359
       x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1360
       y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1361
       id="text1051"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1362
       transform="scale(0.91814752,1.0891496)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1363
       inkscape:label="value"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1364
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1365
         id="tspan1049"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1366
         x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1367
         y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1368
         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
  1369
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1370
       inkscape:label="path"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1371
       sodipodi:open="true"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1372
       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
  1373
       sodipodi:end="5.524452"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1374
       sodipodi:start="1.3636114"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1375
       sodipodi:ry="167.44942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1376
       sodipodi:rx="184.25998"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1377
       sodipodi:cy="247.00946"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1378
       sodipodi:cx="1045.7766"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1379
       sodipodi:type="arc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1380
       id="path1044-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1381
       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
  1382
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1383
  <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1384
     id="g1047-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1385
     inkscape:label="HMI:CircularSlider@/PUMP0/SLOTH"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1386
     transform="matrix(0.45707797,0,0,0.45707797,330.74411,340.99474)">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1387
    <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1388
       inkscape:label="range"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1389
       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
  1390
       sodipodi:end="3.8353474"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1391
       sodipodi:start="1.9928597"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1392
       sodipodi:ry="167.44942"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1393
       sodipodi:rx="184.25998"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1394
       sodipodi:cy="247.00946"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1395
       sodipodi:cx="1045.7766"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1396
       sodipodi:type="arc"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1397
       id="path1044-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1398
       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
  1399
       sodipodi:open="true" />
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1400
    <g
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1401
       sodipodi:type="inkscape:box3d"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1402
       id="g930-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1403
       inkscape:perspectiveID="#perspective503-6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1404
       inkscape:corner0="-0.086129988 : -0.14445971 : 0 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1405
       inkscape:corner7="-0.10808329 : -0.16400408 : 0.051043755 : 1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1406
       style="fill:#ff0000;fill-opacity:1;stroke:none"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1407
       inkscape:label="handle"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1408
       inkscape:transform-center-x="8"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1409
       inkscape:transform-center-y="98">
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1410
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1411
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1412
         id="path932-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1413
         inkscape:box3dsidetype="6"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1414
         d="m 919.8592,371.09874 v 61.75093 l 51.05152,-25.59855 V 348.7668 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1415
         points="919.8592,432.84967 970.91072,407.25112 970.91072,348.7668 919.8592,371.09874 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1416
         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
  1417
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1418
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1419
         id="path940-1"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1420
         inkscape:box3dsidetype="13"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1421
         d="m 919.8592,432.84967 49.77111,22.08625 49.54589,-27.39008 -48.26548,-20.29472 z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1422
         points="969.63031,454.93592 1019.1762,427.54584 970.91072,407.25112 919.8592,432.84967 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1423
         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
  1424
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1425
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1426
         id="path942-2"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1427
         inkscape:box3dsidetype="11"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1428
         d="m 970.91072,348.7668 48.26548,18.93314 v 59.8459 l -48.26548,-20.29472 z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1429
         points="1019.1762,367.69994 1019.1762,427.54584 970.91072,407.25112 970.91072,348.7668 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1430
         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
  1431
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1432
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1433
         id="path934-7"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1434
         inkscape:box3dsidetype="5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1435
         d="m 919.8592,371.09874 49.77111,20.56633 49.54589,-23.96513 -48.26548,-18.93314 z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1436
         points="969.63031,391.66507 1019.1762,367.69994 970.91072,348.7668 919.8592,371.09874 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1437
         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
  1438
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1439
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1440
         id="path938-0"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1441
         inkscape:box3dsidetype="14"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1442
         d="m 969.63031,391.66507 v 63.27085 l 49.54589,-27.39008 v -59.8459 z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1443
         points="969.63031,454.93592 1019.1762,427.54584 1019.1762,367.69994 969.63031,391.66507 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1444
         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
  1445
      <path
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1446
         sodipodi:type="inkscape:box3dside"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1447
         id="path936-9"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1448
         inkscape:box3dsidetype="3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1449
         d="m 919.8592,371.09874 49.77111,20.56633 v 63.27085 L 919.8592,432.84967 Z"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1450
         points="969.63031,391.66507 969.63031,454.93592 919.8592,432.84967 919.8592,371.09874 "
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1451
         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
  1452
    </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1453
    <text
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1454
       xml:space="preserve"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1455
       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
  1456
       x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1457
       y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1458
       id="text1051-5"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1459
       transform="scale(0.91814752,1.0891496)"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1460
       inkscape:label="value"><tspan
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1461
         sodipodi:role="line"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1462
         id="tspan1049-3"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1463
         x="1046.8701"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1464
         y="258.16129"
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1465
         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
  1466
  </g>
085a678715d0 Beremiz test project with newly created widgets.
usveticic
parents:
diff changeset
  1467
</svg>