exemples/svghmi_jumps/svghmi_0@svghmi/svghmi.svg
author Edouard Tisserant
Thu, 17 Nov 2022 11:08:36 +0100
changeset 3682 c613afdab571
parent 3604 be87303d5b2d
child 3685 570a738239f4
permissions -rw-r--r--
IDE: Optimization of modification events processing in text editors.

Too many modifications types where registered, and then too many events were fired.
Also, in case of uninterrupted sequence of events, updates to the model is deferred to the end of that sequence (wx.Callafter).
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     2
<!-- Created with Inkscape (http://www.inkscape.org/) -->
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     3
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     4
<svg
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     5
   xmlns:dc="http://purl.org/dc/elements/1.1/"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     6
   xmlns:cc="http://creativecommons.org/ns#"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     7
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     8
   xmlns:svg="http://www.w3.org/2000/svg"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
     9
   xmlns="http://www.w3.org/2000/svg"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    10
   xmlns:xlink="http://www.w3.org/1999/xlink"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    11
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    12
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    13
   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    14
   sodipodi:docname="svghmi.svg"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    15
   id="hmi0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    16
   version="1.1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    17
   viewBox="0 0 1280 720"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    18
   height="720"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    19
   width="1280">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    20
  <metadata
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    21
     id="metadata8">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    22
    <rdf:RDF>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    23
      <cc:Work
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    24
         rdf:about="">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    25
        <dc:format>image/svg+xml</dc:format>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    26
        <dc:type
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    27
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    28
        <dc:title></dc:title>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    29
      </cc:Work>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    30
    </rdf:RDF>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    31
  </metadata>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    32
  <defs
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    33
     id="defs6" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    34
  <sodipodi:namedview
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    35
     pagecolor="#ffffff"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    36
     bordercolor="#666666"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    37
     borderopacity="1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    38
     objecttolerance="10"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    39
     gridtolerance="10"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    40
     guidetolerance="10"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    41
     inkscape:pageopacity="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    42
     inkscape:pageshadow="2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    43
     inkscape:window-width="1600"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    44
     inkscape:window-height="836"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    45
     id="namedview4"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    46
     showgrid="false"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    47
     inkscape:zoom="0.23177389"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    48
     inkscape:cx="1999.5317"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    49
     inkscape:cy="-682.74047"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    50
     inkscape:window-x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    51
     inkscape:window-y="27"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    52
     inkscape:window-maximized="1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    53
     inkscape:current-layer="hmi0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    54
     showguides="true"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    55
     inkscape:guide-bbox="true"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    56
     borderlayer="true"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    57
     fit-margin-top="0"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    58
     fit-margin-left="0"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    59
     fit-margin-right="0"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    60
     fit-margin-bottom="0" />
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    61
  <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    62
     sodipodi:insensitive="true"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    63
     x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    64
     y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    65
     xlink:href="#g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    66
     id="use192"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    67
     transform="translate(1320,1520)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    68
     width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    69
     height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    70
     inkscape:label="HMI:Page:RelativePage@/FB_ZERO" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    71
  <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    72
     sodipodi:insensitive="true"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    73
     x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    74
     y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    75
     xlink:href="#g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    76
     id="use147"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
    77
     transform="translate(2640,759.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    78
     width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    79
     height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    80
     inkscape:label="HMI:Page:Relative" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    81
  <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    82
     x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    83
     y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    84
     xlink:href="#g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    85
     id="use2504"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    86
     transform="translate(3940,-2.1367187e-5)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    87
     width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    88
     height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    89
     inkscape:label="HMI:Page:Conditional"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    90
     sodipodi:insensitive="true" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    91
  <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    92
     inkscape:label="HMI:Page:Unconditional"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    93
     height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    94
     width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    95
     transform="translate(2640,-2.1367187e-5)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    96
     id="use2502"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    97
     xlink:href="#g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    98
     y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
    99
     x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   100
     sodipodi:insensitive="true" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   101
  <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   102
     inkscape:label="HMI:Page:AbsolutePage"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   103
     height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   104
     width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   105
     transform="translate(1320,759.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   106
     id="use2500"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   107
     xlink:href="#g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   108
     y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   109
     x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   110
     sodipodi:insensitive="true" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   111
  <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   112
     x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   113
     y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   114
     xlink:href="#g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   115
     id="use2498"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   116
     transform="translate(1320,-2.1367187e-5)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   117
     width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   118
     height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   119
     inkscape:label="HMI:Page:Home"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   120
     sodipodi:insensitive="true" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   121
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   122
     id="text837"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   123
     y="1114.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   124
     x="639.54431"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   125
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   126
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   127
       y="1114.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   128
       x="639.54431"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   129
       id="tspan835"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   130
       sodipodi:role="line">HMI:Back</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   131
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   132
     inkscape:label="HMI:Back"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   133
     id="g845"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   134
     transform="translate(0,660.00004)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   135
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   136
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   137
       id="rect839"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   138
       width="244.72002"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   139
       height="70.089722"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   140
       x="517.64001"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   141
       y="324.95514"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   142
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   143
       rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   144
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   145
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   146
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   147
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   148
       y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   149
       id="text843"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   150
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   151
         id="tspan841"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   152
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   153
         y="370.41992">Back</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   154
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   155
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   156
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   157
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   158
     x="639.74609"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   159
     y="853.55939"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   160
     id="text863"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   161
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   162
       id="tspan861"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   163
       x="639.74609"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   164
       y="853.55939">Absolute Page</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   165
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   166
     id="text867"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   167
     y="73.559319"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   168
     x="639.74609"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   169
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   170
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   171
       y="73.559319"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   172
       x="639.74609"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   173
       id="tspan865"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   174
       sodipodi:role="line">Home Page</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   175
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   176
     inkscape:label="HMI:PushButton@/ENTERING_PAGE"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   177
     id="g857-3"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   178
     transform="translate(-2.2461,129.42912)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   179
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   180
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   181
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   182
       y="1078.0054"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   183
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   184
       height="125.00497"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   185
       width="247.77087"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   186
       id="rect148"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   187
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   188
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   189
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   190
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   191
       id="rect851-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   192
       width="247.77087"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   193
       height="125.00497"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   194
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   195
       y="1078.0054"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   196
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   197
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   198
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   199
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   200
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   201
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   202
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   203
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   204
       id="text855-7"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   205
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   206
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   207
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   208
         id="tspan62">Notification</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   209
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   210
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   211
         y="1180.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   212
         id="tspan66">Test Button</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   213
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   214
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   215
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   216
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   217
     x="639.54431"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   218
     y="1394.9857"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   219
     id="text70"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   220
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   221
       x="639.54431"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   222
       y="1394.9857"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   223
       id="tspan72">HMI:PushButton@/ENTERING_PAGE</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   224
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   225
     id="text80"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   226
     y="364"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   227
     x="1959.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   228
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   229
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   230
       y="364"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   231
       x="1959.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   232
       id="tspan78"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   233
       sodipodi:role="line">HMI:Jump:AbsolutePage</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   234
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   235
     transform="translate(1320,-79.999979)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   236
     inkscape:label="HMI:Jump:AbsolutePage"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   237
     id="g88">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   238
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   239
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   240
       id="rect82"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   241
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   242
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   243
       x="495.42249"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   244
       y="317.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   245
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   246
       rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   247
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   248
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   249
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   250
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   251
       y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   252
       id="text86"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   253
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   254
         id="tspan84"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   255
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   256
         y="370.41992">Normal jump</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   257
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   258
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   259
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   260
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   261
     x="1959.5443"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   262
     y="690.00006"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   263
     id="text92"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   264
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   265
       id="tspan90"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   266
       x="1959.5443"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   267
       y="690.00006">HMI:Jump:AbsolutePage:notify=true@notify=/ENTERING_PAGE</tspan></text>
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   268
  <g
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   269
     transform="translate(1320,200.00002)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   270
     id="g102"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   271
     inkscape:label="HMI:Jump:AbsolutePage:notify=true@notify=/ENTERING_PAGE">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   272
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   273
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   274
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   275
       y="318.00534"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   276
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   277
       height="125.00497"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   278
       width="247.77087"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   279
       id="rect94"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   280
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   281
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   282
       id="text100"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   283
       y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   284
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   285
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   286
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   287
         y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   288
         x="648.48633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   289
         id="tspan96"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   290
         sodipodi:role="line">Jump with </tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   291
         id="tspan98"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   292
         y="420.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   293
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   294
         sodipodi:role="line">notification</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   295
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   296
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   297
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   298
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   299
     x="1959.7461"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   300
     y="73.559319"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   301
     id="text106"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   302
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   303
       id="tspan104"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   304
       x="1959.7461"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   305
       y="73.559319">Unconditional Jumps</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   306
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   307
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   308
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   309
     x="3259.5444"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   310
     y="684.00006"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   311
     id="text112"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   312
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   313
       x="3259.5444"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   314
       y="684.00006"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   315
       id="tspan2796">HMI:Jump:AbsolutePage@enable=/ENABLE_JUMP@level=user_level#enable &amp;&amp; level&gt;2</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   316
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   317
     id="g120"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   318
     inkscape:label="HMI:Jump:AbsolutePage@enable=/ENABLE_JUMP@level=user_level#enable &amp;&amp; level&gt;2"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   319
     transform="translate(2620,240.00002)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   320
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   321
       id="g2786"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   322
       inkscape:label="disabled"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   323
       style="display:inline">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   324
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   325
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#c8b7b7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   326
         id="rect114"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   327
         width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   328
         height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   329
         x="495.42249"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   330
         y="317.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   331
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   332
         rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   333
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   334
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   335
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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:#808080;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   336
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   337
         y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   338
         id="text118"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   339
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   340
           id="tspan116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   341
           x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   342
           y="370.41992">Jump</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   343
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   344
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   345
       id="g2794">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   346
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   347
         rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   348
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   349
         y="317.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   350
         x="495.42249"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   351
         height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   352
         width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   353
         id="rect2788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   354
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   355
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   356
         id="text2792"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   357
         y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   358
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   359
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   360
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   361
           y="370.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   362
           x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   363
           id="tspan2790"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   364
           sodipodi:role="line">Jump</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   365
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   366
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   367
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   368
     id="text138"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   369
     y="73.559319"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   370
     x="3259.7461"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   371
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   372
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   373
       y="73.559319"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   374
       x="3259.7461"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   375
       id="tspan136"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   376
       sodipodi:role="line">Conditional Jumps</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   377
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   378
     id="text142"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   379
     y="193.55931"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   380
     x="639.88281"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   381
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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;text-decoration: underline;text-decoration-line: underline;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   382
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   383
     inkscape:label="HMI:Jump:Unconditional"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   384
       y="193.55931"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   385
       x="639.88281"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   386
       id="tspan140"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   387
       sodipodi:role="line">Unconditional Jumps &gt;</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   388
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   389
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   390
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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;text-decoration: underline;text-decoration-line: underline;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   391
     x="639.88281"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   392
     y="293.55933"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   393
     id="text146"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   394
     inkscape:label="HMI:Jump:Conditional"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   395
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   396
       id="tspan144"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   397
       x="639.88281"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   398
       y="293.55933">Conditional Jumps &gt;</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   399
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   400
     id="g2496"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   401
     inkscape:label="page_template"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   402
     transform="translate(0,2.1367187e-5)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   403
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   404
       y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   405
       x="-1320"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   406
       height="720"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   407
       width="1280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   408
       id="rect1420"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   409
       style="color:#000000;opacity:1;fill:#d6d6d6;fill-opacity:1" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   410
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   411
       inkscape:label="HMI:Jump:Home"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   412
       id="g2455">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   413
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   414
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   415
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   416
         xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   417
         id="use2435"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   418
         transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   419
         width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   420
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   421
         inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   422
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   423
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   424
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   425
         xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   426
         id="use2437"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   427
         transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   428
         width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   429
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   430
         inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   431
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   432
         id="text855-7-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   433
         y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   434
         x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   435
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   436
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   437
           id="tspan66-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   438
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   439
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   440
           sodipodi:role="line">Home</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   441
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   442
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   443
       inkscape:label="HMI:Jump:Conditional"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   444
       id="g2461"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   445
       transform="translate(0,20)">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   446
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   447
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   448
         width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   449
         transform="translate(400,99.999979)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   450
         id="use2439"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   451
         xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   452
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   453
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   454
         inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   455
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   456
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   457
         width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   458
         transform="translate(400,99.999979)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   459
         id="use2441"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   460
         xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   461
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   462
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   463
         inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   464
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   465
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   466
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   467
         x="-1165.1674"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   468
         y="170.25105"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   469
         id="text2349"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   470
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   471
           x="-1165.1674"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   472
           y="170.25105"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   473
           id="tspan2347">Conditional</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   474
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   475
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   476
       inkscape:label="HMI:Jump:Unconditional"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   477
       id="g2467"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   478
       transform="translate(0,40)">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   479
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   480
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   481
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   482
         xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   483
         id="use2443"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   484
         transform="translate(400,199.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   485
         width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   486
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   487
         inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   488
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   489
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   490
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   491
         xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   492
         id="use2445"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   493
         transform="translate(400,199.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   494
         width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   495
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   496
         inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   497
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   498
         id="text2357"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   499
         y="270.25104"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   500
         x="-1165.7826"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   501
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   502
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   503
           id="tspan2355"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   504
           y="270.25104"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   505
           x="-1165.7826"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   506
           sodipodi:role="line">Unconditional</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   507
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   508
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   509
       inkscape:label="HMI:Jump:AbsolutePage"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   510
       id="g2473"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   511
       transform="translate(0,60)">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   512
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   513
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   514
         width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   515
         transform="translate(400,299.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   516
         id="use2447"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   517
         xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   518
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   519
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   520
         inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   521
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   522
         height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   523
         width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   524
         transform="translate(400,299.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   525
         id="use2449"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   526
         xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   527
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   528
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   529
         inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   530
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   531
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   532
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   533
         x="-1165.0111"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   534
         y="370.25104"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   535
         id="text2365"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   536
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   537
           x="-1165.0111"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   538
           y="370.25104"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   539
           id="tspan2363">Absolute</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   540
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   541
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   542
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   543
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   544
       x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   545
       y="118.98305"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   546
       id="text133"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   547
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   548
         id="tspan131"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   549
         x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   550
         y="118.98305">HMI:Jump:Home</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   551
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   552
       id="text137"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   553
       y="238.98305"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   554
       x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   555
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   556
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   557
         y="238.98305"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   558
         x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   559
         id="tspan135"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   560
         sodipodi:role="line">HMI:Jump:Conditional</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   561
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   562
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   563
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   564
       x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   565
       y="358.98303"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   566
       id="text141"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   567
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   568
         id="tspan139"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   569
         x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   570
         y="358.98303">HMI:Jump:Unconditional</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   571
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   572
       id="text145"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   573
       y="478.98303"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   574
       x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   575
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   576
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   577
         y="478.98303"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   578
         x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   579
         id="tspan143"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   580
         sodipodi:role="line">HMI:Jump:AbsolutePage</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   581
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   582
       transform="translate(0,180)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   583
       id="g1847"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   584
       inkscape:label="HMI:Jump:RelativePage">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   585
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   586
         inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   587
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   588
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   589
         xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   590
         id="use1839"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   591
         transform="translate(400,299.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   592
         width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   593
         height="100%" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   594
      <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   595
         inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   596
         x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   597
         y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   598
         xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   599
         id="use1841"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   600
         transform="translate(400,299.99998)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   601
         width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   602
         height="100%" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   603
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   604
         id="text1845"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   605
         y="370.25104"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   606
         x="-1165.0111"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   607
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   608
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   609
           y="370.25104"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   610
           x="-1165.0111"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   611
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   612
           id="tspan1853">Relative</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   613
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   614
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   615
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   616
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   617
       x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   618
       y="598.98303"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   619
       id="text1851"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   620
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   621
         id="tspan1849"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   622
         x="-1166.3386"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   623
         y="598.98303">HMI:Jump:RelativePage</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   624
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   625
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   626
     id="g2585"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   627
     inkscape:label="HMI:Input@user_level"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   628
     transform="translate(-20,126.00002)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   629
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   630
       id="g2763"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   631
       inkscape:label="=1">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   632
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   633
         rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   634
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   635
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   636
         x="3489.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   637
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   638
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   639
         id="rect114-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   640
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   641
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   642
         id="text118-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   643
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   644
         x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   645
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   646
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   647
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   648
           x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   649
           id="tspan116-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   650
           sodipodi:role="line">1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   651
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   652
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   653
       id="g2758"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   654
       inkscape:label="=2">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   655
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   656
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   657
         id="rect2531"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   658
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   659
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   660
         x="3589.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   661
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   662
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   663
         rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   664
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   665
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   666
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   667
         x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   668
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   669
         id="text2557"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   670
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   671
           id="tspan2555"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   672
           x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   673
           y="149.95857">2</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   674
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   675
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   676
       id="g2753"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   677
       inkscape:label="=3">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   678
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   679
         rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   680
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   681
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   682
         x="3689.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   683
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   684
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   685
         id="rect2533"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   686
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   687
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   688
         id="text2561"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   689
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   690
         x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   691
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   692
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   693
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   694
           x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   695
           id="tspan2559"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   696
           sodipodi:role="line">3</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   697
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   698
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   699
       id="g2748"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   700
       inkscape:label="=4">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   701
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   702
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   703
         id="rect2535"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   704
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   705
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   706
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   707
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   708
         ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   709
         rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   710
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   711
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   712
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   713
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   714
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   715
         id="text2565"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   716
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   717
           id="tspan2563"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   718
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   719
           y="149.95857">4</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   720
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   721
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   722
       id="text2569"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   723
       y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   724
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   725
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:85.33333588px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   726
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   727
       inkscape:label="value"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   728
         y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   729
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   730
         id="tspan2567"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   731
         sodipodi:role="line">0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   732
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   733
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   734
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   735
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   736
       y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   737
       id="text2820"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   738
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   739
         id="tspan2818"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   740
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   741
         y="216.03116">User Level</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   742
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   743
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   744
     id="g2590"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   745
     inkscape:label="HMI:VarInit:1@user_level"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   746
     transform="translate(0,2.1367187e-5)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   747
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   748
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   749
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   750
       x="3726.6924"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   751
       y="-108.39357"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   752
       id="text2743"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   753
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   754
         id="tspan2741"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   755
         x="3726.6924"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   756
         y="-108.39357">declaration of user_level HMI local variable</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   757
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   758
         x="3726.6924"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   759
         y="-85.060234"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   760
         id="tspan2765">(not a PLC variable)</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   761
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   762
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   763
     inkscape:label="HMI:ToggleButton@/ENABLE_JUMP"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   764
     id="g2775"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   765
     transform="translate(2498.5763,-99.999979)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   766
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   767
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   768
       id="rect2767"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   769
       width="320.99121"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   770
       height="125.00497"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   771
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   772
       y="318.00534"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   773
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   774
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   775
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   776
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   777
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   778
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   779
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   780
       y="318.00534"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   781
       x="518.36066"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   782
       height="125.00497"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   783
       width="320.99121"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   784
       id="rect2781"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   785
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   786
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   787
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   788
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   789
       x="677.57697"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   790
       y="365.98633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   791
       id="text2773"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   792
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   793
         x="677.57697"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   794
         y="365.98633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   795
         id="tspan2771">Toggle</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   796
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   797
         x="677.57697"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   798
         y="415.98633"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   799
         id="tspan2779">ENABLE_JUMP</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   800
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   801
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   802
     id="text2569-5"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   803
     y="181.74046"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   804
     x="3175.9531"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   805
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:85.33333588px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   806
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   807
     inkscape:label="HMI:Display@/ENABLE_JUMP"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   808
       y="181.74046"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   809
       x="3175.9531"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   810
       id="tspan2567-9"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   811
       sodipodi:role="line">0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   812
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   813
     id="text151"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   814
     y="853.55939"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   815
     x="1979.7461"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   816
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   817
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   818
       y="853.55939"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   819
       x="1979.7461"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   820
       id="tspan149"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   821
       sodipodi:role="line">Relative Jumps</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   822
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   823
     id="g120-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   824
     inkscape:label="HMI:Jump:RelativePage@/FB_ZERO"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   825
     transform="translate(1172.2562,635.19155)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   826
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   827
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   828
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   829
       y="337.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   830
       x="660.90063"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   831
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   832
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   833
       id="rect1861"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   834
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   835
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   836
       id="text1865"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   837
       y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   838
       x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   839
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   840
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   841
         y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   842
         x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   843
         id="tspan1863"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   844
         sodipodi:role="line">Jump FB0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   845
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   846
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   847
     id="g2865"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   848
     inkscape:label="HMI:Display@page_node"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   849
     transform="translate(1132.5298,1563.4227)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   850
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   851
       inkscape:label="format"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   852
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   853
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   854
       x="-492.78372"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   855
       y="50.136646"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   856
       id="text196"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   857
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   858
         id="tspan194"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   859
         x="-492.78372"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   860
         y="50.136646">Relative Page (%s)</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   861
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   862
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   863
     id="g2585-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   864
     inkscape:label="HMI:Input@/FB_ZERO/SOME_INT"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   865
     transform="matrix(0.699363,0,0,0.699363,-1722.1388,1658.2417)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   866
     style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   867
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   868
       id="g2763-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   869
       inkscape:label="=1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   870
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   871
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   872
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   873
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   874
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   875
         x="3489.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   876
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   877
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   878
         id="rect114-6-7"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   879
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   880
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   881
         id="text118-3-0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   882
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   883
         x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   884
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   885
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   886
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   887
           x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   888
           id="tspan116-1-9"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   889
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   890
           style="stroke-width:1.42987263px">1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   891
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   892
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   893
       id="g2758-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   894
       inkscape:label="=2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   895
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   896
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   897
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   898
         id="rect2531-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   899
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   900
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   901
         x="3589.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   902
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   903
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   904
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   905
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   906
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   907
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   908
         x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   909
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   910
         id="text2557-0"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   911
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   912
           id="tspan2555-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   913
           x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   914
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   915
           style="stroke-width:1.42987263px">2</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   916
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   917
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   918
       id="g2753-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   919
       inkscape:label="=3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   920
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   921
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   922
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   923
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   924
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   925
         x="3689.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   926
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   927
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   928
         id="rect2533-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   929
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   930
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   931
         id="text2561-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   932
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   933
         x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   934
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   935
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   936
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   937
           x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   938
           id="tspan2559-8"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   939
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   940
           style="stroke-width:1.42987263px">3</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   941
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   942
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   943
       id="g2748-7"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   944
       inkscape:label="=4"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   945
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   946
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   947
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   948
         id="rect2535-9"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   949
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   950
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   951
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   952
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   953
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   954
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   955
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   956
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   957
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   958
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   959
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   960
         id="text2565-2"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   961
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   962
           id="tspan2563-0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   963
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   964
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   965
           style="stroke-width:1.42987263px">4</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   966
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   967
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   968
       id="text2569-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   969
       y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   970
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   971
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:85.33333588px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   972
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   973
       inkscape:label="value"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   974
         y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   975
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   976
         id="tspan2567-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   977
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   978
         style="stroke-width:1.42987263px">0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   979
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   980
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   981
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   982
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   983
       y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   984
       id="text2820-7"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   985
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   986
         id="tspan2818-5"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   987
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   988
         y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   989
         style="stroke-width:1.42987263px">SOME_INT</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   990
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   991
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   992
     id="text307"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   993
     y="1757.4279"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   994
     x="525.4079"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   995
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:59.67897797px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   996
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   997
     inkscape:label="HMI:Display@/FB_ZERO/SOME_BOOL"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
   998
       style="stroke-width:1px"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
   999
       y="1757.4279"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1000
       x="525.4079"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1001
       id="tspan305"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1002
       sodipodi:role="line">0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1003
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1004
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1005
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.97451973px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1006
     x="533.80023"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1007
     y="1809.3259"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1008
     id="text311"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1009
       style="stroke-width:1px"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1010
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1011
       id="tspan309"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1012
       x="533.80023"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1013
       y="1809.3259">SOME_BOOL</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1014
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1015
     inkscape:label="HMI:Display@/FB_ZERO/SOME_STRING"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1016
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1017
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:59.67897797px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1018
     x="525.4079"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1019
     y="1967.2367"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1020
     id="text375"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1021
       style="stroke-width:1px"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1022
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1023
       id="tspan373"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1024
       x="525.4079"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1025
       y="1967.2367">?</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1026
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1027
     id="text379"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1028
     y="2019.1349"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1029
     x="533.80023"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1030
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.97451973px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1031
     xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1032
       style="stroke-width:1px"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1033
       y="2019.1349"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1034
       x="533.80023"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1035
       id="tspan377"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1036
       sodipodi:role="line">SOME_STRING</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1037
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1038
     transform="matrix(0.699363,0,0,0.699363,-1722.1388,1868.0506)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1039
     inkscape:label="HMI:Input@/FB_ZERO/SOME_REAL"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1040
     id="g355"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1041
     style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1042
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1043
       inkscape:label="-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1044
       id="g321"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1045
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1046
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1047
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1048
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1049
         id="rect315"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1050
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1051
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1052
         x="3489.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1053
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1054
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1055
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1056
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1057
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1058
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1059
         x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1060
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1061
         id="text319"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1062
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1063
           id="tspan317"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1064
           x="3537.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1065
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1066
           style="stroke-width:1.42987263px">-1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1067
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1068
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1069
       inkscape:label="-0.1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1070
       id="g329"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1071
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1072
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1073
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1074
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1075
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1076
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1077
         x="3589.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1078
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1079
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1080
         id="rect323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1081
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1082
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1083
         id="text327"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1084
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1085
         x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1086
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1087
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1088
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1089
           x="3637.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1090
           id="tspan325"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1091
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1092
           style="stroke-width:1.42987263px">-.1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1093
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1094
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1095
       inkscape:label="=3.14"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1096
       id="g337"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1097
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1098
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1099
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1100
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1101
         id="rect331"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1102
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1103
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1104
         x="3689.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1105
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1106
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1107
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1108
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1109
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1110
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1111
         x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1112
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1113
         id="text335"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1114
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1115
           id="tspan333"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1116
           x="3737.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1117
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1118
           style="stroke-width:1.42987263px">PI</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1119
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1120
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1121
       inkscape:label="+0.1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1122
       id="g345"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1123
       transform="translate(-46)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1124
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1125
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1126
         rx="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1127
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1128
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1129
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1130
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1131
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1132
         id="rect339"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1133
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1134
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1135
         id="text343"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1136
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1137
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1138
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1139
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1140
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1141
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1142
           id="tspan341"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1143
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1144
           style="stroke-width:1.42987263px">+.1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1145
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1146
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1147
       inkscape:label="value"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1148
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1149
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:85.33333588px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1150
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1151
       y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1152
       id="text349"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1153
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1154
         id="tspan347"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1155
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1156
         y="56.031158"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1157
         style="stroke-width:1.42987263px">0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1158
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1159
       id="text353"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1160
       y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1161
       x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1162
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1163
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1164
         y="216.03116"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1165
         x="3687.7056"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1166
         id="tspan351"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1167
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1168
         style="stroke-width:1.42987263px">SOME_REAL</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1169
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1170
       id="g395"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1171
       inkscape:label="+1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1172
       transform="translate(54)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1173
       style="stroke-width:1.42987263">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1174
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1175
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.40424299;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1176
         id="rect389"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1177
         width="96.681831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1178
         height="84.580788"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1179
         x="3789.5898"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1180
         y="93.088097"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1181
         ry="30.536263"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1182
         rx="30.536263" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1183
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1184
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1185
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.42987263px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1186
         x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1187
         y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1188
         id="text393"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1189
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1190
           id="tspan391"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1191
           x="3837.5791"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1192
           y="149.95857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1193
           style="stroke-width:1.42987263px">+1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1194
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1195
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1196
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1197
     id="g1708"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1198
     inkscape:label="HMI:ForEach:MYNODE@/"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1199
     transform="translate(4,38.000021)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1200
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1201
       id="g1711"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1202
       inkscape:label="MYNODE:+1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1203
       transform="matrix(1.3729714,0,0,1.3729714,-299.47126,-800.64485)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1204
       style="stroke-width:0.7283473">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1205
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1206
         rx="15.554536"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1207
         ry="15.554536"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1208
         y="2117.0894"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1209
         x="1053.1199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1210
         height="59.152672"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1211
         width="67.615692"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1212
         id="rect389-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1213
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.75280857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1214
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1215
         id="text393-2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1216
         y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1217
         x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1218
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.97451973px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.7283473px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1219
         xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1220
           style="stroke-width:0.7283473px"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1221
           y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1222
           x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1223
           id="tspan391-8"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1224
           sodipodi:role="line">&gt;&gt;</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1225
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1226
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1227
       inkscape:label="MYNODE:3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1228
       id="g1837"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1229
       transform="translate(665.54481,-11.353461)">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1230
      <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1231
         transform="translate(1466.6549,2099.2529)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1232
         inkscape:label="HMI:Jump:RelativePage@/FB_TWO@enable=/FB_TWO/SOME_BOOL#enable"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1233
         id="g1835">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1234
        <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1235
           id="g2922"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1236
           inkscape:label="disabled">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1237
          <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1238
             x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1239
             y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1240
             xlink:href="#rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1241
             id="use1825"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1242
             transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1243
             width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1244
             height="100%" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1245
          <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1246
             id="text1833-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1247
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1248
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1249
             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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:#333333;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1250
             xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1251
             inkscape:label="HMI:Display@/FB_TWO/SOME_STRING"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1252
               id="tspan1831-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1253
               y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1254
               x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1255
               sodipodi:role="line">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1256
        </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1257
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1258
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1259
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1260
           xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1261
           id="use1827"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1262
           transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1263
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1264
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1265
           inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1266
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1267
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1268
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1269
           xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1270
           id="use1829"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1271
           transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1272
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1273
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1274
           inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1275
        <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1276
           id="text1833"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1277
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1278
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1279
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1280
           xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1281
           inkscape:label="HMI:Display@/FB_TWO/SOME_STRING"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1282
             id="tspan1831"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1283
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1284
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1285
             sodipodi:role="line">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1286
      </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1287
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1288
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1289
       transform="translate(342.39289,-11.353461)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1290
       id="g1823"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1291
       inkscape:label="MYNODE:2">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1292
      <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1293
         id="g1821"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1294
         inkscape:label="HMI:Jump:RelativePage@/FB_ONE@enable=/FB_ONE/SOME_BOOL#enable"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1295
         transform="translate(1466.6549,2099.2529)">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1296
        <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1297
           id="g2893"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1298
           inkscape:label="disabled">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1299
          <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1300
             height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1301
             width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1302
             transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1303
             id="use1811"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1304
             xlink:href="#rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1305
             y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1306
             x="0" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1307
          <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1308
             inkscape:label="HMI:Display@/FB_ONE/SOME_STRING"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1309
             xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1310
             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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:#333333;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1311
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1312
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1313
             id="text1819-5"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1314
               sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1315
               x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1316
               y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1317
               id="tspan1817-0">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1318
        </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1319
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1320
           inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1321
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1322
           width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1323
           transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1324
           id="use1813"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1325
           xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1326
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1327
           x="0" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1328
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1329
           inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1330
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1331
           width="100%"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1332
           transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1333
           id="use1815"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1334
           xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1335
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1336
           x="0" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1337
        <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1338
           inkscape:label="HMI:Display@/FB_ONE/SOME_STRING"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1339
           xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1340
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1341
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1342
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1343
           id="text1819"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1344
             sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1345
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1346
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1347
             id="tspan1817">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1348
      </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1349
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1350
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1351
       inkscape:label="MYNODE:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1352
       id="g1717"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1353
       transform="translate(19.240974,-11.353461)">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1354
      <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1355
         transform="translate(1466.6549,2099.2529)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1356
         inkscape:label="HMI:Jump:RelativePage@/FB_ZERO@enable=/FB_ZERO/SOME_BOOL#enable"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1357
         id="g2455-9">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1358
        <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1359
           id="g2890"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1360
           inkscape:label="disabled">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1361
          <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1362
             x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1363
             y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1364
             xlink:href="#rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1365
             id="use1809"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1366
             transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1367
             width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1368
             height="100%" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1369
          <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1370
             id="text2885"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1371
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1372
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1373
             style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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:#333333;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1374
             xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1375
             inkscape:label="HMI:Display@/FB_ZERO/SOME_STRING"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1376
               id="tspan2883"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1377
               y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1378
               x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1379
               sodipodi:role="line">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1380
        </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1381
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1382
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1383
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1384
           xlink:href="#rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1385
           id="use2435-7"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1386
           transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1387
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1388
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1389
           inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1390
        <use
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1391
           x="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1392
           y="0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1393
           xlink:href="#rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1394
           id="use2437-3"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1395
           transform="translate(400,-2.1367187e-5)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1396
           width="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1397
           height="100%"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1398
           inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1399
        <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1400
           id="text855-7-1-6"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1401
           y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1402
           x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1403
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1404
           xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1405
           inkscape:label="HMI:Display@/FB_ZERO/SOME_STRING"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1406
             id="tspan66-3-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1407
             y="70.251053"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1408
             x="-1166.8177"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1409
             sodipodi:role="line">?</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1410
      </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1411
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1412
    <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1413
       id="g1719"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1414
       inkscape:label="MYNODE:-1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1415
       transform="matrix(1.3729714,0,0,1.3729714,-1398.9133,-800.64485)"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1416
       style="stroke-width:0.7283473">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1417
      <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1418
         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.75280857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1419
         id="rect1757"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1420
         width="67.615692"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1421
         height="59.152672"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1422
         x="1053.1199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1423
         y="2117.0894"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1424
         ry="15.554536"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1425
         rx="15.554536" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1426
      <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1427
         xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1428
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:27.97451973px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.7283473px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1429
         x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1430
         y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1431
         id="text1761"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1432
           sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1433
           id="tspan1759"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1434
           x="1086.6819"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1435
           y="2156.8623"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1436
           style="stroke-width:0.7283473px">&lt;&lt;</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1437
    </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1438
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1439
  <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1440
     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1441
     id="rect1807"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1442
     width="280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1443
     height="81.859505"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1444
     x="-1705.9194"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1445
     y="17.83654"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1446
     ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1447
     rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1448
     inkscape:label="disabled_template" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1449
  <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1450
     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1451
     id="rect2311"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1452
     width="280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1453
     height="81.859505"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1454
     x="-1705.9194"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1455
     y="17.83654"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1456
     ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1457
     rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1458
     inkscape:label="inactive_template" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1459
  <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1460
     inkscape:label="active_template"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1461
     rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1462
     ry="21.355932"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1463
     y="17.83654"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1464
     x="-1705.9194"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1465
     height="81.859505"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1466
     width="280"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1467
     id="rect2313"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1468
     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1469
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1470
     inkscape:label="HMI:Jump:Relative"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1471
     id="text1859"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1472
     y="393.55933"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1473
     x="639.88281"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1474
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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;text-decoration: underline;text-decoration-line: underline;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1475
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1476
       y="393.55933"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1477
       x="639.88281"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1478
       id="tspan1857"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1479
       sodipodi:role="line">Relative Jumps &gt;</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1480
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1481
     transform="translate(1172.2562,775.19155)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1482
     inkscape:label="HMI:Jump:RelativePage@/FB_TWO"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1483
     id="g1886">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1484
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1485
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1486
       id="rect1880"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1487
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1488
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1489
       x="660.90063"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1490
       y="337.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1491
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1492
       rx="21.355932" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1493
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1494
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1495
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1496
       x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1497
       y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1498
       id="text1884"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1499
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1500
         id="tspan1882"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1501
         x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1502
         y="390.41992">Jump FB2</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1503
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1504
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1505
     id="g1894"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1506
     inkscape:label="HMI:Jump:RelativePage@/FB_FOUR"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1507
     transform="translate(1172.2562,915.19155)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1508
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1509
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1510
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1511
       y="337.09436"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1512
       x="660.90063"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1513
       height="84.580795"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1514
       width="295.15112"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1515
       id="rect1888"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1516
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1517
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1518
       id="text1892"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1519
       y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1520
       x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1521
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1522
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1523
         y="390.41992"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1524
         x="807.60706"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1525
         id="tspan1890"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1526
         sodipodi:role="line">Jump FB4</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1527
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1528
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1529
     inkscape:label="HMI:ToggleButton@/ENABLE0"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1530
     id="g857-3-2"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1531
     transform="translate(533.4687,483.39042)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1532
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1533
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1534
       id="rect851-6-3"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1535
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1536
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1537
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1538
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1539
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1540
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1541
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1542
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1543
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1544
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1545
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1546
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1547
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1548
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1549
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1550
       id="rect2733"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1551
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1552
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1553
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1554
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1555
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1556
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1557
       id="text855-7-19"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1558
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1559
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1560
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1561
         id="tspan66-7">0</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1562
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1563
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1564
     transform="translate(533.4687,563.39042)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1565
     id="g2746"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1566
     inkscape:label="HMI:ToggleButton@/ENABLE1">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1567
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1568
       inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1569
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1570
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1571
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1572
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1573
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1574
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1575
       id="rect2737"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1576
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1577
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1578
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1579
       id="rect2739"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1580
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1581
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1582
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1583
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1584
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1585
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1586
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1587
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1588
       id="text2744"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1589
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1590
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1591
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1592
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1593
         id="tspan2742"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1594
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1595
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1596
         sodipodi:role="line">1</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1597
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1598
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1599
     inkscape:label="HMI:ToggleButton@/ENABLE2"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1600
     id="g2756"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1601
     transform="translate(533.4687,643.39042)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1602
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1603
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1604
       id="rect2748"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1605
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1606
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1607
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1608
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1609
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1610
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1611
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1612
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1613
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1614
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1615
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1616
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1617
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1618
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1619
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1620
       id="rect2750"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1621
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1622
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1623
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1624
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1625
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1626
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1627
       id="text2754"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1628
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1629
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1630
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1631
         id="tspan2752">2</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1632
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1633
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1634
     transform="translate(533.4687,723.39042)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1635
     id="g2766"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1636
     inkscape:label="HMI:ToggleButton@/ENABLE3">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1637
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1638
       inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1639
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1640
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1641
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1642
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1643
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1644
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1645
       id="rect2758"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1646
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1647
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1648
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1649
       id="rect2760"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1650
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1651
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1652
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1653
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1654
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1655
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1656
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1657
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1658
       id="text2764"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1659
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1660
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1661
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1662
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1663
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1664
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1665
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1666
         id="tspan2789">3</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1667
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1668
  <g
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1669
     inkscape:label="HMI:ToggleButton@/ENABLE4"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1670
     id="g2776"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1671
     transform="translate(533.4687,803.39042)">
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1672
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1673
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1674
       id="rect2768"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1675
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1676
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1677
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1678
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1679
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1680
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1681
       inkscape:label="inactive" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1682
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1683
       inkscape:label="active"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1684
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1685
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1686
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1687
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1688
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1689
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1690
       id="rect2770"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1691
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1692
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1693
       xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1694
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1695
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1696
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1697
       id="text2774"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1698
         sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1699
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1700
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1701
         id="tspan2772">4</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1702
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1703
  <g
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1704
     transform="translate(533.4687,883.39042)"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1705
     id="g2787"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1706
     inkscape:label="HMI:ToggleButton@/ENABLE5">
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1707
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1708
       inkscape:label="inactive"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1709
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1710
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1711
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1712
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1713
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1714
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1715
       id="rect2778"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1716
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1717
    <rect
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1718
       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#ffa32a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:6;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1719
       id="rect2780"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1720
       width="86.838715"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1721
       height="71.615021"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1722
       x="599.0611"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1723
       y="1080.0323"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1724
       ry="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1725
       rx="21.355932"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1726
       inkscape:label="active" />
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1727
    <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1728
       id="text2784"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1729
       y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1730
       x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1731
       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1732
       xml:space="preserve"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1733
         id="tspan2782"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1734
         y="1130.4199"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1735
         x="642.12891"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1736
         sodipodi:role="line">5</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1737
  </g>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1738
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1739
     id="text2869"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1740
     y="1366.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1741
     x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1742
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1743
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1744
       y="1366.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1745
       x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1746
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1747
       id="tspan2871">HMI:Jump:RelativePage@/FB_FOUR</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1748
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1749
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1750
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1751
     x="1979.5443"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1752
     y="1226.9857"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1753
     id="text2877"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1754
       id="tspan2875"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1755
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1756
       x="1979.5443"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1757
       y="1226.9857">HMI:Jump:RelativePage@/FB_TWO</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1758
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1759
     id="text2881"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1760
     y="1086.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1761
     x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1762
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1763
     xml:space="preserve"><tspan
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1764
       y="1086.9857"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1765
       x="1979.5443"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1766
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1767
       id="tspan2879">HMI:Jump:RelativePage@/FB_ZERO</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1768
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1769
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1770
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:26.66666603px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1771
     x="640.67114"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1772
     y="2120.4246"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1773
     id="text2944"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1774
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1775
       id="tspan2942"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1776
       x="640.67114"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1777
       y="2120.4246">HMI:ForEach:MYNODE@/</tspan></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1778
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1779
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1780
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:125%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1781
     x="703.23212"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1782
     y="588.7594"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1783
     id="text2948"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1784
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1785
       id="tspan2946"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1786
       x="703.23212"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1787
       y="624.15002" /></text>
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1788
  <text
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1789
     xml:space="preserve"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1790
     style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;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:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1791
     x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1792
     y="-289.18591"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1793
     id="text2952"><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1794
       sodipodi:role="line"
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1795
       id="tspan2950"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1796
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1797
       y="-289.18591">Notes: </tspan><tspan
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1798
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1799
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1800
       y="-239.18593"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1801
       id="tspan2954">- Widget roles are described in objects labels.</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1802
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1803
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1804
       y="-189.18593"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1805
       id="tspan2956">- Press Ctrl+O to open object properties panel</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1806
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1807
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1808
       y="-139.18593"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1809
       id="tspan2962">- To see objects in a tree, select Object-&gt;Objects in menu</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1810
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1811
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1812
       y="-89.185921"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1813
       id="tspan2960">- Inkscape's &quot;objects&quot; are SVG elements</tspan><tspan
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1814
       sodipodi:role="line"
3604
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1815
       x="44.283585"
be87303d5b2d SVGHMI: fix svghmi_jumps example's SVG file (viewport was misplaced)
Edouard Tisserant
parents: 3601
diff changeset
  1816
       y="-39.185921"
3601
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1817
       id="tspan2966">- Press Ctrl+X to edit SVG elements directly with XML editor</tspan></text>
26a2808038fd SVGHMI: add an exemple that demonstrate use of Jump widget in different use cases.
Edouard Tisserant
parents:
diff changeset
  1818
</svg>